Shades of Empress #85686D
Tints of Empress #85686D
RGB
CMYK
RGB Variations
Color information
#85686D (or 0x85686D) is known color: Empress. HEX triplet: 85, 68 and 6D. RGB value is (133,104,109). Sum of RGB (Red+Green+Blue) = 133+104+109=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85686D is #7A9792. Grayscale: #717171. Windows color (decimal): -8034195 or 7170181. OLE color: 7170181.
HSL color Cylindrical-coordinate representation of color #85686D: hue angle of 349.66º 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 #85686D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 109 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.48 |
| HSL | 349.66º | 0.12% | 0.46% | - |
| HSV(B) | 349.66º | 0.22% | 0.52% | - |
| XYZ | 17.38 | 15.99 | 16.64 | - |
| YUV | 113.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 109 | 0 | 0.22 | 0.18 | 0.48 | 349.66 | 0.12 | 0.46 |
| Hex | 85 | 68 | 6D | 0 | 16 | 12 | 30 | 15E | C | 2E |
| Octal | 205 | 150 | 155 | 0 | 26 | 22 | 60 | 536 | 14 | 56 |
| Binary | 10000101 | 1101000 | 1101101 | 0 | 10110 | 10010 | 110000 | 101011110 | 1100 | 101110 |
Color Harmonies of #85686D
Complementary color
Monochromatic Colors of #85686D
Black with #85686D
Text Example
Text Example
White with #85686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85686D; }
p { color: rgb(133,104,109); }
H1.HeaderClassName
{
color: #85686D;
}
.AnyTagClassName
{
color: #85686D;
}
</style>
background-color css
<style>
a { background-color: #85686D; }
a { background-color: rgb(133,104,109); }
div.DivClassName
{
background-color: #85686D;
}
.BgClassName
{
background-color: #85686D;
}
</style>
border-color css
<style>
span { border-color: #85686D; }
span { border-color: rgb(133,104,109); }
td.TdClassName
{
border-color: #85686D;
}
.TagClassName
{
border-color: #85686D;
}
</style>