Shades of Empress #86676B
Tints of Empress #86676B
RGB
CMYK
RGB Variations
Color information
#86676B (or 0x86676B) is known color: Empress. HEX triplet: 86, 67 and 6B. RGB value is (134,103,107). Sum of RGB (Red+Green+Blue) = 134+103+107=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86676B is #799894. Grayscale: #707070. Windows color (decimal): -7968917 or 7038854. OLE color: 7038854.
HSL color Cylindrical-coordinate representation of color #86676B: hue angle of 352.26º 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 #86676B is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 107 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.47 |
| HSL | 352.26º | 0.13% | 0.46% | - |
| HSV(B) | 352.26º | 0.23% | 0.53% | - |
| XYZ | 17.34 | 15.83 | 16.05 | - |
| YUV | 112.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 107 | 0 | 0.23 | 0.20 | 0.47 | 352.26 | 0.13 | 0.46 |
| Hex | 86 | 67 | 6B | 0 | 17 | 14 | 2F | 160 | D | 2E |
| Octal | 206 | 147 | 153 | 0 | 27 | 24 | 57 | 540 | 15 | 56 |
| Binary | 10000110 | 1100111 | 1101011 | 0 | 10111 | 10100 | 101111 | 101100000 | 1101 | 101110 |
Color Harmonies of #86676B
Complementary color
Monochromatic Colors of #86676B
Black with #86676B
Text Example
Text Example
White with #86676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86676B; }
p { color: rgb(134,103,107); }
H1.HeaderClassName
{
color: #86676B;
}
.AnyTagClassName
{
color: #86676B;
}
</style>
background-color css
<style>
a { background-color: #86676B; }
a { background-color: rgb(134,103,107); }
div.DivClassName
{
background-color: #86676B;
}
.BgClassName
{
background-color: #86676B;
}
</style>
border-color css
<style>
span { border-color: #86676B; }
span { border-color: rgb(134,103,107); }
td.TdClassName
{
border-color: #86676B;
}
.TagClassName
{
border-color: #86676B;
}
</style>