Shades of Mauve Taupe #83626D
Tints of Mauve Taupe #83626D
RGB
CMYK
RGB Variations
Color information
#83626D (or 0x83626D) is known color: Mauve Taupe. HEX triplet: 83, 62 and 6D. RGB value is (131,98,109). Sum of RGB (Red+Green+Blue) = 131+98+109=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83626D is #7C9D92. Grayscale: #6D6D6D. Windows color (decimal): -8166803 or 7168643. OLE color: 7168643.
HSL color Cylindrical-coordinate representation of color #83626D: hue angle of 340º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83626D is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 98 | 109 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.49 |
| HSL | 340º | 0.14% | 0.45% | - |
| HSV(B) | 340º | 0.25% | 0.51% | - |
| XYZ | 16.49 | 14.66 | 16.43 | - |
| YUV | 109.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 109 | 0 | 0.25 | 0.17 | 0.49 | 340 | 0.14 | 0.45 |
| Hex | 83 | 62 | 6D | 0 | 19 | 11 | 31 | 154 | E | 2D |
| Octal | 203 | 142 | 155 | 0 | 31 | 21 | 61 | 524 | 16 | 55 |
| Binary | 10000011 | 1100010 | 1101101 | 0 | 11001 | 10001 | 110001 | 101010100 | 1110 | 101101 |
Color Harmonies of #83626D
Complementary color
Monochromatic Colors of #83626D
Black with #83626D
Text Example
Text Example
White with #83626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83626D; }
p { color: rgb(131,98,109); }
H1.HeaderClassName
{
color: #83626D;
}
.AnyTagClassName
{
color: #83626D;
}
</style>
background-color css
<style>
a { background-color: #83626D; }
a { background-color: rgb(131,98,109); }
div.DivClassName
{
background-color: #83626D;
}
.BgClassName
{
background-color: #83626D;
}
</style>
border-color css
<style>
span { border-color: #83626D; }
span { border-color: rgb(131,98,109); }
td.TdClassName
{
border-color: #83626D;
}
.TagClassName
{
border-color: #83626D;
}
</style>