Shades of Mauve Taupe #82606C
Tints of Mauve Taupe #82606C
RGB
CMYK
RGB Variations
Color information
#82606C (or 0x82606C) is known color: Mauve Taupe. HEX triplet: 82, 60 and 6C. RGB value is (130,96,108). Sum of RGB (Red+Green+Blue) = 130+96+108=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #82606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82606C is #7D9F93. Grayscale: #6B6B6B. Windows color (decimal): -8232852 or 7102594. OLE color: 7102594.
HSL color Cylindrical-coordinate representation of color #82606C: hue angle of 338.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82606C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 108 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.49 |
| HSL | 338.82º | 0.15% | 0.44% | - |
| HSV(B) | 338.82º | 0.26% | 0.51% | - |
| XYZ | 16.1 | 14.19 | 16.08 | - |
| YUV | 107.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 108 | 0 | 0.26 | 0.17 | 0.49 | 338.82 | 0.15 | 0.44 |
| Hex | 82 | 60 | 6C | 0 | 1A | 11 | 31 | 153 | F | 2C |
| Octal | 202 | 140 | 154 | 0 | 32 | 21 | 61 | 523 | 17 | 54 |
| Binary | 10000010 | 1100000 | 1101100 | 0 | 11010 | 10001 | 110001 | 101010011 | 1111 | 101100 |
Color Harmonies of #82606C
Complementary color
Monochromatic Colors of #82606C
Black with #82606C
Text Example
Text Example
White with #82606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82606C; }
p { color: rgb(130,96,108); }
H1.HeaderClassName
{
color: #82606C;
}
.AnyTagClassName
{
color: #82606C;
}
</style>
background-color css
<style>
a { background-color: #82606C; }
a { background-color: rgb(130,96,108); }
div.DivClassName
{
background-color: #82606C;
}
.BgClassName
{
background-color: #82606C;
}
</style>
border-color css
<style>
span { border-color: #82606C; }
span { border-color: rgb(130,96,108); }
td.TdClassName
{
border-color: #82606C;
}
.TagClassName
{
border-color: #82606C;
}
</style>