Shades of Mauve Taupe #826064
Tints of Mauve Taupe #826064
RGB
CMYK
RGB Variations
Color information
#826064 (or 0x826064) is known color: Mauve Taupe. HEX triplet: 82, 60 and 64. RGB value is (130,96,100). Sum of RGB (Red+Green+Blue) = 130+96+100=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826064 is #7D9F9B. Grayscale: #6A6A6A. Windows color (decimal): -8232860 or 6578306. OLE color: 6578306.
HSL color Cylindrical-coordinate representation of color #826064: hue angle of 352.94º 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 #826064 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 100 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.49 |
| HSL | 352.94º | 0.15% | 0.44% | - |
| HSV(B) | 352.94º | 0.26% | 0.51% | - |
| XYZ | 15.69 | 14.03 | 13.94 | - |
| YUV | 106.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 100 | 0 | 0.26 | 0.23 | 0.49 | 352.94 | 0.15 | 0.44 |
| Hex | 82 | 60 | 64 | 0 | 1A | 17 | 31 | 161 | F | 2C |
| Octal | 202 | 140 | 144 | 0 | 32 | 27 | 61 | 541 | 17 | 54 |
| Binary | 10000010 | 1100000 | 1100100 | 0 | 11010 | 10111 | 110001 | 101100001 | 1111 | 101100 |
Color Harmonies of #826064
Complementary color
Monochromatic Colors of #826064
Black with #826064
Text Example
Text Example
White with #826064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826064; }
p { color: rgb(130,96,100); }
H1.HeaderClassName
{
color: #826064;
}
.AnyTagClassName
{
color: #826064;
}
</style>
background-color css
<style>
a { background-color: #826064; }
a { background-color: rgb(130,96,100); }
div.DivClassName
{
background-color: #826064;
}
.BgClassName
{
background-color: #826064;
}
</style>
border-color css
<style>
span { border-color: #826064; }
span { border-color: rgb(130,96,100); }
td.TdClassName
{
border-color: #826064;
}
.TagClassName
{
border-color: #826064;
}
</style>