Oak Barrel
#715636
Looking for the precise values behind Oak Barrel (#715636)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #715636 | |
|---|---|---|
| RGB | rgb(113, 86, 54) | |
| HSL | hsl(33, 35%, 33%) | |
| CMYK | cmyk(0%, 24%, 52%, 56%) | |
| LAB | lab(39, 8, 23) | |
| OKLCH | oklch(0.47 0.059 70) |
Color harmonies
Tints & shades
Code snippets
color: #715636;
background-color: #715636;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF715636)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.34, blue: 0.21, alpha: 1.0)