Shades of Empress #86696E
Tints of Empress #86696E
RGB
CMYK
RGB Variations
Color information
#86696E (or 0x86696E) is known color: Empress. HEX triplet: 86, 69 and 6E. RGB value is (134,105,110). Sum of RGB (Red+Green+Blue) = 134+105+110=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #86696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86696E is #799691. Grayscale: #727272. Windows color (decimal): -7968402 or 7235974. OLE color: 7235974.
HSL color Cylindrical-coordinate representation of color #86696E: hue angle of 349.66º degrees, saturation: 0.12, 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 #86696E is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 105 | 110 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.47 |
| HSL | 349.66º | 0.12% | 0.47% | - |
| HSV(B) | 349.66º | 0.22% | 0.53% | - |
| XYZ | 17.7 | 16.3 | 16.96 | - |
| YUV | 114.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 110 | 0 | 0.22 | 0.18 | 0.47 | 349.66 | 0.12 | 0.47 |
| Hex | 86 | 69 | 6E | 0 | 16 | 12 | 2F | 15E | C | 2F |
| Octal | 206 | 151 | 156 | 0 | 26 | 22 | 57 | 536 | 14 | 57 |
| Binary | 10000110 | 1101001 | 1101110 | 0 | 10110 | 10010 | 101111 | 101011110 | 1100 | 101111 |
Color Harmonies of #86696E
Complementary color
Monochromatic Colors of #86696E
Black with #86696E
Text Example
Text Example
White with #86696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86696E; }
p { color: rgb(134,105,110); }
H1.HeaderClassName
{
color: #86696E;
}
.AnyTagClassName
{
color: #86696E;
}
</style>
background-color css
<style>
a { background-color: #86696E; }
a { background-color: rgb(134,105,110); }
div.DivClassName
{
background-color: #86696E;
}
.BgClassName
{
background-color: #86696E;
}
</style>
border-color css
<style>
span { border-color: #86696E; }
span { border-color: rgb(134,105,110); }
td.TdClassName
{
border-color: #86696E;
}
.TagClassName
{
border-color: #86696E;
}
</style>