Shades of Mauve Taupe #83606E
Tints of Mauve Taupe #83606E
RGB
CMYK
RGB Variations
Color information
#83606E (or 0x83606E) is known color: Mauve Taupe. HEX triplet: 83, 60 and 6E. RGB value is (131,96,110). Sum of RGB (Red+Green+Blue) = 131+96+110=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83606E is #7C9F91. Grayscale: #6C6C6C. Windows color (decimal): -8167314 or 7233667. OLE color: 7233667.
HSL color Cylindrical-coordinate representation of color #83606E: hue angle of 336º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83606E is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 110 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.49 |
| HSL | 336º | 0.15% | 0.45% | - |
| HSV(B) | 336º | 0.27% | 0.51% | - |
| XYZ | 16.36 | 14.32 | 16.65 | - |
| YUV | 108.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 110 | 0 | 0.27 | 0.16 | 0.49 | 336 | 0.15 | 0.45 |
| Hex | 83 | 60 | 6E | 0 | 1B | 10 | 31 | 150 | F | 2D |
| Octal | 203 | 140 | 156 | 0 | 33 | 20 | 61 | 520 | 17 | 55 |
| Binary | 10000011 | 1100000 | 1101110 | 0 | 11011 | 10000 | 110001 | 101010000 | 1111 | 101101 |
Color Harmonies of #83606E
Complementary color
Monochromatic Colors of #83606E
Black with #83606E
Text Example
Text Example
White with #83606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83606E; }
p { color: rgb(131,96,110); }
H1.HeaderClassName
{
color: #83606E;
}
.AnyTagClassName
{
color: #83606E;
}
</style>
background-color css
<style>
a { background-color: #83606E; }
a { background-color: rgb(131,96,110); }
div.DivClassName
{
background-color: #83606E;
}
.BgClassName
{
background-color: #83606E;
}
</style>
border-color css
<style>
span { border-color: #83606E; }
span { border-color: rgb(131,96,110); }
td.TdClassName
{
border-color: #83606E;
}
.TagClassName
{
border-color: #83606E;
}
</style>