Gecko
#9d913c
Gecko, represented by the hex value #9d913c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9d913c | |
|---|---|---|
| RGB | rgb(157, 145, 60) | |
| HSL | hsl(53, 45%, 43%) | |
| CMYK | cmyk(0%, 8%, 62%, 38%) | |
| LAB | lab(60, -3, 45) | |
| OKLCH | oklch(0.65 0.107 101) |
Color harmonies
Tints & shades
Code snippets
color: #9d913c;
background-color: #9d913c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9D913C)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.57, blue: 0.24, alpha: 1.0)