Shades of Empress #88696E
Tints of Empress #88696E
RGB
CMYK
RGB Variations
Color information
#88696E (or 0x88696E) is known color: Empress. HEX triplet: 88, 69 and 6E. RGB value is (136,105,110). Sum of RGB (Red+Green+Blue) = 136+105+110=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #88696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88696E is #779691. Grayscale: #727272. Windows color (decimal): -7837330 or 7235976. OLE color: 7235976.
HSL color Cylindrical-coordinate representation of color #88696E: hue angle of 350.32º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88696E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 110 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.47 |
| HSL | 350.32º | 0.13% | 0.47% | - |
| HSV(B) | 350.32º | 0.23% | 0.53% | - |
| XYZ | 18.02 | 16.46 | 16.98 | - |
| YUV | 114.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 110 | 0 | 0.23 | 0.19 | 0.47 | 350.32 | 0.13 | 0.47 |
| Hex | 88 | 69 | 6E | 0 | 17 | 13 | 2F | 15E | D | 2F |
| Octal | 210 | 151 | 156 | 0 | 27 | 23 | 57 | 536 | 15 | 57 |
| Binary | 10001000 | 1101001 | 1101110 | 0 | 10111 | 10011 | 101111 | 101011110 | 1101 | 101111 |
Color Harmonies of #88696E
Complementary color
Monochromatic Colors of #88696E
Black with #88696E
Text Example
Text Example
White with #88696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88696E; }
p { color: rgb(136,105,110); }
H1.HeaderClassName
{
color: #88696E;
}
.AnyTagClassName
{
color: #88696E;
}
</style>
background-color css
<style>
a { background-color: #88696E; }
a { background-color: rgb(136,105,110); }
div.DivClassName
{
background-color: #88696E;
}
.BgClassName
{
background-color: #88696E;
}
</style>
border-color css
<style>
span { border-color: #88696E; }
span { border-color: rgb(136,105,110); }
td.TdClassName
{
border-color: #88696E;
}
.TagClassName
{
border-color: #88696E;
}
</style>