#665544
a dark, soft orange · warm · closest name: gray
RGB
102, 85, 68
HSL
30°, 20%, 33%
CMYK
0, 17, 33, 60
Luminance
0.0974
Every format
| HEX | #665544 |
| RGB | rgb(102, 85, 68) |
| HSL | hsl(30, 20%, 33%) |
| CMYK | cmyk(0%, 17%, 33%, 60%) |
| LAB | lab(37.4 4.2 12.5) |
| LCH | lch(37.4 13.2 71.6) |
| OKLCH | oklch(0.462 0.035 66.8) |
Copy-ready code
/* CSS */
color: #665544;
background-color: #665544;
/* Tailwind (arbitrary) */
class="text-[#665544] bg-[#665544]"
/* SCSS */
$brand: #665544;
/* SwiftUI */
Color(red: 0.400, green: 0.333, blue: 0.267)
/* Android */
Color.parseColor("#665544")Accessibility — WCAG contrast
Aa
#665544 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#665544 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green33.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow33.3%
Key (black)60.0%
Color previews
#665544 text on a black background
contrast 2.95:1
Card sample
#665544 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #665544;
Background color
Panel with #665544 background
background-color: #665544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #665544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 85, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 85, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #665544; background: linear-gradient(135deg, #665544, #606644);