Shades of Empress #83676C
Tints of Empress #83676C
RGB
CMYK
RGB Variations
Color information
#83676C (or 0x83676C) is known color: Empress. HEX triplet: 83, 67 and 6C. RGB value is (131,103,108). Sum of RGB (Red+Green+Blue) = 131+103+108=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83676C is #7C9893. Grayscale: #6F6F6F. Windows color (decimal): -8165524 or 7104387. OLE color: 7104387.
HSL color Cylindrical-coordinate representation of color #83676C: hue angle of 349.29º 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 #83676C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 108 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.49 |
| HSL | 349.29º | 0.12% | 0.46% | - |
| HSV(B) | 349.29º | 0.21% | 0.51% | - |
| XYZ | 16.92 | 15.61 | 16.31 | - |
| YUV | 111.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 108 | 0 | 0.21 | 0.18 | 0.49 | 349.29 | 0.12 | 0.46 |
| Hex | 83 | 67 | 6C | 0 | 15 | 12 | 31 | 15D | C | 2E |
| Octal | 203 | 147 | 154 | 0 | 25 | 22 | 61 | 535 | 14 | 56 |
| Binary | 10000011 | 1100111 | 1101100 | 0 | 10101 | 10010 | 110001 | 101011101 | 1100 | 101110 |
Color Harmonies of #83676C
Complementary color
Monochromatic Colors of #83676C
Black with #83676C
Text Example
Text Example
White with #83676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83676C; }
p { color: rgb(131,103,108); }
H1.HeaderClassName
{
color: #83676C;
}
.AnyTagClassName
{
color: #83676C;
}
</style>
background-color css
<style>
a { background-color: #83676C; }
a { background-color: rgb(131,103,108); }
div.DivClassName
{
background-color: #83676C;
}
.BgClassName
{
background-color: #83676C;
}
</style>
border-color css
<style>
span { border-color: #83676C; }
span { border-color: rgb(131,103,108); }
td.TdClassName
{
border-color: #83676C;
}
.TagClassName
{
border-color: #83676C;
}
</style>