Shades of Empress #89686B
Tints of Empress #89686B
RGB
CMYK
RGB Variations
Color information
#89686B (or 0x89686B) is known color: Empress. HEX triplet: 89, 68 and 6B. RGB value is (137,104,107). Sum of RGB (Red+Green+Blue) = 137+104+107=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89686B is #769794. Grayscale: #727272. Windows color (decimal): -7772053 or 7039113. OLE color: 7039113.
HSL color Cylindrical-coordinate representation of color #89686B: hue angle of 354.55º 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 #89686B is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 107 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.46 |
| HSL | 354.55º | 0.14% | 0.47% | - |
| HSV(B) | 354.55º | 0.24% | 0.54% | - |
| XYZ | 17.92 | 16.28 | 16.11 | - |
| YUV | 114.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 107 | 0 | 0.24 | 0.22 | 0.46 | 354.55 | 0.14 | 0.47 |
| Hex | 89 | 68 | 6B | 0 | 18 | 16 | 2E | 163 | E | 2F |
| Octal | 211 | 150 | 153 | 0 | 30 | 26 | 56 | 543 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1101011 | 0 | 11000 | 10110 | 101110 | 101100011 | 1110 | 101111 |
Color Harmonies of #89686B
Complementary color
Monochromatic Colors of #89686B
Black with #89686B
Text Example
Text Example
White with #89686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89686B; }
p { color: rgb(137,104,107); }
H1.HeaderClassName
{
color: #89686B;
}
.AnyTagClassName
{
color: #89686B;
}
</style>
background-color css
<style>
a { background-color: #89686B; }
a { background-color: rgb(137,104,107); }
div.DivClassName
{
background-color: #89686B;
}
.BgClassName
{
background-color: #89686B;
}
</style>
border-color css
<style>
span { border-color: #89686B; }
span { border-color: rgb(137,104,107); }
td.TdClassName
{
border-color: #89686B;
}
.TagClassName
{
border-color: #89686B;
}
</style>