Shades of Empress #8C6B6C
Tints of Empress #8C6B6C
RGB
CMYK
RGB Variations
Color information
#8C6B6C (or 0x8C6B6C) is known color: Empress. HEX triplet: 8C, 6B and 6C. RGB value is (140,107,108). Sum of RGB (Red+Green+Blue) = 140+107+108=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B6C is #739493. Grayscale: #757575. Windows color (decimal): -7574676 or 7105420. OLE color: 7105420.
HSL color Cylindrical-coordinate representation of color #8C6B6C: 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 #8C6B6C is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 108 | - |
| 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.78 | 17.17 | 16.51 | - |
| YUV | 116.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 108 | 0 | 0.24 | 0.23 | 0.45 | 358.18 | 0.13 | 0.48 |
| Hex | 8C | 6B | 6C | 0 | 18 | 17 | 2D | 166 | D | 30 |
| Octal | 214 | 153 | 154 | 0 | 30 | 27 | 55 | 546 | 15 | 60 |
| Binary | 10001100 | 1101011 | 1101100 | 0 | 11000 | 10111 | 101101 | 101100110 | 1101 | 110000 |
Color Harmonies of #8C6B6C
Complementary color
Monochromatic Colors of #8C6B6C
Black with #8C6B6C
Text Example
Text Example
White with #8C6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B6C; }
p { color: rgb(140,107,108); }
H1.HeaderClassName
{
color: #8C6B6C;
}
.AnyTagClassName
{
color: #8C6B6C;
}
</style>
background-color css
<style>
a { background-color: #8C6B6C; }
a { background-color: rgb(140,107,108); }
div.DivClassName
{
background-color: #8C6B6C;
}
.BgClassName
{
background-color: #8C6B6C;
}
</style>
border-color css
<style>
span { border-color: #8C6B6C; }
span { border-color: rgb(140,107,108); }
td.TdClassName
{
border-color: #8C6B6C;
}
.TagClassName
{
border-color: #8C6B6C;
}
</style>