Shades of Mauve Taupe #83636B
Tints of Mauve Taupe #83636B
RGB
CMYK
RGB Variations
Color information
#83636B (or 0x83636B) is known color: Mauve Taupe. HEX triplet: 83, 63 and 6B. RGB value is (131,99,107). Sum of RGB (Red+Green+Blue) = 131+99+107=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83636B is #7C9C94. Grayscale: #6D6D6D. Windows color (decimal): -8166549 or 7037827. OLE color: 7037827.
HSL color Cylindrical-coordinate representation of color #83636B: hue angle of 345º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83636B is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 107 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.49 |
| HSL | 345º | 0.14% | 0.45% | - |
| HSV(B) | 345º | 0.24% | 0.51% | - |
| XYZ | 16.48 | 14.81 | 15.9 | - |
| YUV | 109.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 107 | 0 | 0.24 | 0.18 | 0.49 | 345 | 0.14 | 0.45 |
| Hex | 83 | 63 | 6B | 0 | 18 | 12 | 31 | 159 | E | 2D |
| Octal | 203 | 143 | 153 | 0 | 30 | 22 | 61 | 531 | 16 | 55 |
| Binary | 10000011 | 1100011 | 1101011 | 0 | 11000 | 10010 | 110001 | 101011001 | 1110 | 101101 |
Color Harmonies of #83636B
Complementary color
Monochromatic Colors of #83636B
Black with #83636B
Text Example
Text Example
White with #83636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83636B; }
p { color: rgb(131,99,107); }
H1.HeaderClassName
{
color: #83636B;
}
.AnyTagClassName
{
color: #83636B;
}
</style>
background-color css
<style>
a { background-color: #83636B; }
a { background-color: rgb(131,99,107); }
div.DivClassName
{
background-color: #83636B;
}
.BgClassName
{
background-color: #83636B;
}
</style>
border-color css
<style>
span { border-color: #83636B; }
span { border-color: rgb(131,99,107); }
td.TdClassName
{
border-color: #83636B;
}
.TagClassName
{
border-color: #83636B;
}
</style>