Cinnamon Hex Code — #D2691E
RGB, HSL, and CMYK values for Cinnamon.
Cinnamon Color Values
| Format | Value |
|---|---|
| HEX | #D2691E |
| RGB | rgb(210, 105, 30) |
| HSL | hsl(25, 75%, 47%) |
| CMYK | cmyk(0%, 50%, 86%, 18%) |
Want to explore more shades? Use our Color Converter
About Cinnamon
Color psychology: Warmth, spice.
Cinnamon (#D2691E) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where warmth, spice are desired associations.
How to Use Cinnamon in CSS
/* Using HEX */ color: #D2691E; background-color: #D2691E; /* Using RGB */ color: rgb(210, 105, 30); /* Using HSL */ color: hsl(25, 75%, 47%);