Shades of Empress #85686C
Tints of Empress #85686C
RGB
CMYK
RGB Variations
Color information
#85686C (or 0x85686C) is known color: Empress. HEX triplet: 85, 68 and 6C. RGB value is (133,104,108). Sum of RGB (Red+Green+Blue) = 133+104+108=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85686C is #7A9793. Grayscale: #717171. Windows color (decimal): -8034196 or 7104645. OLE color: 7104645.
HSL color Cylindrical-coordinate representation of color #85686C: hue angle of 351.72º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85686C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 108 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.48 |
| HSL | 351.72º | 0.12% | 0.46% | - |
| HSV(B) | 351.72º | 0.22% | 0.52% | - |
| XYZ | 17.33 | 15.97 | 16.36 | - |
| YUV | 113.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 108 | 0 | 0.22 | 0.19 | 0.48 | 351.72 | 0.12 | 0.46 |
| Hex | 85 | 68 | 6C | 0 | 16 | 13 | 30 | 160 | C | 2E |
| Octal | 205 | 150 | 154 | 0 | 26 | 23 | 60 | 540 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1101100 | 0 | 10110 | 10011 | 110000 | 101100000 | 1100 | 101110 |
Color Harmonies of #85686C
Complementary color
Monochromatic Colors of #85686C
Black with #85686C
Text Example
Text Example
White with #85686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85686C; }
p { color: rgb(133,104,108); }
H1.HeaderClassName
{
color: #85686C;
}
.AnyTagClassName
{
color: #85686C;
}
</style>
background-color css
<style>
a { background-color: #85686C; }
a { background-color: rgb(133,104,108); }
div.DivClassName
{
background-color: #85686C;
}
.BgClassName
{
background-color: #85686C;
}
</style>
border-color css
<style>
span { border-color: #85686C; }
span { border-color: rgb(133,104,108); }
td.TdClassName
{
border-color: #85686C;
}
.TagClassName
{
border-color: #85686C;
}
</style>