Shades of Empress #826B6E
Tints of Empress #826B6E
RGB
CMYK
RGB Variations
Color information
#826B6E (or 0x826B6E) is known color: Empress. HEX triplet: 82, 6B and 6E. RGB value is (130,107,110). Sum of RGB (Red+Green+Blue) = 130+107+110=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B6E is #7D9491. Grayscale: #727272. Windows color (decimal): -8230034 or 7236482. OLE color: 7236482.
HSL color Cylindrical-coordinate representation of color #826B6E: hue angle of 352.17º 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 #826B6E is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 110 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.49 |
| HSL | 352.17º | 0.1% | 0.46% | - |
| HSV(B) | 352.17º | 0.18% | 0.51% | - |
| XYZ | 17.28 | 16.39 | 17 | - |
| YUV | 114.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 110 | 0 | 0.18 | 0.15 | 0.49 | 352.17 | 0.1 | 0.46 |
| Hex | 82 | 6B | 6E | 0 | 12 | F | 31 | 160 | A | 2E |
| Octal | 202 | 153 | 156 | 0 | 22 | 17 | 61 | 540 | 12 | 56 |
| Binary | 10000010 | 1101011 | 1101110 | 0 | 10010 | 1111 | 110001 | 101100000 | 1010 | 101110 |
Color Harmonies of #826B6E
Complementary color
Monochromatic Colors of #826B6E
Black with #826B6E
Text Example
Text Example
White with #826B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B6E; }
p { color: rgb(130,107,110); }
H1.HeaderClassName
{
color: #826B6E;
}
.AnyTagClassName
{
color: #826B6E;
}
</style>
background-color css
<style>
a { background-color: #826B6E; }
a { background-color: rgb(130,107,110); }
div.DivClassName
{
background-color: #826B6E;
}
.BgClassName
{
background-color: #826B6E;
}
</style>
border-color css
<style>
span { border-color: #826B6E; }
span { border-color: rgb(130,107,110); }
td.TdClassName
{
border-color: #826B6E;
}
.TagClassName
{
border-color: #826B6E;
}
</style>