#996922
a dark, vivid orange · warm · closest name: peru
RGB
153, 105, 34
HSL
36°, 64%, 37%
CMYK
0, 31, 78, 40
Luminance
0.1699
Every format
| HEX | #996922 |
| RGB | rgb(153, 105, 34) |
| HSL | hsl(36, 64%, 37%) |
| CMYK | cmyk(0%, 31%, 78%, 40%) |
| LAB | lab(48.3 12.7 45.3) |
| LCH | lch(48.3 47.1 74.3) |
| OKLCH | oklch(0.558 0.104 72.6) |
Copy-ready code
/* CSS */
color: #996922;
background-color: #996922;
/* Tailwind (arbitrary) */
class="text-[#996922] bg-[#996922]"
/* SCSS */
$brand: #996922;
/* SwiftUI */
Color(red: 0.600, green: 0.412, blue: 0.133)
/* Android */
Color.parseColor("#996922")Accessibility — WCAG contrast
Aa
#996922 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996922 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green41.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow77.8%
Key (black)40.0%
Color previews
#996922 text on a black background
contrast 4.40:1
Card sample
#996922 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996922;
Background color
Panel with #996922 background
background-color: #996922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 105, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 105, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996922; background: linear-gradient(135deg, #996922, #7A9922);