#656113
a deep, vivid yellow · cool · closest name: olive
RGB
101, 97, 19
HSL
57°, 68%, 24%
CMYK
0, 4, 81, 60
Luminance
0.1136
Every format
| HEX | #656113 |
| RGB | rgb(101, 97, 19) |
| HSL | hsl(57, 68%, 24%) |
| CMYK | cmyk(0%, 4%, 81%, 60%) |
| LAB | lab(40.2 -8.1 41.6) |
| LCH | lch(40.2 42.4 100.9) |
| OKLCH | oklch(0.482 0.095 106.4) |
Copy-ready code
/* CSS */
color: #656113;
background-color: #656113;
/* Tailwind (arbitrary) */
class="text-[#656113] bg-[#656113]"
/* SCSS */
$brand: #656113;
/* SwiftUI */
Color(red: 0.396, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#656113")Accessibility — WCAG contrast
Aa
#656113 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656113 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow81.2%
Key (black)60.4%
Color previews
#656113 text on a black background
contrast 3.27:1
Card sample
#656113 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656113;
Background color
Panel with #656113 background
background-color: #656113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656113; background: linear-gradient(135deg, #656113, #326513);