Shades of Empress #826A6F
Tints of Empress #826A6F
RGB
CMYK
RGB Variations
Color information
#826A6F (or 0x826A6F) is known color: Empress. HEX triplet: 82, 6A and 6F. RGB value is (130,106,111). Sum of RGB (Red+Green+Blue) = 130+106+111=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A6F is #7D9590. Grayscale: #717171. Windows color (decimal): -8230289 or 7301762. OLE color: 7301762.
HSL color Cylindrical-coordinate representation of color #826A6F: hue angle of 347.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A6F is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 111 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.49 |
| HSL | 347.5º | 0.1% | 0.46% | - |
| HSV(B) | 347.5º | 0.18% | 0.51% | - |
| XYZ | 17.23 | 16.2 | 17.26 | - |
| YUV | 113.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 111 | 0 | 0.18 | 0.15 | 0.49 | 347.5 | 0.1 | 0.46 |
| Hex | 82 | 6A | 6F | 0 | 12 | F | 31 | 15C | A | 2E |
| Octal | 202 | 152 | 157 | 0 | 22 | 17 | 61 | 534 | 12 | 56 |
| Binary | 10000010 | 1101010 | 1101111 | 0 | 10010 | 1111 | 110001 | 101011100 | 1010 | 101110 |
Color Harmonies of #826A6F
Complementary color
Monochromatic Colors of #826A6F
Black with #826A6F
Text Example
Text Example
White with #826A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A6F; }
p { color: rgb(130,106,111); }
H1.HeaderClassName
{
color: #826A6F;
}
.AnyTagClassName
{
color: #826A6F;
}
</style>
background-color css
<style>
a { background-color: #826A6F; }
a { background-color: rgb(130,106,111); }
div.DivClassName
{
background-color: #826A6F;
}
.BgClassName
{
background-color: #826A6F;
}
</style>
border-color css
<style>
span { border-color: #826A6F; }
span { border-color: rgb(130,106,111); }
td.TdClassName
{
border-color: #826A6F;
}
.TagClassName
{
border-color: #826A6F;
}
</style>