Shades of Empress #89686C
Tints of Empress #89686C
RGB
CMYK
RGB Variations
Color information
#89686C (or 0x89686C) is known color: Empress. HEX triplet: 89, 68 and 6C. RGB value is (137,104,108). Sum of RGB (Red+Green+Blue) = 137+104+108=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #89686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89686C is #769793. Grayscale: #727272. Windows color (decimal): -7772052 or 7104649. OLE color: 7104649.
HSL color Cylindrical-coordinate representation of color #89686C: hue angle of 352.73º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89686C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 108 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.46 |
| HSL | 352.73º | 0.14% | 0.47% | - |
| HSV(B) | 352.73º | 0.24% | 0.54% | - |
| XYZ | 17.97 | 16.3 | 16.39 | - |
| YUV | 114.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 108 | 0 | 0.24 | 0.21 | 0.46 | 352.73 | 0.14 | 0.47 |
| Hex | 89 | 68 | 6C | 0 | 18 | 15 | 2E | 161 | E | 2F |
| Octal | 211 | 150 | 154 | 0 | 30 | 25 | 56 | 541 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1101100 | 0 | 11000 | 10101 | 101110 | 101100001 | 1110 | 101111 |
Color Harmonies of #89686C
Complementary color
Monochromatic Colors of #89686C
Black with #89686C
Text Example
Text Example
White with #89686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89686C; }
p { color: rgb(137,104,108); }
H1.HeaderClassName
{
color: #89686C;
}
.AnyTagClassName
{
color: #89686C;
}
</style>
background-color css
<style>
a { background-color: #89686C; }
a { background-color: rgb(137,104,108); }
div.DivClassName
{
background-color: #89686C;
}
.BgClassName
{
background-color: #89686C;
}
</style>
border-color css
<style>
span { border-color: #89686C; }
span { border-color: rgb(137,104,108); }
td.TdClassName
{
border-color: #89686C;
}
.TagClassName
{
border-color: #89686C;
}
</style>