Brisket
#6e4534
Brisket is a color with the hex code #6e4534. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #6e4534 | |
|---|---|---|
| RGB | rgb(110, 69, 52) | |
| HSL | hsl(18, 36%, 32%) | |
| CMYK | cmyk(0%, 37%, 53%, 57%) | |
| LAB | lab(34, 17, 18) | |
| OKLCH | oklch(0.43 0.063 43) |
Color harmonies
Tints & shades
Code snippets
color: #6e4534;
background-color: #6e4534;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6E4534)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.27, blue: 0.20, alpha: 1.0)