Shades of Spicy Mix #8E6053
Tints of Spicy Mix #8E6053
RGB
CMYK
RGB Variations
Color information
#8E6053 (or 0x8E6053) is known color: Spicy Mix. HEX triplet: 8E, 60 and 53. RGB value is (142,96,83). Sum of RGB (Red+Green+Blue) = 142+96+83=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6053 is #719FAC. Grayscale: #6C6C6C. Windows color (decimal): -7446445 or 5464206. OLE color: 5464206.
HSL color Cylindrical-coordinate representation of color #8E6053: hue angle of 13.22º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E6053 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 83 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.44 |
| HSL | 13.22º | 0.26% | 0.44% | - |
| HSV(B) | 13.22º | 0.42% | 0.56% | - |
| XYZ | 16.9 | 14.74 | 10.14 | - |
| YUV | 108.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 83 | 0 | 0.32 | 0.42 | 0.44 | 13.22 | 0.26 | 0.44 |
| Hex | 8E | 60 | 53 | 0 | 20 | 2A | 2C | D | 1A | 2C |
| Octal | 216 | 140 | 123 | 0 | 40 | 52 | 54 | 15 | 32 | 54 |
| Binary | 10001110 | 1100000 | 1010011 | 0 | 100000 | 101010 | 101100 | 1101 | 11010 | 101100 |
Color Harmonies of #8E6053
Complementary color
Monochromatic Colors of #8E6053
Black with #8E6053
Text Example
Text Example
White with #8E6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6053; }
p { color: rgb(142,96,83); }
H1.HeaderClassName
{
color: #8E6053;
}
.AnyTagClassName
{
color: #8E6053;
}
</style>
background-color css
<style>
a { background-color: #8E6053; }
a { background-color: rgb(142,96,83); }
div.DivClassName
{
background-color: #8E6053;
}
.BgClassName
{
background-color: #8E6053;
}
</style>
border-color css
<style>
span { border-color: #8E6053; }
span { border-color: rgb(142,96,83); }
td.TdClassName
{
border-color: #8E6053;
}
.TagClassName
{
border-color: #8E6053;
}
</style>