Shades of Empress #89696E
Tints of Empress #89696E
RGB
CMYK
RGB Variations
Color information
#89696E (or 0x89696E) is known color: Empress. HEX triplet: 89, 69 and 6E. RGB value is (137,105,110). Sum of RGB (Red+Green+Blue) = 137+105+110=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #89696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696E is #769691. Grayscale: #737373. Windows color (decimal): -7771794 or 7235977. OLE color: 7235977.
HSL color Cylindrical-coordinate representation of color #89696E: hue angle of 350.62º 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 #89696E is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 110 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.46 |
| HSL | 350.63º | 0.13% | 0.47% | - |
| HSV(B) | 350.63º | 0.23% | 0.54% | - |
| XYZ | 18.18 | 16.55 | 16.99 | - |
| YUV | 115.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 110 | 0 | 0.23 | 0.20 | 0.46 | 350.63 | 0.13 | 0.47 |
| Hex | 89 | 69 | 6E | 0 | 17 | 14 | 2E | 15F | D | 2F |
| Octal | 211 | 151 | 156 | 0 | 27 | 24 | 56 | 537 | 15 | 57 |
| Binary | 10001001 | 1101001 | 1101110 | 0 | 10111 | 10100 | 101110 | 101011111 | 1101 | 101111 |
Color Harmonies of #89696E
Complementary color
Monochromatic Colors of #89696E
Black with #89696E
Text Example
Text Example
White with #89696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89696E; }
p { color: rgb(137,105,110); }
H1.HeaderClassName
{
color: #89696E;
}
.AnyTagClassName
{
color: #89696E;
}
</style>
background-color css
<style>
a { background-color: #89696E; }
a { background-color: rgb(137,105,110); }
div.DivClassName
{
background-color: #89696E;
}
.BgClassName
{
background-color: #89696E;
}
</style>
border-color css
<style>
span { border-color: #89696E; }
span { border-color: rgb(137,105,110); }
td.TdClassName
{
border-color: #89696E;
}
.TagClassName
{
border-color: #89696E;
}
</style>