Jungle Civilization
#69673a
Looking for the precise values behind Jungle Civilization (#69673a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #69673a | |
|---|---|---|
| RGB | rgb(105, 103, 58) | |
| HSL | hsl(57, 29%, 32%) | |
| CMYK | cmyk(0%, 2%, 45%, 59%) | |
| LAB | lab(43, -5, 26) | |
| OKLCH | oklch(0.5 0.065 106) |
Color harmonies
Tints & shades
Code snippets
color: #69673a;
background-color: #69673a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF69673A)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.40, blue: 0.23, alpha: 1.0)