Shades of Empress #826A6C
Tints of Empress #826A6C
RGB
CMYK
RGB Variations
Color information
#826A6C (or 0x826A6C) is known color: Empress. HEX triplet: 82, 6A and 6C. RGB value is (130,106,108). Sum of RGB (Red+Green+Blue) = 130+106+108=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A6C is #7D9593. Grayscale: #717171. Windows color (decimal): -8230292 or 7105154. OLE color: 7105154.
HSL color Cylindrical-coordinate representation of color #826A6C: hue angle of 355º 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 #826A6C is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 108 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.49 |
| HSL | 355º | 0.1% | 0.46% | - |
| HSV(B) | 355º | 0.18% | 0.51% | - |
| XYZ | 17.07 | 16.14 | 16.4 | - |
| YUV | 113.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 108 | 0 | 0.18 | 0.17 | 0.49 | 355 | 0.1 | 0.46 |
| Hex | 82 | 6A | 6C | 0 | 12 | 11 | 31 | 163 | A | 2E |
| Octal | 202 | 152 | 154 | 0 | 22 | 21 | 61 | 543 | 12 | 56 |
| Binary | 10000010 | 1101010 | 1101100 | 0 | 10010 | 10001 | 110001 | 101100011 | 1010 | 101110 |
Color Harmonies of #826A6C
Complementary color
Monochromatic Colors of #826A6C
Black with #826A6C
Text Example
Text Example
White with #826A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A6C; }
p { color: rgb(130,106,108); }
H1.HeaderClassName
{
color: #826A6C;
}
.AnyTagClassName
{
color: #826A6C;
}
</style>
background-color css
<style>
a { background-color: #826A6C; }
a { background-color: rgb(130,106,108); }
div.DivClassName
{
background-color: #826A6C;
}
.BgClassName
{
background-color: #826A6C;
}
</style>
border-color css
<style>
span { border-color: #826A6C; }
span { border-color: rgb(130,106,108); }
td.TdClassName
{
border-color: #826A6C;
}
.TagClassName
{
border-color: #826A6C;
}
</style>