Shades of Empress #81696A
Tints of Empress #81696A
RGB
CMYK
RGB Variations
Color information
#81696A (or 0x81696A) is known color: Empress. HEX triplet: 81, 69 and 6A. RGB value is (129,105,106). Sum of RGB (Red+Green+Blue) = 129+105+106=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #81696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81696A is #7E9695. Grayscale: #707070. Windows color (decimal): -8296086 or 6973825. OLE color: 6973825.
HSL color Cylindrical-coordinate representation of color #81696A: hue angle of 357.5º 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 #81696A is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 105 | 106 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.49 |
| HSL | 357.5º | 0.1% | 0.46% | - |
| HSV(B) | 357.5º | 0.19% | 0.51% | - |
| XYZ | 16.71 | 15.81 | 15.81 | - |
| YUV | 112.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 106 | 0 | 0.19 | 0.18 | 0.49 | 357.5 | 0.1 | 0.46 |
| Hex | 81 | 69 | 6A | 0 | 13 | 12 | 31 | 166 | A | 2E |
| Octal | 201 | 151 | 152 | 0 | 23 | 22 | 61 | 546 | 12 | 56 |
| Binary | 10000001 | 1101001 | 1101010 | 0 | 10011 | 10010 | 110001 | 101100110 | 1010 | 101110 |
Color Harmonies of #81696A
Complementary color
Monochromatic Colors of #81696A
Black with #81696A
Text Example
Text Example
White with #81696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81696A; }
p { color: rgb(129,105,106); }
H1.HeaderClassName
{
color: #81696A;
}
.AnyTagClassName
{
color: #81696A;
}
</style>
background-color css
<style>
a { background-color: #81696A; }
a { background-color: rgb(129,105,106); }
div.DivClassName
{
background-color: #81696A;
}
.BgClassName
{
background-color: #81696A;
}
</style>
border-color css
<style>
span { border-color: #81696A; }
span { border-color: rgb(129,105,106); }
td.TdClassName
{
border-color: #81696A;
}
.TagClassName
{
border-color: #81696A;
}
</style>