Shades of Empress #81666C
Tints of Empress #81666C
RGB
CMYK
RGB Variations
Color information
#81666C (or 0x81666C) is known color: Empress. HEX triplet: 81, 66 and 6C. RGB value is (129,102,108). Sum of RGB (Red+Green+Blue) = 129+102+108=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81666C is #7E9993. Grayscale: #6E6E6E. Windows color (decimal): -8296852 or 7104129. OLE color: 7104129.
HSL color Cylindrical-coordinate representation of color #81666C: hue angle of 346.67º 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 #81666C is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 108 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.49 |
| HSL | 346.67º | 0.12% | 0.45% | - |
| HSV(B) | 346.67º | 0.21% | 0.51% | - |
| XYZ | 16.51 | 15.25 | 16.26 | - |
| YUV | 110.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 108 | 0 | 0.21 | 0.16 | 0.49 | 346.67 | 0.12 | 0.45 |
| Hex | 81 | 66 | 6C | 0 | 15 | 10 | 31 | 15B | C | 2D |
| Octal | 201 | 146 | 154 | 0 | 25 | 20 | 61 | 533 | 14 | 55 |
| Binary | 10000001 | 1100110 | 1101100 | 0 | 10101 | 10000 | 110001 | 101011011 | 1100 | 101101 |
Color Harmonies of #81666C
Complementary color
Monochromatic Colors of #81666C
Black with #81666C
Text Example
Text Example
White with #81666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81666C; }
p { color: rgb(129,102,108); }
H1.HeaderClassName
{
color: #81666C;
}
.AnyTagClassName
{
color: #81666C;
}
</style>
background-color css
<style>
a { background-color: #81666C; }
a { background-color: rgb(129,102,108); }
div.DivClassName
{
background-color: #81666C;
}
.BgClassName
{
background-color: #81666C;
}
</style>
border-color css
<style>
span { border-color: #81666C; }
span { border-color: rgb(129,102,108); }
td.TdClassName
{
border-color: #81666C;
}
.TagClassName
{
border-color: #81666C;
}
</style>