Shades of Empress #8B6A6B
Tints of Empress #8B6A6B
RGB
CMYK
RGB Variations
Color information
#8B6A6B (or 0x8B6A6B) is known color: Empress. HEX triplet: 8B, 6A and 6B. RGB value is (139,106,107). Sum of RGB (Red+Green+Blue) = 139+106+107=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A6B is #749594. Grayscale: #747474. Windows color (decimal): -7640469 or 7039627. OLE color: 7039627.
HSL color Cylindrical-coordinate representation of color #8B6A6B: hue angle of 358.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6A6B is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 106 | 107 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.45 |
| HSL | 358.18º | 0.13% | 0.48% | - |
| HSV(B) | 358.18º | 0.24% | 0.55% | - |
| XYZ | 18.46 | 16.86 | 16.19 | - |
| YUV | 115.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 107 | 0 | 0.24 | 0.23 | 0.45 | 358.18 | 0.13 | 0.48 |
| Hex | 8B | 6A | 6B | 0 | 18 | 17 | 2D | 166 | D | 30 |
| Octal | 213 | 152 | 153 | 0 | 30 | 27 | 55 | 546 | 15 | 60 |
| Binary | 10001011 | 1101010 | 1101011 | 0 | 11000 | 10111 | 101101 | 101100110 | 1101 | 110000 |
Color Harmonies of #8B6A6B
Complementary color
Monochromatic Colors of #8B6A6B
Black with #8B6A6B
Text Example
Text Example
White with #8B6A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A6B; }
p { color: rgb(139,106,107); }
H1.HeaderClassName
{
color: #8B6A6B;
}
.AnyTagClassName
{
color: #8B6A6B;
}
</style>
background-color css
<style>
a { background-color: #8B6A6B; }
a { background-color: rgb(139,106,107); }
div.DivClassName
{
background-color: #8B6A6B;
}
.BgClassName
{
background-color: #8B6A6B;
}
</style>
border-color css
<style>
span { border-color: #8B6A6B; }
span { border-color: rgb(139,106,107); }
td.TdClassName
{
border-color: #8B6A6B;
}
.TagClassName
{
border-color: #8B6A6B;
}
</style>