Shades of Empress #83676E
Tints of Empress #83676E
RGB
CMYK
RGB Variations
Color information
#83676E (or 0x83676E) is known color: Empress. HEX triplet: 83, 67 and 6E. RGB value is (131,103,110). Sum of RGB (Red+Green+Blue) = 131+103+110=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #83676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83676E is #7C9891. Grayscale: #707070. Windows color (decimal): -8165522 or 7235459. OLE color: 7235459.
HSL color Cylindrical-coordinate representation of color #83676E: hue angle of 345º 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 #83676E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 110 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.49 |
| HSL | 345º | 0.12% | 0.46% | - |
| HSV(B) | 345º | 0.21% | 0.51% | - |
| XYZ | 17.02 | 15.65 | 16.88 | - |
| YUV | 112.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 110 | 0 | 0.21 | 0.16 | 0.49 | 345 | 0.12 | 0.46 |
| Hex | 83 | 67 | 6E | 0 | 15 | 10 | 31 | 159 | C | 2E |
| Octal | 203 | 147 | 156 | 0 | 25 | 20 | 61 | 531 | 14 | 56 |
| Binary | 10000011 | 1100111 | 1101110 | 0 | 10101 | 10000 | 110001 | 101011001 | 1100 | 101110 |
Color Harmonies of #83676E
Complementary color
Monochromatic Colors of #83676E
Black with #83676E
Text Example
Text Example
White with #83676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83676E; }
p { color: rgb(131,103,110); }
H1.HeaderClassName
{
color: #83676E;
}
.AnyTagClassName
{
color: #83676E;
}
</style>
background-color css
<style>
a { background-color: #83676E; }
a { background-color: rgb(131,103,110); }
div.DivClassName
{
background-color: #83676E;
}
.BgClassName
{
background-color: #83676E;
}
</style>
border-color css
<style>
span { border-color: #83676E; }
span { border-color: rgb(131,103,110); }
td.TdClassName
{
border-color: #83676E;
}
.TagClassName
{
border-color: #83676E;
}
</style>