#65501f
a dark, vivid yellow · warm · closest name: sienna
RGB
101, 80, 31
HSL
42°, 53%, 26%
CMYK
0, 21, 69, 60
Luminance
0.0860
Every format
| HEX | #65501f |
| RGB | rgb(101, 80, 31) |
| HSL | hsl(42, 53%, 26%) |
| CMYK | cmyk(0%, 21%, 69%, 60%) |
| LAB | lab(35.2 2.7 31.4) |
| LCH | lch(35.2 31.5 85.0) |
| OKLCH | oklch(0.443 0.072 85.7) |
Copy-ready code
/* CSS */
color: #65501f;
background-color: #65501f;
/* Tailwind (arbitrary) */
class="text-[#65501f] bg-[#65501f]"
/* SCSS */
$brand: #65501f;
/* SwiftUI */
Color(red: 0.396, green: 0.314, blue: 0.122)
/* Android */
Color.parseColor("#65501f")Accessibility — WCAG contrast
Aa
#65501f on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65501f on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green31.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow69.3%
Key (black)60.4%
Color previews
#65501f text on a black background
contrast 2.72:1
Card sample
#65501f text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65501f;
Background color
Panel with #65501f background
background-color: #65501f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65501f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 80, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 80, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65501f; background: linear-gradient(135deg, #65501f, #4B651F);