Shades of Empress #816C6E
Tints of Empress #816C6E
RGB
CMYK
RGB Variations
Color information
#816C6E (or 0x816C6E) is known color: Empress. HEX triplet: 81, 6C and 6E. RGB value is (129,108,110). Sum of RGB (Red+Green+Blue) = 129+108+110=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C6E is #7E9391. Grayscale: #727272. Windows color (decimal): -8295314 or 7236737. OLE color: 7236737.
HSL color Cylindrical-coordinate representation of color #816C6E: hue angle of 354.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #816C6E is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 110 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.49 |
| HSL | 354.29º | 0.09% | 0.46% | - |
| HSV(B) | 354.29º | 0.16% | 0.51% | - |
| XYZ | 17.23 | 16.52 | 17.03 | - |
| YUV | 114.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 110 | 0 | 0.16 | 0.15 | 0.49 | 354.29 | 0.09 | 0.46 |
| Hex | 81 | 6C | 6E | 0 | 10 | F | 31 | 162 | 9 | 2E |
| Octal | 201 | 154 | 156 | 0 | 20 | 17 | 61 | 542 | 11 | 56 |
| Binary | 10000001 | 1101100 | 1101110 | 0 | 10000 | 1111 | 110001 | 101100010 | 1001 | 101110 |
Color Harmonies of #816C6E
Complementary color
Monochromatic Colors of #816C6E
Black with #816C6E
Text Example
Text Example
White with #816C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C6E; }
p { color: rgb(129,108,110); }
H1.HeaderClassName
{
color: #816C6E;
}
.AnyTagClassName
{
color: #816C6E;
}
</style>
background-color css
<style>
a { background-color: #816C6E; }
a { background-color: rgb(129,108,110); }
div.DivClassName
{
background-color: #816C6E;
}
.BgClassName
{
background-color: #816C6E;
}
</style>
border-color css
<style>
span { border-color: #816C6E; }
span { border-color: rgb(129,108,110); }
td.TdClassName
{
border-color: #816C6E;
}
.TagClassName
{
border-color: #816C6E;
}
</style>