Bancha
#666a47
Looking for the precise values behind Bancha (#666a47)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #666a47 | |
|---|---|---|
| RGB | rgb(102, 106, 71) | |
| HSL | hsl(67, 20%, 35%) | |
| CMYK | cmyk(4%, 0%, 33%, 58%) | |
| LAB | lab(44, -6, 19) | |
| OKLCH | oklch(0.51 0.052 114) |
Color harmonies
Tints & shades
Code snippets
color: #666a47;
background-color: #666a47;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF666A47)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.42, blue: 0.28, alpha: 1.0)