Shades of Mauve Taupe #83646C
Tints of Mauve Taupe #83646C
RGB
CMYK
RGB Variations
Color information
#83646C (or 0x83646C) is known color: Mauve Taupe. HEX triplet: 83, 64 and 6C. RGB value is (131,100,108). Sum of RGB (Red+Green+Blue) = 131+100+108=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83646C is #7C9B93. Grayscale: #6E6E6E. Windows color (decimal): -8166292 or 7103619. OLE color: 7103619.
HSL color Cylindrical-coordinate representation of color #83646C: hue angle of 344.52º degrees, saturation: 0.13, 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 #83646C is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 108 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.49 |
| HSL | 344.52º | 0.13% | 0.45% | - |
| HSV(B) | 344.52º | 0.24% | 0.51% | - |
| XYZ | 16.62 | 15.02 | 16.21 | - |
| YUV | 110.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 108 | 0 | 0.24 | 0.18 | 0.49 | 344.52 | 0.13 | 0.45 |
| Hex | 83 | 64 | 6C | 0 | 18 | 12 | 31 | 159 | D | 2D |
| Octal | 203 | 144 | 154 | 0 | 30 | 22 | 61 | 531 | 15 | 55 |
| Binary | 10000011 | 1100100 | 1101100 | 0 | 11000 | 10010 | 110001 | 101011001 | 1101 | 101101 |
Color Harmonies of #83646C
Complementary color
Monochromatic Colors of #83646C
Black with #83646C
Text Example
Text Example
White with #83646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83646C; }
p { color: rgb(131,100,108); }
H1.HeaderClassName
{
color: #83646C;
}
.AnyTagClassName
{
color: #83646C;
}
</style>
background-color css
<style>
a { background-color: #83646C; }
a { background-color: rgb(131,100,108); }
div.DivClassName
{
background-color: #83646C;
}
.BgClassName
{
background-color: #83646C;
}
</style>
border-color css
<style>
span { border-color: #83646C; }
span { border-color: rgb(131,100,108); }
td.TdClassName
{
border-color: #83646C;
}
.TagClassName
{
border-color: #83646C;
}
</style>