Shades of Empress #8B6D75
Tints of Empress #8B6D75
RGB
CMYK
RGB Variations
Color information
#8B6D75 (or 0x8B6D75) is known color: Empress. HEX triplet: 8B, 6D and 75. RGB value is (139,109,117). Sum of RGB (Red+Green+Blue) = 139+109+117=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D75 is #74928A. Grayscale: #767676. Windows color (decimal): -7639691 or 7695755. OLE color: 7695755.
HSL color Cylindrical-coordinate representation of color #8B6D75: hue angle of 344º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B6D75 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 117 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.45 |
| HSL | 344º | 0.12% | 0.49% | - |
| HSV(B) | 344º | 0.22% | 0.55% | - |
| XYZ | 19.33 | 17.71 | 19.23 | - |
| YUV | 118.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 117 | 0 | 0.22 | 0.16 | 0.45 | 344 | 0.12 | 0.49 |
| Hex | 8B | 6D | 75 | 0 | 16 | 10 | 2D | 158 | C | 31 |
| Octal | 213 | 155 | 165 | 0 | 26 | 20 | 55 | 530 | 14 | 61 |
| Binary | 10001011 | 1101101 | 1110101 | 0 | 10110 | 10000 | 101101 | 101011000 | 1100 | 110001 |
Color Harmonies of #8B6D75
Complementary color
Monochromatic Colors of #8B6D75
Black with #8B6D75
Text Example
Text Example
White with #8B6D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D75; }
p { color: rgb(139,109,117); }
H1.HeaderClassName
{
color: #8B6D75;
}
.AnyTagClassName
{
color: #8B6D75;
}
</style>
background-color css
<style>
a { background-color: #8B6D75; }
a { background-color: rgb(139,109,117); }
div.DivClassName
{
background-color: #8B6D75;
}
.BgClassName
{
background-color: #8B6D75;
}
</style>
border-color css
<style>
span { border-color: #8B6D75; }
span { border-color: rgb(139,109,117); }
td.TdClassName
{
border-color: #8B6D75;
}
.TagClassName
{
border-color: #8B6D75;
}
</style>