Shades of Mauve Taupe #825D6D
Tints of Mauve Taupe #825D6D
RGB
CMYK
RGB Variations
Color information
#825D6D (or 0x825D6D) is known color: Mauve Taupe. HEX triplet: 82, 5D and 6D. RGB value is (130,93,109). Sum of RGB (Red+Green+Blue) = 130+93+109=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D6D is #7DA292. Grayscale: #696969. Windows color (decimal): -8233619 or 7167362. OLE color: 7167362.
HSL color Cylindrical-coordinate representation of color #825D6D: hue angle of 334.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825D6D is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 109 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.49 |
| HSL | 334.05º | 0.17% | 0.44% | - |
| HSV(B) | 334.05º | 0.28% | 0.51% | - |
| XYZ | 15.88 | 13.68 | 16.27 | - |
| YUV | 105.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 109 | 0 | 0.28 | 0.16 | 0.49 | 334.05 | 0.17 | 0.44 |
| Hex | 82 | 5D | 6D | 0 | 1C | 10 | 31 | 14E | 11 | 2C |
| Octal | 202 | 135 | 155 | 0 | 34 | 20 | 61 | 516 | 21 | 54 |
| Binary | 10000010 | 1011101 | 1101101 | 0 | 11100 | 10000 | 110001 | 101001110 | 10001 | 101100 |
Color Harmonies of #825D6D
Complementary color
Monochromatic Colors of #825D6D
Black with #825D6D
Text Example
Text Example
White with #825D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D6D; }
p { color: rgb(130,93,109); }
H1.HeaderClassName
{
color: #825D6D;
}
.AnyTagClassName
{
color: #825D6D;
}
</style>
background-color css
<style>
a { background-color: #825D6D; }
a { background-color: rgb(130,93,109); }
div.DivClassName
{
background-color: #825D6D;
}
.BgClassName
{
background-color: #825D6D;
}
</style>
border-color css
<style>
span { border-color: #825D6D; }
span { border-color: rgb(130,93,109); }
td.TdClassName
{
border-color: #825D6D;
}
.TagClassName
{
border-color: #825D6D;
}
</style>