Shades of Empress #83696A
Tints of Empress #83696A
RGB
CMYK
RGB Variations
Color information
#83696A (or 0x83696A) is known color: Empress. HEX triplet: 83, 69 and 6A. RGB value is (131,105,106). Sum of RGB (Red+Green+Blue) = 131+105+106=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696A is #7C9695. Grayscale: #707070. Windows color (decimal): -8165014 or 6973827. OLE color: 6973827.
HSL color Cylindrical-coordinate representation of color #83696A: hue angle of 357.69º 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 #83696A is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 105 | 106 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.49 |
| HSL | 357.69º | 0.11% | 0.46% | - |
| HSV(B) | 357.69º | 0.2% | 0.51% | - |
| XYZ | 17.01 | 15.97 | 15.82 | - |
| YUV | 112.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 106 | 0 | 0.20 | 0.19 | 0.49 | 357.69 | 0.11 | 0.46 |
| Hex | 83 | 69 | 6A | 0 | 14 | 13 | 31 | 166 | B | 2E |
| Octal | 203 | 151 | 152 | 0 | 24 | 23 | 61 | 546 | 13 | 56 |
| Binary | 10000011 | 1101001 | 1101010 | 0 | 10100 | 10011 | 110001 | 101100110 | 1011 | 101110 |
Color Harmonies of #83696A
Complementary color
Monochromatic Colors of #83696A
Black with #83696A
Text Example
Text Example
White with #83696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83696A; }
p { color: rgb(131,105,106); }
H1.HeaderClassName
{
color: #83696A;
}
.AnyTagClassName
{
color: #83696A;
}
</style>
background-color css
<style>
a { background-color: #83696A; }
a { background-color: rgb(131,105,106); }
div.DivClassName
{
background-color: #83696A;
}
.BgClassName
{
background-color: #83696A;
}
</style>
border-color css
<style>
span { border-color: #83696A; }
span { border-color: rgb(131,105,106); }
td.TdClassName
{
border-color: #83696A;
}
.TagClassName
{
border-color: #83696A;
}
</style>