Shades of Empress #86676D
Tints of Empress #86676D
RGB
CMYK
RGB Variations
Color information
#86676D (or 0x86676D) is known color: Empress. HEX triplet: 86, 67 and 6D. RGB value is (134,103,109). Sum of RGB (Red+Green+Blue) = 134+103+109=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86676D is #799892. Grayscale: #707070. Windows color (decimal): -7968915 or 7169926. OLE color: 7169926.
HSL color Cylindrical-coordinate representation of color #86676D: hue angle of 348.39º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86676D is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 109 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.47 |
| HSL | 348.39º | 0.13% | 0.46% | - |
| HSV(B) | 348.39º | 0.23% | 0.53% | - |
| XYZ | 17.44 | 15.87 | 16.61 | - |
| YUV | 112.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 109 | 0 | 0.23 | 0.19 | 0.47 | 348.39 | 0.13 | 0.46 |
| Hex | 86 | 67 | 6D | 0 | 17 | 13 | 2F | 15C | D | 2E |
| Octal | 206 | 147 | 155 | 0 | 27 | 23 | 57 | 534 | 15 | 56 |
| Binary | 10000110 | 1100111 | 1101101 | 0 | 10111 | 10011 | 101111 | 101011100 | 1101 | 101110 |
Color Harmonies of #86676D
Complementary color
Monochromatic Colors of #86676D
Black with #86676D
Text Example
Text Example
White with #86676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86676D; }
p { color: rgb(134,103,109); }
H1.HeaderClassName
{
color: #86676D;
}
.AnyTagClassName
{
color: #86676D;
}
</style>
background-color css
<style>
a { background-color: #86676D; }
a { background-color: rgb(134,103,109); }
div.DivClassName
{
background-color: #86676D;
}
.BgClassName
{
background-color: #86676D;
}
</style>
border-color css
<style>
span { border-color: #86676D; }
span { border-color: rgb(134,103,109); }
td.TdClassName
{
border-color: #86676D;
}
.TagClassName
{
border-color: #86676D;
}
</style>