#665522
a dark, vivid yellow · cool · closest name: sienna
RGB
102, 85, 34
HSL
45°, 50%, 27%
CMYK
0, 17, 67, 60
Luminance
0.0944
Every format
| HEX | #665522 |
| RGB | rgb(102, 85, 34) |
| HSL | hsl(45, 50%, 27%) |
| CMYK | cmyk(0%, 17%, 67%, 60%) |
| LAB | lab(36.8 0.4 31.6) |
| LCH | lch(36.8 31.6 89.3) |
| OKLCH | oklch(0.456 0.072 90.8) |
Copy-ready code
/* CSS */
color: #665522;
background-color: #665522;
/* Tailwind (arbitrary) */
class="text-[#665522] bg-[#665522]"
/* SCSS */
$brand: #665522;
/* SwiftUI */
Color(red: 0.400, green: 0.333, blue: 0.133)
/* Android */
Color.parseColor("#665522")Accessibility — WCAG contrast
Aa
#665522 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#665522 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green33.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow66.7%
Key (black)60.0%
Color previews
#665522 text on a black background
contrast 2.89:1
Card sample
#665522 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665522;
Background color
Panel with #665522 background
background-color: #665522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 85, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 85, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665522; background: linear-gradient(135deg, #665522, #4A6622);