Jungle Beat
#654f2d
Jungle Beat, represented by the hex value #654f2d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #654f2d | |
|---|---|---|
| RGB | rgb(101, 79, 45) | |
| HSL | hsl(36, 38%, 29%) | |
| CMYK | cmyk(0%, 22%, 55%, 60%) | |
| LAB | lab(35, 6, 24) | |
| OKLCH | oklch(0.44 0.058 77) |
Color harmonies
Tints & shades
Code snippets
color: #654f2d;
background-color: #654f2d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF654F2D)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.31, blue: 0.18, alpha: 1.0)