Shades of Empress #886B6D
Tints of Empress #886B6D
RGB
CMYK
RGB Variations
Color information
#886B6D (or 0x886B6D) is known color: Empress. HEX triplet: 88, 6B and 6D. RGB value is (136,107,109). Sum of RGB (Red+Green+Blue) = 136+107+109=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B6D is #779492. Grayscale: #737373. Windows color (decimal): -7836819 or 7170952. OLE color: 7170952.
HSL color Cylindrical-coordinate representation of color #886B6D: hue angle of 355.86º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B6D is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 109 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.47 |
| HSL | 355.86º | 0.12% | 0.48% | - |
| HSV(B) | 355.86º | 0.21% | 0.53% | - |
| XYZ | 18.17 | 16.85 | 16.76 | - |
| YUV | 115.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 109 | 0 | 0.21 | 0.20 | 0.47 | 355.86 | 0.12 | 0.48 |
| Hex | 88 | 6B | 6D | 0 | 15 | 14 | 2F | 164 | C | 30 |
| Octal | 210 | 153 | 155 | 0 | 25 | 24 | 57 | 544 | 14 | 60 |
| Binary | 10001000 | 1101011 | 1101101 | 0 | 10101 | 10100 | 101111 | 101100100 | 1100 | 110000 |
Color Harmonies of #886B6D
Complementary color
Monochromatic Colors of #886B6D
Black with #886B6D
Text Example
Text Example
White with #886B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B6D; }
p { color: rgb(136,107,109); }
H1.HeaderClassName
{
color: #886B6D;
}
.AnyTagClassName
{
color: #886B6D;
}
</style>
background-color css
<style>
a { background-color: #886B6D; }
a { background-color: rgb(136,107,109); }
div.DivClassName
{
background-color: #886B6D;
}
.BgClassName
{
background-color: #886B6D;
}
</style>
border-color css
<style>
span { border-color: #886B6D; }
span { border-color: rgb(136,107,109); }
td.TdClassName
{
border-color: #886B6D;
}
.TagClassName
{
border-color: #886B6D;
}
</style>