Shades of Mauve Taupe #816065
Tints of Mauve Taupe #816065
RGB
CMYK
RGB Variations
Color information
#816065 (or 0x816065) is known color: Mauve Taupe. HEX triplet: 81, 60 and 65. RGB value is (129,96,101). Sum of RGB (Red+Green+Blue) = 129+96+101=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816065 is #7E9F9A. Grayscale: #6A6A6A. Windows color (decimal): -8298395 or 6643841. OLE color: 6643841.
HSL color Cylindrical-coordinate representation of color #816065: hue angle of 350.91º 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 #816065 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 96 | 101 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.49 |
| HSL | 350.91º | 0.15% | 0.44% | - |
| HSV(B) | 350.91º | 0.26% | 0.51% | - |
| XYZ | 15.59 | 13.97 | 14.19 | - |
| YUV | 106.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 101 | 0 | 0.26 | 0.22 | 0.49 | 350.91 | 0.15 | 0.44 |
| Hex | 81 | 60 | 65 | 0 | 1A | 16 | 31 | 15F | F | 2C |
| Octal | 201 | 140 | 145 | 0 | 32 | 26 | 61 | 537 | 17 | 54 |
| Binary | 10000001 | 1100000 | 1100101 | 0 | 11010 | 10110 | 110001 | 101011111 | 1111 | 101100 |
Color Harmonies of #816065
Complementary color
Monochromatic Colors of #816065
Black with #816065
Text Example
Text Example
White with #816065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816065; }
p { color: rgb(129,96,101); }
H1.HeaderClassName
{
color: #816065;
}
.AnyTagClassName
{
color: #816065;
}
</style>
background-color css
<style>
a { background-color: #816065; }
a { background-color: rgb(129,96,101); }
div.DivClassName
{
background-color: #816065;
}
.BgClassName
{
background-color: #816065;
}
</style>
border-color css
<style>
span { border-color: #816065; }
span { border-color: rgb(129,96,101); }
td.TdClassName
{
border-color: #816065;
}
.TagClassName
{
border-color: #816065;
}
</style>