In the RGB color space, #80605E is composed of 50.1961% red, 37.6471% green, and 36.8627% blue.
In the CMYK color space, #80605E is composed of 0% cyan, 25.0% magenta, 26.57% yellow, and 49.8% black,
It has a hue angle of 3.6 degrees, a saturation of 15.32%, and a lightness of 43.53%.
The closest websafe color is #996666.
The hexadecimal color #80605E has RGB values of R:128, G:96, B:94 and CMYK values of C:0, M:25, Y:26.57, K:49.8. It has a decimal value of 8413278.
Hexadecimal | #80605E | #80605E |
RGB Decimal | 128, 96, 94 | rgb(128, 96, 94) |
RGB Percent | 50.1961, 37.6471, 36.8627 | rgb(50.1961%, 37.6471%, 36.8627%) |
RGB Proportion | 0.502, 0.3765, 0.3686 | rgb(0.502, 0.3765, 0.3686) |
CMYK | 0, 25, 26.57, 49.8 | |
HSL | 3.6ยบ, 15.32, 43.53 | hsl(3.6, 15.32%, 43.53%) |
Websafe | 996666 | #996666 |
XYZ | 15.107, 13.765, 12.449 | |
Yxy | 13.765, 0.366, 0.333 | |
CIE-LAB | 43.894, 12.679, 6.195 | |
CIE-LCH | 43.894, 14.112, 26.04 | |
CIE-LUV | 43.894, 20.278, 5.772 | |
Hunter-Lab | 37.101, 7.755, 6.077 |
Colors that go well with #80605E.
Common HTML and CSS shortcodes for #80605E.
<div style="color: #80605E;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #80605E;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #80605E;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #80605E to transparent.
<div style="background: linear-gradient(#80605E, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #80605E to transparent.
<div style="background: radial-gradient(#80605E, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #80605E to #7F9FA1.
<div style="background: linear-gradient(#80605E, #7F9FA1);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #80605E to #7F9FA1.
<div style="background: radial-gradient(#80605E, #7F9FA1);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #80605E; }
.background { background-color: #80605E; }
.border { border: 1px solid #80605E; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020202 while the lightest tint is #FDFCFC.