Shades of Mauve Taupe #83606B
Tints of Mauve Taupe #83606B
RGB
CMYK
RGB Variations
Color information
#83606B (or 0x83606B) is known color: Mauve Taupe. HEX triplet: 83, 60 and 6B. RGB value is (131,96,107). Sum of RGB (Red+Green+Blue) = 131+96+107=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #83606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83606B is #7C9F94. Grayscale: #6B6B6B. Windows color (decimal): -8167317 or 7037059. OLE color: 7037059.
HSL color Cylindrical-coordinate representation of color #83606B: hue angle of 341.14º 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 #83606B is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 107 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.49 |
| HSL | 341.14º | 0.15% | 0.45% | - |
| HSV(B) | 341.14º | 0.27% | 0.51% | - |
| XYZ | 16.2 | 14.25 | 15.81 | - |
| YUV | 107.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 107 | 0 | 0.27 | 0.18 | 0.49 | 341.14 | 0.15 | 0.45 |
| Hex | 83 | 60 | 6B | 0 | 1B | 12 | 31 | 155 | F | 2D |
| Octal | 203 | 140 | 153 | 0 | 33 | 22 | 61 | 525 | 17 | 55 |
| Binary | 10000011 | 1100000 | 1101011 | 0 | 11011 | 10010 | 110001 | 101010101 | 1111 | 101101 |
Color Harmonies of #83606B
Complementary color
Monochromatic Colors of #83606B
Black with #83606B
Text Example
Text Example
White with #83606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83606B; }
p { color: rgb(131,96,107); }
H1.HeaderClassName
{
color: #83606B;
}
.AnyTagClassName
{
color: #83606B;
}
</style>
background-color css
<style>
a { background-color: #83606B; }
a { background-color: rgb(131,96,107); }
div.DivClassName
{
background-color: #83606B;
}
.BgClassName
{
background-color: #83606B;
}
</style>
border-color css
<style>
span { border-color: #83606B; }
span { border-color: rgb(131,96,107); }
td.TdClassName
{
border-color: #83606B;
}
.TagClassName
{
border-color: #83606B;
}
</style>