#655c13
a deep, vivid yellow · cool · closest name: olive
RGB
101, 92, 19
HSL
53°, 68%, 24%
CMYK
0, 9, 81, 60
Luminance
0.1047
Every format
| HEX | #655c13 |
| RGB | rgb(101, 92, 19) |
| HSL | hsl(53, 68%, 24%) |
| CMYK | cmyk(0%, 9%, 81%, 60%) |
| LAB | lab(38.7 -5.2 40.2) |
| LCH | lch(38.7 40.6 97.3) |
| OKLCH | oklch(0.469 0.090 102.0) |
Copy-ready code
/* CSS */
color: #655c13;
background-color: #655c13;
/* Tailwind (arbitrary) */
class="text-[#655c13] bg-[#655c13]"
/* SCSS */
$brand: #655c13;
/* SwiftUI */
Color(red: 0.396, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#655c13")Accessibility — WCAG contrast
Aa
#655c13 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655c13 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green36.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow81.2%
Key (black)60.4%
Color previews
#655c13 text on a black background
contrast 3.09:1
Card sample
#655c13 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655c13;
Background color
Panel with #655c13 background
background-color: #655c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655c13; background: linear-gradient(135deg, #655c13, #376513);