#996655
a balanced, soft orange · warm · closest name: sienna
RGB
153, 102, 85
HSL
15°, 29%, 47%
CMYK
0, 33, 44, 40
Luminance
0.1693
Every format
| HEX | #996655 |
| RGB | rgb(153, 102, 85) |
| HSL | hsl(15, 29%, 47%) |
| CMYK | cmyk(0%, 33%, 44%, 40%) |
| LAB | lab(48.2 18.4 18.0) |
| LCH | lch(48.2 25.7 44.3) |
| OKLCH | oklch(0.560 0.071 39.2) |
Copy-ready code
/* CSS */
color: #996655;
background-color: #996655;
/* Tailwind (arbitrary) */
class="text-[#996655] bg-[#996655]"
/* SCSS */
$brand: #996655;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#996655")Accessibility — WCAG contrast
Aa
#996655 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996655 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow44.4%
Key (black)40.0%
Color previews
#996655 text on a black background
contrast 4.39:1
Card sample
#996655 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996655;
Background color
Panel with #996655 background
background-color: #996655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996655; background: linear-gradient(135deg, #996655, #999355);