Shades of Empress #83686C
Tints of Empress #83686C
RGB
CMYK
RGB Variations
Color information
#83686C (or 0x83686C) is known color: Empress. HEX triplet: 83, 68 and 6C. RGB value is (131,104,108). Sum of RGB (Red+Green+Blue) = 131+104+108=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83686C is #7C9793. Grayscale: #707070. Windows color (decimal): -8165268 or 7104643. OLE color: 7104643.
HSL color Cylindrical-coordinate representation of color #83686C: hue angle of 351.11º degrees, saturation: 0.11, 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 #83686C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 104 | 108 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.49 |
| HSL | 351.11º | 0.11% | 0.46% | - |
| HSV(B) | 351.11º | 0.21% | 0.51% | - |
| XYZ | 17.02 | 15.81 | 16.34 | - |
| YUV | 112.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 108 | 0 | 0.21 | 0.18 | 0.49 | 351.11 | 0.11 | 0.46 |
| Hex | 83 | 68 | 6C | 0 | 15 | 12 | 31 | 15F | B | 2E |
| Octal | 203 | 150 | 154 | 0 | 25 | 22 | 61 | 537 | 13 | 56 |
| Binary | 10000011 | 1101000 | 1101100 | 0 | 10101 | 10010 | 110001 | 101011111 | 1011 | 101110 |
Color Harmonies of #83686C
Complementary color
Monochromatic Colors of #83686C
Black with #83686C
Text Example
Text Example
White with #83686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83686C; }
p { color: rgb(131,104,108); }
H1.HeaderClassName
{
color: #83686C;
}
.AnyTagClassName
{
color: #83686C;
}
</style>
background-color css
<style>
a { background-color: #83686C; }
a { background-color: rgb(131,104,108); }
div.DivClassName
{
background-color: #83686C;
}
.BgClassName
{
background-color: #83686C;
}
</style>
border-color css
<style>
span { border-color: #83686C; }
span { border-color: rgb(131,104,108); }
td.TdClassName
{
border-color: #83686C;
}
.TagClassName
{
border-color: #83686C;
}
</style>