Shades of Empress #88696D
Tints of Empress #88696D
RGB
CMYK
RGB Variations
Color information
#88696D (or 0x88696D) is known color: Empress. HEX triplet: 88, 69 and 6D. RGB value is (136,105,109). Sum of RGB (Red+Green+Blue) = 136+105+109=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #88696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88696D is #779692. Grayscale: #727272. Windows color (decimal): -7837331 or 7170440. OLE color: 7170440.
HSL color Cylindrical-coordinate representation of color #88696D: hue angle of 352.26º 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 #88696D is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 109 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.47 |
| HSL | 352.26º | 0.13% | 0.47% | - |
| HSV(B) | 352.26º | 0.23% | 0.53% | - |
| XYZ | 17.97 | 16.44 | 16.69 | - |
| YUV | 114.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 109 | 0 | 0.23 | 0.20 | 0.47 | 352.26 | 0.13 | 0.47 |
| Hex | 88 | 69 | 6D | 0 | 17 | 14 | 2F | 160 | D | 2F |
| Octal | 210 | 151 | 155 | 0 | 27 | 24 | 57 | 540 | 15 | 57 |
| Binary | 10001000 | 1101001 | 1101101 | 0 | 10111 | 10100 | 101111 | 101100000 | 1101 | 101111 |
Color Harmonies of #88696D
Complementary color
Monochromatic Colors of #88696D
Black with #88696D
Text Example
Text Example
White with #88696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88696D; }
p { color: rgb(136,105,109); }
H1.HeaderClassName
{
color: #88696D;
}
.AnyTagClassName
{
color: #88696D;
}
</style>
background-color css
<style>
a { background-color: #88696D; }
a { background-color: rgb(136,105,109); }
div.DivClassName
{
background-color: #88696D;
}
.BgClassName
{
background-color: #88696D;
}
</style>
border-color css
<style>
span { border-color: #88696D; }
span { border-color: rgb(136,105,109); }
td.TdClassName
{
border-color: #88696D;
}
.TagClassName
{
border-color: #88696D;
}
</style>