Shades of Empress #83686B
Tints of Empress #83686B
RGB
CMYK
RGB Variations
Color information
#83686B (or 0x83686B) is known color: Empress. HEX triplet: 83, 68 and 6B. RGB value is (131,104,107). Sum of RGB (Red+Green+Blue) = 131+104+107=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83686B is #7C9794. Grayscale: #707070. Windows color (decimal): -8165269 or 7039107. OLE color: 7039107.
HSL color Cylindrical-coordinate representation of color #83686B: hue angle of 353.33º 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 #83686B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 104 | 107 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.49 |
| HSL | 353.33º | 0.11% | 0.46% | - |
| HSV(B) | 353.33º | 0.21% | 0.51% | - |
| XYZ | 16.96 | 15.79 | 16.06 | - |
| YUV | 112.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 107 | 0 | 0.21 | 0.18 | 0.49 | 353.33 | 0.11 | 0.46 |
| Hex | 83 | 68 | 6B | 0 | 15 | 12 | 31 | 161 | B | 2E |
| Octal | 203 | 150 | 153 | 0 | 25 | 22 | 61 | 541 | 13 | 56 |
| Binary | 10000011 | 1101000 | 1101011 | 0 | 10101 | 10010 | 110001 | 101100001 | 1011 | 101110 |
Color Harmonies of #83686B
Complementary color
Monochromatic Colors of #83686B
Black with #83686B
Text Example
Text Example
White with #83686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83686B; }
p { color: rgb(131,104,107); }
H1.HeaderClassName
{
color: #83686B;
}
.AnyTagClassName
{
color: #83686B;
}
</style>
background-color css
<style>
a { background-color: #83686B; }
a { background-color: rgb(131,104,107); }
div.DivClassName
{
background-color: #83686B;
}
.BgClassName
{
background-color: #83686B;
}
</style>
border-color css
<style>
span { border-color: #83686B; }
span { border-color: rgb(131,104,107); }
td.TdClassName
{
border-color: #83686B;
}
.TagClassName
{
border-color: #83686B;
}
</style>