Shades of Empress #86696A
Tints of Empress #86696A
RGB
CMYK
RGB Variations
Color information
#86696A (or 0x86696A) is known color: Empress. HEX triplet: 86, 69 and 6A. RGB value is (134,105,106). Sum of RGB (Red+Green+Blue) = 134+105+106=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86696A is #799695. Grayscale: #717171. Windows color (decimal): -7968406 or 6973830. OLE color: 6973830.
HSL color Cylindrical-coordinate representation of color #86696A: hue angle of 357.93º 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 #86696A is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 105 | 106 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.47 |
| HSL | 357.93º | 0.12% | 0.47% | - |
| HSV(B) | 357.93º | 0.22% | 0.53% | - |
| XYZ | 17.48 | 16.21 | 15.84 | - |
| YUV | 113.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 106 | 0 | 0.22 | 0.21 | 0.47 | 357.93 | 0.12 | 0.47 |
| Hex | 86 | 69 | 6A | 0 | 16 | 15 | 2F | 166 | C | 2F |
| Octal | 206 | 151 | 152 | 0 | 26 | 25 | 57 | 546 | 14 | 57 |
| Binary | 10000110 | 1101001 | 1101010 | 0 | 10110 | 10101 | 101111 | 101100110 | 1100 | 101111 |
Color Harmonies of #86696A
Complementary color
Monochromatic Colors of #86696A
Black with #86696A
Text Example
Text Example
White with #86696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86696A; }
p { color: rgb(134,105,106); }
H1.HeaderClassName
{
color: #86696A;
}
.AnyTagClassName
{
color: #86696A;
}
</style>
background-color css
<style>
a { background-color: #86696A; }
a { background-color: rgb(134,105,106); }
div.DivClassName
{
background-color: #86696A;
}
.BgClassName
{
background-color: #86696A;
}
</style>
border-color css
<style>
span { border-color: #86696A; }
span { border-color: rgb(134,105,106); }
td.TdClassName
{
border-color: #86696A;
}
.TagClassName
{
border-color: #86696A;
}
</style>