Shades of Empress #89696C
Tints of Empress #89696C
RGB
CMYK
RGB Variations
Color information
#89696C (or 0x89696C) is known color: Empress. HEX triplet: 89, 69 and 6C. RGB value is (137,105,108). Sum of RGB (Red+Green+Blue) = 137+105+108=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696C is #769693. Grayscale: #727272. Windows color (decimal): -7771796 or 7104905. OLE color: 7104905.
HSL color Cylindrical-coordinate representation of color #89696C: hue angle of 354.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89696C is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 108 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.46 |
| HSL | 354.38º | 0.13% | 0.47% | - |
| HSV(B) | 354.38º | 0.23% | 0.54% | - |
| XYZ | 18.07 | 16.5 | 16.42 | - |
| YUV | 114.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 108 | 0 | 0.23 | 0.21 | 0.46 | 354.38 | 0.13 | 0.47 |
| Hex | 89 | 69 | 6C | 0 | 17 | 15 | 2E | 162 | D | 2F |
| Octal | 211 | 151 | 154 | 0 | 27 | 25 | 56 | 542 | 15 | 57 |
| Binary | 10001001 | 1101001 | 1101100 | 0 | 10111 | 10101 | 101110 | 101100010 | 1101 | 101111 |
Color Harmonies of #89696C
Complementary color
Monochromatic Colors of #89696C
Black with #89696C
Text Example
Text Example
White with #89696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89696C; }
p { color: rgb(137,105,108); }
H1.HeaderClassName
{
color: #89696C;
}
.AnyTagClassName
{
color: #89696C;
}
</style>
background-color css
<style>
a { background-color: #89696C; }
a { background-color: rgb(137,105,108); }
div.DivClassName
{
background-color: #89696C;
}
.BgClassName
{
background-color: #89696C;
}
</style>
border-color css
<style>
span { border-color: #89696C; }
span { border-color: rgb(137,105,108); }
td.TdClassName
{
border-color: #89696C;
}
.TagClassName
{
border-color: #89696C;
}
</style>