Shades of Empress #86686C
Tints of Empress #86686C
RGB
CMYK
RGB Variations
Color information
#86686C (or 0x86686C) is known color: Empress. HEX triplet: 86, 68 and 6C. RGB value is (134,104,108). Sum of RGB (Red+Green+Blue) = 134+104+108=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86686C is #799793. Grayscale: #717171. Windows color (decimal): -7968660 or 7104646. OLE color: 7104646.
HSL color Cylindrical-coordinate representation of color #86686C: hue angle of 352º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86686C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 108 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.47 |
| HSL | 352º | 0.13% | 0.47% | - |
| HSV(B) | 352º | 0.22% | 0.53% | - |
| XYZ | 17.49 | 16.05 | 16.36 | - |
| YUV | 113.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 108 | 0 | 0.22 | 0.19 | 0.47 | 352 | 0.13 | 0.47 |
| Hex | 86 | 68 | 6C | 0 | 16 | 13 | 2F | 160 | D | 2F |
| Octal | 206 | 150 | 154 | 0 | 26 | 23 | 57 | 540 | 15 | 57 |
| Binary | 10000110 | 1101000 | 1101100 | 0 | 10110 | 10011 | 101111 | 101100000 | 1101 | 101111 |
Color Harmonies of #86686C
Complementary color
Monochromatic Colors of #86686C
Black with #86686C
Text Example
Text Example
White with #86686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86686C; }
p { color: rgb(134,104,108); }
H1.HeaderClassName
{
color: #86686C;
}
.AnyTagClassName
{
color: #86686C;
}
</style>
background-color css
<style>
a { background-color: #86686C; }
a { background-color: rgb(134,104,108); }
div.DivClassName
{
background-color: #86686C;
}
.BgClassName
{
background-color: #86686C;
}
</style>
border-color css
<style>
span { border-color: #86686C; }
span { border-color: rgb(134,104,108); }
td.TdClassName
{
border-color: #86686C;
}
.TagClassName
{
border-color: #86686C;
}
</style>