Shades of Empress #83696D
Tints of Empress #83696D
RGB
CMYK
RGB Variations
Color information
#83696D (or 0x83696D) is known color: Empress. HEX triplet: 83, 69 and 6D. RGB value is (131,105,109). Sum of RGB (Red+Green+Blue) = 131+105+109=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696D is #7C9692. Grayscale: #717171. Windows color (decimal): -8165011 or 7170435. OLE color: 7170435.
HSL color Cylindrical-coordinate representation of color #83696D: hue angle of 350.77º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83696D is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 105 | 109 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.49 |
| HSL | 350.77º | 0.11% | 0.46% | - |
| HSV(B) | 350.77º | 0.2% | 0.51% | - |
| XYZ | 17.17 | 16.03 | 16.66 | - |
| YUV | 113.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 109 | 0 | 0.20 | 0.17 | 0.49 | 350.77 | 0.11 | 0.46 |
| Hex | 83 | 69 | 6D | 0 | 14 | 11 | 31 | 15F | B | 2E |
| Octal | 203 | 151 | 155 | 0 | 24 | 21 | 61 | 537 | 13 | 56 |
| Binary | 10000011 | 1101001 | 1101101 | 0 | 10100 | 10001 | 110001 | 101011111 | 1011 | 101110 |
Color Harmonies of #83696D
Complementary color
Monochromatic Colors of #83696D
Black with #83696D
Text Example
Text Example
White with #83696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83696D; }
p { color: rgb(131,105,109); }
H1.HeaderClassName
{
color: #83696D;
}
.AnyTagClassName
{
color: #83696D;
}
</style>
background-color css
<style>
a { background-color: #83696D; }
a { background-color: rgb(131,105,109); }
div.DivClassName
{
background-color: #83696D;
}
.BgClassName
{
background-color: #83696D;
}
</style>
border-color css
<style>
span { border-color: #83696D; }
span { border-color: rgb(131,105,109); }
td.TdClassName
{
border-color: #83696D;
}
.TagClassName
{
border-color: #83696D;
}
</style>