Shades of Empress #896D75
Tints of Empress #896D75
RGB
CMYK
RGB Variations
Color information
#896D75 (or 0x896D75) is known color: Empress. HEX triplet: 89, 6D and 75. RGB value is (137,109,117). Sum of RGB (Red+Green+Blue) = 137+109+117=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #896D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D75 is #76928A. Grayscale: #767676. Windows color (decimal): -7770763 or 7695753. OLE color: 7695753.
HSL color Cylindrical-coordinate representation of color #896D75: hue angle of 342.86º 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 #896D75 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 117 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.46 |
| HSL | 342.86º | 0.11% | 0.48% | - |
| HSV(B) | 342.86º | 0.2% | 0.54% | - |
| XYZ | 19 | 17.54 | 19.21 | - |
| YUV | 118.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 117 | 0 | 0.20 | 0.15 | 0.46 | 342.86 | 0.11 | 0.48 |
| Hex | 89 | 6D | 75 | 0 | 14 | F | 2E | 157 | B | 30 |
| Octal | 211 | 155 | 165 | 0 | 24 | 17 | 56 | 527 | 13 | 60 |
| Binary | 10001001 | 1101101 | 1110101 | 0 | 10100 | 1111 | 101110 | 101010111 | 1011 | 110000 |
Color Harmonies of #896D75
Complementary color
Monochromatic Colors of #896D75
Black with #896D75
Text Example
Text Example
White with #896D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D75; }
p { color: rgb(137,109,117); }
H1.HeaderClassName
{
color: #896D75;
}
.AnyTagClassName
{
color: #896D75;
}
</style>
background-color css
<style>
a { background-color: #896D75; }
a { background-color: rgb(137,109,117); }
div.DivClassName
{
background-color: #896D75;
}
.BgClassName
{
background-color: #896D75;
}
</style>
border-color css
<style>
span { border-color: #896D75; }
span { border-color: rgb(137,109,117); }
td.TdClassName
{
border-color: #896D75;
}
.TagClassName
{
border-color: #896D75;
}
</style>