Major Brown
#61574e
Looking for the precise values behind Major Brown (#61574e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #61574e | |
|---|---|---|
| RGB | rgb(97, 87, 78) | |
| HSL | hsl(28, 11%, 34%) | |
| CMYK | cmyk(0%, 10%, 20%, 62%) | |
| LAB | lab(38, 3, 7) | |
| OKLCH | oklch(0.46 0.019 64) |
Color harmonies
Tints & shades
Code snippets
color: #61574e;
background-color: #61574e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF61574E)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.34, blue: 0.31, alpha: 1.0)