Shades of Mauve Taupe #83656E
Tints of Mauve Taupe #83656E
RGB
CMYK
RGB Variations
Color information
#83656E (or 0x83656E) is known color: Mauve Taupe. HEX triplet: 83, 65 and 6E. RGB value is (131,101,110). Sum of RGB (Red+Green+Blue) = 131+101+110=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83656E is #7C9A91. Grayscale: #6E6E6E. Windows color (decimal): -8166034 or 7234947. OLE color: 7234947.
HSL color Cylindrical-coordinate representation of color #83656E: hue angle of 342º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83656E is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 101 | 110 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.49 |
| HSL | 342º | 0.13% | 0.45% | - |
| HSV(B) | 342º | 0.23% | 0.51% | - |
| XYZ | 16.83 | 15.26 | 16.81 | - |
| YUV | 111 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 110 | 0 | 0.23 | 0.16 | 0.49 | 342 | 0.13 | 0.45 |
| Hex | 83 | 65 | 6E | 0 | 17 | 10 | 31 | 156 | D | 2D |
| Octal | 203 | 145 | 156 | 0 | 27 | 20 | 61 | 526 | 15 | 55 |
| Binary | 10000011 | 1100101 | 1101110 | 0 | 10111 | 10000 | 110001 | 101010110 | 1101 | 101101 |
Color Harmonies of #83656E
Complementary color
Monochromatic Colors of #83656E
Black with #83656E
Text Example
Text Example
White with #83656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83656E; }
p { color: rgb(131,101,110); }
H1.HeaderClassName
{
color: #83656E;
}
.AnyTagClassName
{
color: #83656E;
}
</style>
background-color css
<style>
a { background-color: #83656E; }
a { background-color: rgb(131,101,110); }
div.DivClassName
{
background-color: #83656E;
}
.BgClassName
{
background-color: #83656E;
}
</style>
border-color css
<style>
span { border-color: #83656E; }
span { border-color: rgb(131,101,110); }
td.TdClassName
{
border-color: #83656E;
}
.TagClassName
{
border-color: #83656E;
}
</style>