#996607
a dark, electric orange · warm · closest name: peru
RGB
153, 102, 7
HSL
39°, 91%, 31%
CMYK
0, 33, 95, 40
Luminance
0.1629
Every format
| HEX | #996607 |
| RGB | rgb(153, 102, 7) |
| HSL | hsl(39, 91%, 31%) |
| CMYK | cmyk(0%, 33%, 95%, 40%) |
| LAB | lab(47.4 13.7 53.1) |
| LCH | lch(47.4 54.9 75.6) |
| OKLCH | oklch(0.551 0.115 74.1) |
Copy-ready code
/* CSS */
color: #996607;
background-color: #996607;
/* Tailwind (arbitrary) */
class="text-[#996607] bg-[#996607]"
/* SCSS */
$brand: #996607;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#996607")Accessibility — WCAG contrast
Aa
#996607 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996607 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow95.4%
Key (black)40.0%
Color previews
#996607 text on a black background
contrast 4.26:1
Card sample
#996607 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996607;
Background color
Panel with #996607 background
background-color: #996607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996607; background: linear-gradient(135deg, #996607, #6B9907);