Shades of Mauve Taupe #82636E
Tints of Mauve Taupe #82636E
RGB
CMYK
RGB Variations
Color information
#82636E (or 0x82636E) is known color: Mauve Taupe. HEX triplet: 82, 63 and 6E. RGB value is (130,99,110). Sum of RGB (Red+Green+Blue) = 130+99+110=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82636E is #7D9C91. Grayscale: #6D6D6D. Windows color (decimal): -8232082 or 7234434. OLE color: 7234434.
HSL color Cylindrical-coordinate representation of color #82636E: hue angle of 338.71º 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 #82636E is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 99 | 110 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.49 |
| HSL | 338.71º | 0.14% | 0.45% | - |
| HSV(B) | 338.71º | 0.24% | 0.51% | - |
| XYZ | 16.48 | 14.8 | 16.74 | - |
| YUV | 109.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 110 | 0 | 0.24 | 0.15 | 0.49 | 338.71 | 0.14 | 0.45 |
| Hex | 82 | 63 | 6E | 0 | 18 | F | 31 | 153 | E | 2D |
| Octal | 202 | 143 | 156 | 0 | 30 | 17 | 61 | 523 | 16 | 55 |
| Binary | 10000010 | 1100011 | 1101110 | 0 | 11000 | 1111 | 110001 | 101010011 | 1110 | 101101 |
Color Harmonies of #82636E
Complementary color
Monochromatic Colors of #82636E
Black with #82636E
Text Example
Text Example
White with #82636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82636E; }
p { color: rgb(130,99,110); }
H1.HeaderClassName
{
color: #82636E;
}
.AnyTagClassName
{
color: #82636E;
}
</style>
background-color css
<style>
a { background-color: #82636E; }
a { background-color: rgb(130,99,110); }
div.DivClassName
{
background-color: #82636E;
}
.BgClassName
{
background-color: #82636E;
}
</style>
border-color css
<style>
span { border-color: #82636E; }
span { border-color: rgb(130,99,110); }
td.TdClassName
{
border-color: #82636E;
}
.TagClassName
{
border-color: #82636E;
}
</style>