#6e4b21
a dark, vivid orange · warm · closest name: sienna
RGB
110, 75, 33
HSL
33°, 54%, 28%
CMYK
0, 32, 70, 57
Luminance
0.0846
Every format
| HEX | #6e4b21 |
| RGB | rgb(110, 75, 33) |
| HSL | hsl(33, 54%, 28%) |
| CMYK | cmyk(0%, 32%, 70%, 57%) |
| LAB | lab(34.9 10.3 30.3) |
| LCH | lch(34.9 32.0 71.3) |
| OKLCH | oklch(0.443 0.074 68.6) |
Copy-ready code
/* CSS */
color: #6e4b21;
background-color: #6e4b21;
/* Tailwind (arbitrary) */
class="text-[#6e4b21] bg-[#6e4b21]"
/* SCSS */
$brand: #6e4b21;
/* SwiftUI */
Color(red: 0.431, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#6e4b21")Accessibility — WCAG contrast
Aa
#6e4b21 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6e4b21 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow70.0%
Key (black)56.9%
Color previews
#6e4b21 text on a black background
contrast 2.69:1
Card sample
#6e4b21 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e4b21;
Background color
Panel with #6e4b21 background
background-color: #6e4b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e4b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e4b21; background: linear-gradient(135deg, #6e4b21, #5E6E21);