Shades of Mauve Taupe #83646F
Tints of Mauve Taupe #83646F
RGB
CMYK
RGB Variations
Color information
#83646F (or 0x83646F) is known color: Mauve Taupe. HEX triplet: 83, 64 and 6F. RGB value is (131,100,111). Sum of RGB (Red+Green+Blue) = 131+100+111=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83646F is #7C9B90. Grayscale: #6E6E6E. Windows color (decimal): -8166289 or 7300227. OLE color: 7300227.
HSL color Cylindrical-coordinate representation of color #83646F: hue angle of 338.71º 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 #83646F is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 100 | 111 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.49 |
| HSL | 338.71º | 0.13% | 0.45% | - |
| HSV(B) | 338.71º | 0.24% | 0.51% | - |
| XYZ | 16.79 | 15.09 | 17.07 | - |
| YUV | 110.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 111 | 0 | 0.24 | 0.15 | 0.49 | 338.71 | 0.13 | 0.45 |
| Hex | 83 | 64 | 6F | 0 | 18 | F | 31 | 153 | D | 2D |
| Octal | 203 | 144 | 157 | 0 | 30 | 17 | 61 | 523 | 15 | 55 |
| Binary | 10000011 | 1100100 | 1101111 | 0 | 11000 | 1111 | 110001 | 101010011 | 1101 | 101101 |
Color Harmonies of #83646F
Complementary color
Monochromatic Colors of #83646F
Black with #83646F
Text Example
Text Example
White with #83646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83646F; }
p { color: rgb(131,100,111); }
H1.HeaderClassName
{
color: #83646F;
}
.AnyTagClassName
{
color: #83646F;
}
</style>
background-color css
<style>
a { background-color: #83646F; }
a { background-color: rgb(131,100,111); }
div.DivClassName
{
background-color: #83646F;
}
.BgClassName
{
background-color: #83646F;
}
</style>
border-color css
<style>
span { border-color: #83646F; }
span { border-color: rgb(131,100,111); }
td.TdClassName
{
border-color: #83646F;
}
.TagClassName
{
border-color: #83646F;
}
</style>