Shades of Empress #826C6D
Tints of Empress #826C6D
RGB
CMYK
RGB Variations
Color information
#826C6D (or 0x826C6D) is known color: Empress. HEX triplet: 82, 6C and 6D. RGB value is (130,108,109). Sum of RGB (Red+Green+Blue) = 130+108+109=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C6D is #7D9392. Grayscale: #727272. Windows color (decimal): -8229779 or 7171202. OLE color: 7171202.
HSL color Cylindrical-coordinate representation of color #826C6D: hue angle of 357.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #826C6D is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 109 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.49 |
| HSL | 357.27º | 0.09% | 0.47% | - |
| HSV(B) | 357.27º | 0.17% | 0.51% | - |
| XYZ | 17.33 | 16.58 | 16.75 | - |
| YUV | 114.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 109 | 0 | 0.17 | 0.16 | 0.49 | 357.27 | 0.09 | 0.47 |
| Hex | 82 | 6C | 6D | 0 | 11 | 10 | 31 | 165 | 9 | 2F |
| Octal | 202 | 154 | 155 | 0 | 21 | 20 | 61 | 545 | 11 | 57 |
| Binary | 10000010 | 1101100 | 1101101 | 0 | 10001 | 10000 | 110001 | 101100101 | 1001 | 101111 |
Color Harmonies of #826C6D
Complementary color
Monochromatic Colors of #826C6D
Black with #826C6D
Text Example
Text Example
White with #826C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C6D; }
p { color: rgb(130,108,109); }
H1.HeaderClassName
{
color: #826C6D;
}
.AnyTagClassName
{
color: #826C6D;
}
</style>
background-color css
<style>
a { background-color: #826C6D; }
a { background-color: rgb(130,108,109); }
div.DivClassName
{
background-color: #826C6D;
}
.BgClassName
{
background-color: #826C6D;
}
</style>
border-color css
<style>
span { border-color: #826C6D; }
span { border-color: rgb(130,108,109); }
td.TdClassName
{
border-color: #826C6D;
}
.TagClassName
{
border-color: #826C6D;
}
</style>