Autumn Gold
#7d623c
Autumn Gold is a color with the hex code #7d623c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #7d623c | |
|---|---|---|
| RGB | rgb(125, 98, 60) | |
| HSL | hsl(35, 35%, 36%) | |
| CMYK | cmyk(0%, 22%, 52%, 51%) | |
| LAB | lab(44, 8, 26) | |
| OKLCH | oklch(0.51 0.064 75) |
Color harmonies
Tints & shades
Code snippets
color: #7d623c;
background-color: #7d623c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7D623C)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.38, blue: 0.24, alpha: 1.0)