Shades of Empress #866B6D
Tints of Empress #866B6D
RGB
CMYK
RGB Variations
Color information
#866B6D (or 0x866B6D) is known color: Empress. HEX triplet: 86, 6B and 6D. RGB value is (134,107,109). Sum of RGB (Red+Green+Blue) = 134+107+109=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #866B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B6D is #799492. Grayscale: #737373. Windows color (decimal): -7967891 or 7170950. OLE color: 7170950.
HSL color Cylindrical-coordinate representation of color #866B6D: hue angle of 355.56º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #866B6D is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 109 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.47 |
| HSL | 355.56º | 0.11% | 0.47% | - |
| HSV(B) | 355.56º | 0.2% | 0.53% | - |
| XYZ | 17.85 | 16.69 | 16.75 | - |
| YUV | 115.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 109 | 0 | 0.20 | 0.19 | 0.47 | 355.56 | 0.11 | 0.47 |
| Hex | 86 | 6B | 6D | 0 | 14 | 13 | 2F | 164 | B | 2F |
| Octal | 206 | 153 | 155 | 0 | 24 | 23 | 57 | 544 | 13 | 57 |
| Binary | 10000110 | 1101011 | 1101101 | 0 | 10100 | 10011 | 101111 | 101100100 | 1011 | 101111 |
Color Harmonies of #866B6D
Complementary color
Monochromatic Colors of #866B6D
Black with #866B6D
Text Example
Text Example
White with #866B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B6D; }
p { color: rgb(134,107,109); }
H1.HeaderClassName
{
color: #866B6D;
}
.AnyTagClassName
{
color: #866B6D;
}
</style>
background-color css
<style>
a { background-color: #866B6D; }
a { background-color: rgb(134,107,109); }
div.DivClassName
{
background-color: #866B6D;
}
.BgClassName
{
background-color: #866B6D;
}
</style>
border-color css
<style>
span { border-color: #866B6D; }
span { border-color: rgb(134,107,109); }
td.TdClassName
{
border-color: #866B6D;
}
.TagClassName
{
border-color: #866B6D;
}
</style>