#655621
a dark, vivid yellow · cool · closest name: sienna
RGB
101, 86, 33
HSL
47°, 51%, 26%
CMYK
0, 15, 67, 60
Luminance
0.0953
Every format
| HEX | #655621 |
| RGB | rgb(101, 86, 33) |
| HSL | hsl(47, 51%, 26%) |
| CMYK | cmyk(0%, 15%, 67%, 60%) |
| LAB | lab(37.0 -0.8 32.3) |
| LCH | lch(37.0 32.3 91.4) |
| OKLCH | oklch(0.457 0.074 93.4) |
Copy-ready code
/* CSS */
color: #655621;
background-color: #655621;
/* Tailwind (arbitrary) */
class="text-[#655621] bg-[#655621]"
/* SCSS */
$brand: #655621;
/* SwiftUI */
Color(red: 0.396, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#655621")Accessibility — WCAG contrast
Aa
#655621 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#655621 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow67.3%
Key (black)60.4%
Color previews
#655621 text on a black background
contrast 2.91:1
Card sample
#655621 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655621;
Background color
Panel with #655621 background
background-color: #655621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655621; background: linear-gradient(135deg, #655621, #476521);