Shades of Empress #83656A
Tints of Empress #83656A
RGB
CMYK
RGB Variations
Color information
#83656A (or 0x83656A) is known color: Empress. HEX triplet: 83, 65 and 6A. RGB value is (131,101,106). Sum of RGB (Red+Green+Blue) = 131+101+106=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83656A is #7C9A95. Grayscale: #6E6E6E. Windows color (decimal): -8166038 or 6972803. OLE color: 6972803.
HSL color Cylindrical-coordinate representation of color #83656A: hue angle of 350º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83656A is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 101 | 106 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.49 |
| HSL | 350º | 0.13% | 0.45% | - |
| HSV(B) | 350º | 0.23% | 0.51% | - |
| XYZ | 16.62 | 15.17 | 15.69 | - |
| YUV | 110.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 106 | 0 | 0.23 | 0.19 | 0.49 | 350 | 0.13 | 0.45 |
| Hex | 83 | 65 | 6A | 0 | 17 | 13 | 31 | 15E | D | 2D |
| Octal | 203 | 145 | 152 | 0 | 27 | 23 | 61 | 536 | 15 | 55 |
| Binary | 10000011 | 1100101 | 1101010 | 0 | 10111 | 10011 | 110001 | 101011110 | 1101 | 101101 |
Color Harmonies of #83656A
Complementary color
Monochromatic Colors of #83656A
Black with #83656A
Text Example
Text Example
White with #83656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83656A; }
p { color: rgb(131,101,106); }
H1.HeaderClassName
{
color: #83656A;
}
.AnyTagClassName
{
color: #83656A;
}
</style>
background-color css
<style>
a { background-color: #83656A; }
a { background-color: rgb(131,101,106); }
div.DivClassName
{
background-color: #83656A;
}
.BgClassName
{
background-color: #83656A;
}
</style>
border-color css
<style>
span { border-color: #83656A; }
span { border-color: rgb(131,101,106); }
td.TdClassName
{
border-color: #83656A;
}
.TagClassName
{
border-color: #83656A;
}
</style>