Shades of Empress #816C73
Tints of Empress #816C73
RGB
CMYK
RGB Variations
Color information
#816C73 (or 0x816C73) is known color: Empress. HEX triplet: 81, 6C and 73. RGB value is (129,108,115). Sum of RGB (Red+Green+Blue) = 129+108+115=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #816C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C73 is #7E938C. Grayscale: #737373. Windows color (decimal): -8295309 or 7564417. OLE color: 7564417.
HSL color Cylindrical-coordinate representation of color #816C73: hue angle of 340º 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 #816C73 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 115 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.49 |
| HSL | 340º | 0.09% | 0.46% | - |
| HSV(B) | 340º | 0.16% | 0.51% | - |
| XYZ | 17.51 | 16.63 | 18.51 | - |
| YUV | 115.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 115 | 0 | 0.16 | 0.11 | 0.49 | 340 | 0.09 | 0.46 |
| Hex | 81 | 6C | 73 | 0 | 10 | B | 31 | 154 | 9 | 2E |
| Octal | 201 | 154 | 163 | 0 | 20 | 13 | 61 | 524 | 11 | 56 |
| Binary | 10000001 | 1101100 | 1110011 | 0 | 10000 | 1011 | 110001 | 101010100 | 1001 | 101110 |
Color Harmonies of #816C73
Complementary color
Monochromatic Colors of #816C73
Black with #816C73
Text Example
Text Example
White with #816C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C73; }
p { color: rgb(129,108,115); }
H1.HeaderClassName
{
color: #816C73;
}
.AnyTagClassName
{
color: #816C73;
}
</style>
background-color css
<style>
a { background-color: #816C73; }
a { background-color: rgb(129,108,115); }
div.DivClassName
{
background-color: #816C73;
}
.BgClassName
{
background-color: #816C73;
}
</style>
border-color css
<style>
span { border-color: #816C73; }
span { border-color: rgb(129,108,115); }
td.TdClassName
{
border-color: #816C73;
}
.TagClassName
{
border-color: #816C73;
}
</style>