Brown
#653700
Brown, represented by the hex value #653700, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #653700 | |
|---|---|---|
| RGB | rgb(101, 55, 0) | |
| HSL | hsl(33, 100%, 20%) | |
| CMYK | cmyk(0%, 46%, 100%, 60%) | |
| LAB | lab(28, 18, 39) | |
| OKLCH | oklch(0.39 0.089 62) |
Color harmonies
Tints & shades
Code snippets
color: #653700;
background-color: #653700;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF653700)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.22, blue: 0.00, alpha: 1.0)