Shades of Empress #83676D
Tints of Empress #83676D
RGB
CMYK
RGB Variations
Color information
#83676D (or 0x83676D) is known color: Empress. HEX triplet: 83, 67 and 6D. RGB value is (131,103,109). Sum of RGB (Red+Green+Blue) = 131+103+109=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83676D is #7C9892. Grayscale: #707070. Windows color (decimal): -8165523 or 7169923. OLE color: 7169923.
HSL color Cylindrical-coordinate representation of color #83676D: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83676D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 109 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.49 |
| HSL | 347.14º | 0.12% | 0.46% | - |
| HSV(B) | 347.14º | 0.21% | 0.51% | - |
| XYZ | 16.97 | 15.63 | 16.59 | - |
| YUV | 112.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 109 | 0 | 0.21 | 0.17 | 0.49 | 347.14 | 0.12 | 0.46 |
| Hex | 83 | 67 | 6D | 0 | 15 | 11 | 31 | 15B | C | 2E |
| Octal | 203 | 147 | 155 | 0 | 25 | 21 | 61 | 533 | 14 | 56 |
| Binary | 10000011 | 1100111 | 1101101 | 0 | 10101 | 10001 | 110001 | 101011011 | 1100 | 101110 |
Color Harmonies of #83676D
Complementary color
Monochromatic Colors of #83676D
Black with #83676D
Text Example
Text Example
White with #83676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83676D; }
p { color: rgb(131,103,109); }
H1.HeaderClassName
{
color: #83676D;
}
.AnyTagClassName
{
color: #83676D;
}
</style>
background-color css
<style>
a { background-color: #83676D; }
a { background-color: rgb(131,103,109); }
div.DivClassName
{
background-color: #83676D;
}
.BgClassName
{
background-color: #83676D;
}
</style>
border-color css
<style>
span { border-color: #83676D; }
span { border-color: rgb(131,103,109); }
td.TdClassName
{
border-color: #83676D;
}
.TagClassName
{
border-color: #83676D;
}
</style>