Shades of Empress #896E70
Tints of Empress #896E70
RGB
CMYK
RGB Variations
Color information
#896E70 (or 0x896E70) is known color: Empress. HEX triplet: 89, 6E and 70. RGB value is (137,110,112). Sum of RGB (Red+Green+Blue) = 137+110+112=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #896E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E70 is #76918F. Grayscale: #767676. Windows color (decimal): -7770512 or 7368329. OLE color: 7368329.
HSL color Cylindrical-coordinate representation of color #896E70: hue angle of 355.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896E70 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 112 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.46 |
| HSL | 355.56º | 0.11% | 0.48% | - |
| HSV(B) | 355.56º | 0.2% | 0.54% | - |
| XYZ | 18.82 | 17.64 | 17.74 | - |
| YUV | 118.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 112 | 0 | 0.20 | 0.18 | 0.46 | 355.56 | 0.11 | 0.48 |
| Hex | 89 | 6E | 70 | 0 | 14 | 12 | 2E | 164 | B | 30 |
| Octal | 211 | 156 | 160 | 0 | 24 | 22 | 56 | 544 | 13 | 60 |
| Binary | 10001001 | 1101110 | 1110000 | 0 | 10100 | 10010 | 101110 | 101100100 | 1011 | 110000 |
Color Harmonies of #896E70
Complementary color
Monochromatic Colors of #896E70
Black with #896E70
Text Example
Text Example
White with #896E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E70; }
p { color: rgb(137,110,112); }
H1.HeaderClassName
{
color: #896E70;
}
.AnyTagClassName
{
color: #896E70;
}
</style>
background-color css
<style>
a { background-color: #896E70; }
a { background-color: rgb(137,110,112); }
div.DivClassName
{
background-color: #896E70;
}
.BgClassName
{
background-color: #896E70;
}
</style>
border-color css
<style>
span { border-color: #896E70; }
span { border-color: rgb(137,110,112); }
td.TdClassName
{
border-color: #896E70;
}
.TagClassName
{
border-color: #896E70;
}
</style>