Shades of Empress #8B6B6D
Tints of Empress #8B6B6D
RGB
CMYK
RGB Variations
Color information
#8B6B6D (or 0x8B6B6D) is known color: Empress. HEX triplet: 8B, 6B and 6D. RGB value is (139,107,109). Sum of RGB (Red+Green+Blue) = 139+107+109=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B6D is #749492. Grayscale: #747474. Windows color (decimal): -7640211 or 7170955. OLE color: 7170955.
HSL color Cylindrical-coordinate representation of color #8B6B6D: hue angle of 356.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6B6D is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 109 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.45 |
| HSL | 356.25º | 0.13% | 0.48% | - |
| HSV(B) | 356.25º | 0.23% | 0.55% | - |
| XYZ | 18.67 | 17.11 | 16.79 | - |
| YUV | 116.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 109 | 0 | 0.23 | 0.22 | 0.45 | 356.25 | 0.13 | 0.48 |
| Hex | 8B | 6B | 6D | 0 | 17 | 16 | 2D | 164 | D | 30 |
| Octal | 213 | 153 | 155 | 0 | 27 | 26 | 55 | 544 | 15 | 60 |
| Binary | 10001011 | 1101011 | 1101101 | 0 | 10111 | 10110 | 101101 | 101100100 | 1101 | 110000 |
Color Harmonies of #8B6B6D
Complementary color
Monochromatic Colors of #8B6B6D
Black with #8B6B6D
Text Example
Text Example
White with #8B6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B6D; }
p { color: rgb(139,107,109); }
H1.HeaderClassName
{
color: #8B6B6D;
}
.AnyTagClassName
{
color: #8B6B6D;
}
</style>
background-color css
<style>
a { background-color: #8B6B6D; }
a { background-color: rgb(139,107,109); }
div.DivClassName
{
background-color: #8B6B6D;
}
.BgClassName
{
background-color: #8B6B6D;
}
</style>
border-color css
<style>
span { border-color: #8B6B6D; }
span { border-color: rgb(139,107,109); }
td.TdClassName
{
border-color: #8B6B6D;
}
.TagClassName
{
border-color: #8B6B6D;
}
</style>