#996944
a dark, soft orange · warm · closest name: sienna
RGB
153, 105, 68
HSL
26°, 39%, 43%
CMYK
0, 31, 56, 40
Luminance
0.1729
Every format
| HEX | #996944 |
| RGB | rgb(153, 105, 68) |
| HSL | hsl(26, 39%, 43%) |
| CMYK | cmyk(0%, 31%, 56%, 40%) |
| LAB | lab(48.6 15.0 28.4) |
| LCH | lch(48.6 32.1 62.2) |
| OKLCH | oklch(0.563 0.081 57.8) |
Copy-ready code
/* CSS */
color: #996944;
background-color: #996944;
/* Tailwind (arbitrary) */
class="text-[#996944] bg-[#996944]"
/* SCSS */
$brand: #996944;
/* SwiftUI */
Color(red: 0.600, green: 0.412, blue: 0.267)
/* Android */
Color.parseColor("#996944")Accessibility — WCAG contrast
Aa
#996944 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996944 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green41.2%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow55.6%
Key (black)40.0%
Color previews
#996944 text on a black background
contrast 4.46:1
Card sample
#996944 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996944;
Background color
Panel with #996944 background
background-color: #996944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 105, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 105, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996944; background: linear-gradient(135deg, #996944, #909944);