#664422
a dark, vivid orange · warm · closest name: sienna
RGB
102, 68, 34
HSL
30°, 50%, 27%
CMYK
0, 33, 67, 60
Luminance
0.0707
Every format
| HEX | #664422 |
| RGB | rgb(102, 68, 34) |
| HSL | hsl(30, 50%, 27%) |
| CMYK | cmyk(0%, 33%, 67%, 60%) |
| LAB | lab(32.0 10.8 26.1) |
| LCH | lch(32.0 28.3 67.5) |
| OKLCH | oklch(0.418 0.068 64.1) |
Copy-ready code
/* CSS */
color: #664422;
background-color: #664422;
/* Tailwind (arbitrary) */
class="text-[#664422] bg-[#664422]"
/* SCSS */
$brand: #664422;
/* SwiftUI */
Color(red: 0.400, green: 0.267, blue: 0.133)
/* Android */
Color.parseColor("#664422")Accessibility — WCAG contrast
Aa
#664422 on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#664422 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green26.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow66.7%
Key (black)60.0%
Color previews
#664422 text on a black background
contrast 2.41:1
Card sample
#664422 text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #664422;
Background color
Panel with #664422 background
background-color: #664422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #664422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 68, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 68, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #664422; background: linear-gradient(135deg, #664422, #5B6622);