Shades of Empress #82696D
Tints of Empress #82696D
RGB
CMYK
RGB Variations
Color information
#82696D (or 0x82696D) is known color: Empress. HEX triplet: 82, 69 and 6D. RGB value is (130,105,109). Sum of RGB (Red+Green+Blue) = 130+105+109=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #82696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82696D is #7D9692. Grayscale: #707070. Windows color (decimal): -8230547 or 7170434. OLE color: 7170434.
HSL color Cylindrical-coordinate representation of color #82696D: hue angle of 350.4º degrees, saturation: 0.11, 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 #82696D is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 109 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.49 |
| HSL | 350.4º | 0.11% | 0.46% | - |
| HSV(B) | 350.4º | 0.19% | 0.51% | - |
| XYZ | 17.02 | 15.95 | 16.65 | - |
| YUV | 112.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 109 | 0 | 0.19 | 0.16 | 0.49 | 350.4 | 0.11 | 0.46 |
| Hex | 82 | 69 | 6D | 0 | 13 | 10 | 31 | 15E | B | 2E |
| Octal | 202 | 151 | 155 | 0 | 23 | 20 | 61 | 536 | 13 | 56 |
| Binary | 10000010 | 1101001 | 1101101 | 0 | 10011 | 10000 | 110001 | 101011110 | 1011 | 101110 |
Color Harmonies of #82696D
Complementary color
Monochromatic Colors of #82696D
Black with #82696D
Text Example
Text Example
White with #82696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82696D; }
p { color: rgb(130,105,109); }
H1.HeaderClassName
{
color: #82696D;
}
.AnyTagClassName
{
color: #82696D;
}
</style>
background-color css
<style>
a { background-color: #82696D; }
a { background-color: rgb(130,105,109); }
div.DivClassName
{
background-color: #82696D;
}
.BgClassName
{
background-color: #82696D;
}
</style>
border-color css
<style>
span { border-color: #82696D; }
span { border-color: rgb(130,105,109); }
td.TdClassName
{
border-color: #82696D;
}
.TagClassName
{
border-color: #82696D;
}
</style>