Noble Chocolate
#6d4433
Looking for the precise values behind Noble Chocolate (#6d4433)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6d4433 | |
|---|---|---|
| RGB | rgb(109, 68, 51) | |
| HSL | hsl(18, 36%, 31%) | |
| CMYK | cmyk(0%, 38%, 53%, 57%) | |
| LAB | lab(33, 17, 18) | |
| OKLCH | oklch(0.43 0.063 43) |
Color harmonies
Tints & shades
Code snippets
color: #6d4433;
background-color: #6d4433;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6D4433)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.27, blue: 0.20, alpha: 1.0)