Shades of Empress #81666A
Tints of Empress #81666A
RGB
CMYK
RGB Variations
Color information
#81666A (or 0x81666A) is known color: Empress. HEX triplet: 81, 66 and 6A. RGB value is (129,102,106). Sum of RGB (Red+Green+Blue) = 129+102+106=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #81666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81666A is #7E9995. Grayscale: #6E6E6E. Windows color (decimal): -8296854 or 6973057. OLE color: 6973057.
HSL color Cylindrical-coordinate representation of color #81666A: hue angle of 351.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81666A is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 106 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.49 |
| HSL | 351.11º | 0.12% | 0.45% | - |
| HSV(B) | 351.11º | 0.21% | 0.51% | - |
| XYZ | 16.41 | 15.21 | 15.71 | - |
| YUV | 110.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 106 | 0 | 0.21 | 0.18 | 0.49 | 351.11 | 0.12 | 0.45 |
| Hex | 81 | 66 | 6A | 0 | 15 | 12 | 31 | 15F | C | 2D |
| Octal | 201 | 146 | 152 | 0 | 25 | 22 | 61 | 537 | 14 | 55 |
| Binary | 10000001 | 1100110 | 1101010 | 0 | 10101 | 10010 | 110001 | 101011111 | 1100 | 101101 |
Color Harmonies of #81666A
Complementary color
Monochromatic Colors of #81666A
Black with #81666A
Text Example
Text Example
White with #81666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81666A; }
p { color: rgb(129,102,106); }
H1.HeaderClassName
{
color: #81666A;
}
.AnyTagClassName
{
color: #81666A;
}
</style>
background-color css
<style>
a { background-color: #81666A; }
a { background-color: rgb(129,102,106); }
div.DivClassName
{
background-color: #81666A;
}
.BgClassName
{
background-color: #81666A;
}
</style>
border-color css
<style>
span { border-color: #81666A; }
span { border-color: rgb(129,102,106); }
td.TdClassName
{
border-color: #81666A;
}
.TagClassName
{
border-color: #81666A;
}
</style>