#996644
a dark, soft orange · warm · closest name: sienna
RGB
153, 102, 68
HSL
24°, 39%, 43%
CMYK
0, 33, 56, 40
Luminance
0.1669
Every format
| HEX | #996644 |
| RGB | rgb(153, 102, 68) |
| HSL | hsl(24, 39%, 43%) |
| CMYK | cmyk(0%, 33%, 56%, 40%) |
| LAB | lab(47.9 16.7 27.4) |
| LCH | lch(47.9 32.1 58.7) |
| OKLCH | oklch(0.557 0.082 53.9) |
Copy-ready code
/* CSS */
color: #996644;
background-color: #996644;
/* Tailwind (arbitrary) */
class="text-[#996644] bg-[#996644]"
/* SCSS */
$brand: #996644;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.267)
/* Android */
Color.parseColor("#996644")Accessibility — WCAG contrast
Aa
#996644 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996644 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow55.6%
Key (black)40.0%
Color previews
#996644 text on a black background
contrast 4.34:1
Card sample
#996644 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996644;
Background color
Panel with #996644 background
background-color: #996644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996644; background: linear-gradient(135deg, #996644, #939944);