Shades of Spicy Mix #80604E
Tints of Spicy Mix #80604E
RGB
CMYK
RGB Variations
Color information
#80604E (or 0x80604E) is known color: Spicy Mix. HEX triplet: 80, 60 and 4E. RGB value is (128,96,78). Sum of RGB (Red+Green+Blue) = 128+96+78=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80604E is #7F9FB1. Grayscale: #676767. Windows color (decimal): -8363954 or 5136512. OLE color: 5136512.
HSL color Cylindrical-coordinate representation of color #80604E: hue angle of 21.6º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80604E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 78 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.50 |
| HSL | 21.6º | 0.24% | 0.4% | - |
| HSV(B) | 21.6º | 0.39% | 0.5% | - |
| XYZ | 14.46 | 13.51 | 9.05 | - |
| YUV | 103.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 78 | 0 | 0.25 | 0.39 | 0.50 | 21.6 | 0.24 | 0.4 |
| Hex | 80 | 60 | 4E | 0 | 19 | 27 | 32 | 16 | 18 | 28 |
| Octal | 200 | 140 | 116 | 0 | 31 | 47 | 62 | 26 | 30 | 50 |
| Binary | 10000000 | 1100000 | 1001110 | 0 | 11001 | 100111 | 110010 | 10110 | 11000 | 101000 |
Color Harmonies of #80604E
Complementary color
Monochromatic Colors of #80604E
Black with #80604E
Text Example
Text Example
White with #80604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80604E; }
p { color: rgb(128,96,78); }
H1.HeaderClassName
{
color: #80604E;
}
.AnyTagClassName
{
color: #80604E;
}
</style>
background-color css
<style>
a { background-color: #80604E; }
a { background-color: rgb(128,96,78); }
div.DivClassName
{
background-color: #80604E;
}
.BgClassName
{
background-color: #80604E;
}
</style>
border-color css
<style>
span { border-color: #80604E; }
span { border-color: rgb(128,96,78); }
td.TdClassName
{
border-color: #80604E;
}
.TagClassName
{
border-color: #80604E;
}
</style>