Guinea Pig
#987652
Guinea Pig, represented by the hex value #987652, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #987652 | |
|---|---|---|
| RGB | rgb(152, 118, 82) | |
| HSL | hsl(31, 30%, 46%) | |
| CMYK | cmyk(0%, 22%, 46%, 40%) | |
| LAB | lab(52, 10, 25) | |
| OKLCH | oklch(0.59 0.066 68) |
Color harmonies
Tints & shades
Code snippets
color: #987652;
background-color: #987652;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF987652)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.46, blue: 0.32, alpha: 1.0)