Shades of Empress #8E6D70
Tints of Empress #8E6D70
RGB
CMYK
RGB Variations
Color information
#8E6D70 (or 0x8E6D70) is known color: Empress. HEX triplet: 8E, 6D and 70. RGB value is (142,109,112). Sum of RGB (Red+Green+Blue) = 142+109+112=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D70 is #71928F. Grayscale: #777777. Windows color (decimal): -7443088 or 7368078. OLE color: 7368078.
HSL color Cylindrical-coordinate representation of color #8E6D70: hue angle of 354.55º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6D70 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 109 | 112 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.44 |
| HSL | 354.55º | 0.13% | 0.49% | - |
| HSV(B) | 354.55º | 0.23% | 0.56% | - |
| XYZ | 19.55 | 17.86 | 17.75 | - |
| YUV | 119.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 112 | 0 | 0.23 | 0.21 | 0.44 | 354.55 | 0.13 | 0.49 |
| Hex | 8E | 6D | 70 | 0 | 17 | 15 | 2C | 163 | D | 31 |
| Octal | 216 | 155 | 160 | 0 | 27 | 25 | 54 | 543 | 15 | 61 |
| Binary | 10001110 | 1101101 | 1110000 | 0 | 10111 | 10101 | 101100 | 101100011 | 1101 | 110001 |
Color Harmonies of #8E6D70
Complementary color
Monochromatic Colors of #8E6D70
Black with #8E6D70
Text Example
Text Example
White with #8E6D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6D70; }
p { color: rgb(142,109,112); }
H1.HeaderClassName
{
color: #8E6D70;
}
.AnyTagClassName
{
color: #8E6D70;
}
</style>
background-color css
<style>
a { background-color: #8E6D70; }
a { background-color: rgb(142,109,112); }
div.DivClassName
{
background-color: #8E6D70;
}
.BgClassName
{
background-color: #8E6D70;
}
</style>
border-color css
<style>
span { border-color: #8E6D70; }
span { border-color: rgb(142,109,112); }
td.TdClassName
{
border-color: #8E6D70;
}
.TagClassName
{
border-color: #8E6D70;
}
</style>