Shades of Spicy Mix #8E624A
Tints of Spicy Mix #8E624A
RGB
CMYK
RGB Variations
Color information
#8E624A (or 0x8E624A) is known color: Spicy Mix. HEX triplet: 8E, 62 and 4A. RGB value is (142,98,74). Sum of RGB (Red+Green+Blue) = 142+98+74=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E624A is #719DB5. Grayscale: #6C6C6C. Windows color (decimal): -7445942 or 4874894. OLE color: 4874894.
HSL color Cylindrical-coordinate representation of color #8E624A: hue angle of 21.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E624A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 74 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.44 |
| HSL | 21.18º | 0.31% | 0.42% | - |
| HSV(B) | 21.18º | 0.48% | 0.56% | - |
| XYZ | 16.76 | 14.98 | 8.49 | - |
| YUV | 108.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 74 | 0 | 0.31 | 0.48 | 0.44 | 21.18 | 0.31 | 0.42 |
| Hex | 8E | 62 | 4A | 0 | 1F | 30 | 2C | 15 | 1F | 2A |
| Octal | 216 | 142 | 112 | 0 | 37 | 60 | 54 | 25 | 37 | 52 |
| Binary | 10001110 | 1100010 | 1001010 | 0 | 11111 | 110000 | 101100 | 10101 | 11111 | 101010 |
Color Harmonies of #8E624A
Complementary color
Monochromatic Colors of #8E624A
Black with #8E624A
Text Example
Text Example
White with #8E624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E624A; }
p { color: rgb(142,98,74); }
H1.HeaderClassName
{
color: #8E624A;
}
.AnyTagClassName
{
color: #8E624A;
}
</style>
background-color css
<style>
a { background-color: #8E624A; }
a { background-color: rgb(142,98,74); }
div.DivClassName
{
background-color: #8E624A;
}
.BgClassName
{
background-color: #8E624A;
}
</style>
border-color css
<style>
span { border-color: #8E624A; }
span { border-color: rgb(142,98,74); }
td.TdClassName
{
border-color: #8E624A;
}
.TagClassName
{
border-color: #8E624A;
}
</style>