#9b6331
a dark, vivid orange · warm · closest name: sienna
RGB
155, 99, 49
HSL
28°, 52%, 40%
CMYK
0, 36, 68, 39
Luminance
0.1611
Every format
| HEX | #9b6331 |
| RGB | rgb(155, 99, 49) |
| HSL | hsl(28, 52%, 40%) |
| CMYK | cmyk(0%, 36%, 68%, 39%) |
| LAB | lab(47.1 17.9 37.0) |
| LCH | lch(47.1 41.1 64.3) |
| OKLCH | oklch(0.551 0.098 60.2) |
Copy-ready code
/* CSS */
color: #9b6331;
background-color: #9b6331;
/* Tailwind (arbitrary) */
class="text-[#9b6331] bg-[#9b6331]"
/* SCSS */
$brand: #9b6331;
/* SwiftUI */
Color(red: 0.608, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#9b6331")Accessibility — WCAG contrast
Aa
#9b6331 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b6331 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green38.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow68.4%
Key (black)39.2%
Color previews
#9b6331 text on a black background
contrast 4.22:1
Card sample
#9b6331 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b6331;
Background color
Panel with #9b6331 background
background-color: #9b6331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b6331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b6331; background: linear-gradient(135deg, #9b6331, #8C9B31);