Shades of Empress #896C73
Tints of Empress #896C73
RGB
CMYK
RGB Variations
Color information
#896C73 (or 0x896C73) is known color: Empress. HEX triplet: 89, 6C and 73. RGB value is (137,108,115). Sum of RGB (Red+Green+Blue) = 137+108+115=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C73 is #76938C. Grayscale: #757575. Windows color (decimal): -7771021 or 7564425. OLE color: 7564425.
HSL color Cylindrical-coordinate representation of color #896C73: hue angle of 345.52º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C73 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 115 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.46 |
| HSL | 345.52º | 0.12% | 0.48% | - |
| HSV(B) | 345.52º | 0.21% | 0.54% | - |
| XYZ | 18.77 | 17.28 | 18.57 | - |
| YUV | 117.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 115 | 0 | 0.21 | 0.16 | 0.46 | 345.52 | 0.12 | 0.48 |
| Hex | 89 | 6C | 73 | 0 | 15 | 10 | 2E | 15A | C | 30 |
| Octal | 211 | 154 | 163 | 0 | 25 | 20 | 56 | 532 | 14 | 60 |
| Binary | 10001001 | 1101100 | 1110011 | 0 | 10101 | 10000 | 101110 | 101011010 | 1100 | 110000 |
Color Harmonies of #896C73
Complementary color
Monochromatic Colors of #896C73
Black with #896C73
Text Example
Text Example
White with #896C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C73; }
p { color: rgb(137,108,115); }
H1.HeaderClassName
{
color: #896C73;
}
.AnyTagClassName
{
color: #896C73;
}
</style>
background-color css
<style>
a { background-color: #896C73; }
a { background-color: rgb(137,108,115); }
div.DivClassName
{
background-color: #896C73;
}
.BgClassName
{
background-color: #896C73;
}
</style>
border-color css
<style>
span { border-color: #896C73; }
span { border-color: rgb(137,108,115); }
td.TdClassName
{
border-color: #896C73;
}
.TagClassName
{
border-color: #896C73;
}
</style>