Shades of Empress #8F6C6D
Tints of Empress #8F6C6D
RGB
CMYK
RGB Variations
Color information
#8F6C6D (or 0x8F6C6D) is known color: Empress. HEX triplet: 8F, 6C and 6D. RGB value is (143,108,109). Sum of RGB (Red+Green+Blue) = 143+108+109=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6C6D is #709392. Grayscale: #767676. Windows color (decimal): -7377811 or 7171215. OLE color: 7171215.
HSL color Cylindrical-coordinate representation of color #8F6C6D: hue angle of 358.29º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F6C6D is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 108 | 109 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.44 |
| HSL | 358.29º | 0.14% | 0.49% | - |
| HSV(B) | 358.29º | 0.24% | 0.56% | - |
| XYZ | 19.45 | 17.67 | 16.85 | - |
| YUV | 118.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 109 | 0 | 0.24 | 0.24 | 0.44 | 358.29 | 0.14 | 0.49 |
| Hex | 8F | 6C | 6D | 0 | 18 | 18 | 2C | 166 | E | 31 |
| Octal | 217 | 154 | 155 | 0 | 30 | 30 | 54 | 546 | 16 | 61 |
| Binary | 10001111 | 1101100 | 1101101 | 0 | 11000 | 11000 | 101100 | 101100110 | 1110 | 110001 |
Color Harmonies of #8F6C6D
Complementary color
Monochromatic Colors of #8F6C6D
Black with #8F6C6D
Text Example
Text Example
White with #8F6C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6C6D; }
p { color: rgb(143,108,109); }
H1.HeaderClassName
{
color: #8F6C6D;
}
.AnyTagClassName
{
color: #8F6C6D;
}
</style>
background-color css
<style>
a { background-color: #8F6C6D; }
a { background-color: rgb(143,108,109); }
div.DivClassName
{
background-color: #8F6C6D;
}
.BgClassName
{
background-color: #8F6C6D;
}
</style>
border-color css
<style>
span { border-color: #8F6C6D; }
span { border-color: rgb(143,108,109); }
td.TdClassName
{
border-color: #8F6C6D;
}
.TagClassName
{
border-color: #8F6C6D;
}
</style>