Shades of Mauve Taupe #825C68
Tints of Mauve Taupe #825C68
RGB
CMYK
RGB Variations
Color information
#825C68 (or 0x825C68) is known color: Mauve Taupe. HEX triplet: 82, 5C and 68. RGB value is (130,92,104). Sum of RGB (Red+Green+Blue) = 130+92+104=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C68 is #7DA397. Grayscale: #686868. Windows color (decimal): -8233880 or 6839426. OLE color: 6839426.
HSL color Cylindrical-coordinate representation of color #825C68: hue angle of 341.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C68 is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 104 | - |
| CMYK | 0 | 0.29 | 0.2 | 0.49 |
| HSL | 341.05º | 0.17% | 0.44% | - |
| HSV(B) | 341.05º | 0.29% | 0.51% | - |
| XYZ | 15.53 | 13.4 | 14.86 | - |
| YUV | 104.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 104 | 0 | 0.29 | 0.2 | 0.49 | 341.05 | 0.17 | 0.44 |
| Hex | 82 | 5C | 68 | 0 | 1D | 14 | 31 | 155 | 11 | 2C |
| Octal | 202 | 134 | 150 | 0 | 35 | 24 | 61 | 525 | 21 | 54 |
| Binary | 10000010 | 1011100 | 1101000 | 0 | 11101 | 10100 | 110001 | 101010101 | 10001 | 101100 |
Color Harmonies of #825C68
Complementary color
Monochromatic Colors of #825C68
Black with #825C68
Text Example
Text Example
White with #825C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C68; }
p { color: rgb(130,92,104); }
H1.HeaderClassName
{
color: #825C68;
}
.AnyTagClassName
{
color: #825C68;
}
</style>
background-color css
<style>
a { background-color: #825C68; }
a { background-color: rgb(130,92,104); }
div.DivClassName
{
background-color: #825C68;
}
.BgClassName
{
background-color: #825C68;
}
</style>
border-color css
<style>
span { border-color: #825C68; }
span { border-color: rgb(130,92,104); }
td.TdClassName
{
border-color: #825C68;
}
.TagClassName
{
border-color: #825C68;
}
</style>