Bison
#6e4f3a
Bison, represented by the hex value #6e4f3a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #6e4f3a | |
|---|---|---|
| RGB | rgb(110, 79, 58) | |
| HSL | hsl(24, 31%, 33%) | |
| CMYK | cmyk(0%, 28%, 47%, 57%) | |
| LAB | lab(37, 11, 18) | |
| OKLCH | oklch(0.46 0.053 55) |
Color harmonies
Tints & shades
Code snippets
color: #6e4f3a;
background-color: #6e4f3a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6E4F3A)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.31, blue: 0.23, alpha: 1.0)