Shades of Empress #81696F
Tints of Empress #81696F
RGB
CMYK
RGB Variations
Color information
#81696F (or 0x81696F) is known color: Empress. HEX triplet: 81, 69 and 6F. RGB value is (129,105,111). Sum of RGB (Red+Green+Blue) = 129+105+111=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #81696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81696F is #7E9690. Grayscale: #707070. Windows color (decimal): -8296081 or 7301505. OLE color: 7301505.
HSL color Cylindrical-coordinate representation of color #81696F: hue angle of 345º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81696F is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 111 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.49 |
| HSL | 345º | 0.1% | 0.46% | - |
| HSV(B) | 345º | 0.19% | 0.51% | - |
| XYZ | 16.97 | 15.92 | 17.22 | - |
| YUV | 112.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 111 | 0 | 0.19 | 0.14 | 0.49 | 345 | 0.1 | 0.46 |
| Hex | 81 | 69 | 6F | 0 | 13 | E | 31 | 159 | A | 2E |
| Octal | 201 | 151 | 157 | 0 | 23 | 16 | 61 | 531 | 12 | 56 |
| Binary | 10000001 | 1101001 | 1101111 | 0 | 10011 | 1110 | 110001 | 101011001 | 1010 | 101110 |
Color Harmonies of #81696F
Complementary color
Monochromatic Colors of #81696F
Black with #81696F
Text Example
Text Example
White with #81696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81696F; }
p { color: rgb(129,105,111); }
H1.HeaderClassName
{
color: #81696F;
}
.AnyTagClassName
{
color: #81696F;
}
</style>
background-color css
<style>
a { background-color: #81696F; }
a { background-color: rgb(129,105,111); }
div.DivClassName
{
background-color: #81696F;
}
.BgClassName
{
background-color: #81696F;
}
</style>
border-color css
<style>
span { border-color: #81696F; }
span { border-color: rgb(129,105,111); }
td.TdClassName
{
border-color: #81696F;
}
.TagClassName
{
border-color: #81696F;
}
</style>