Shades of Mauve Taupe #965971
Tints of Mauve Taupe #965971
RGB
CMYK
RGB Variations
Color information
#965971 (or 0x965971) is known color: Mauve Taupe. HEX triplet: 96, 59 and 71. RGB value is (150,89,113). Sum of RGB (Red+Green+Blue) = 150+89+113=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #965971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965971 is #69A68E. Grayscale: #6D6D6D. Windows color (decimal): -6923919 or 7428502. OLE color: 7428502.
HSL color Cylindrical-coordinate representation of color #965971: hue angle of 336.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965971 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 113 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.41 |
| HSL | 336.39º | 0.26% | 0.47% | - |
| HSV(B) | 336.39º | 0.41% | 0.59% | - |
| XYZ | 19.13 | 14.82 | 17.48 | - |
| YUV | 109.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 113 | 0 | 0.41 | 0.25 | 0.41 | 336.39 | 0.26 | 0.47 |
| Hex | 96 | 59 | 71 | 0 | 29 | 19 | 29 | 150 | 1A | 2F |
| Octal | 226 | 131 | 161 | 0 | 51 | 31 | 51 | 520 | 32 | 57 |
| Binary | 10010110 | 1011001 | 1110001 | 0 | 101001 | 11001 | 101001 | 101010000 | 11010 | 101111 |
Color Harmonies of #965971
Complementary color
Monochromatic Colors of #965971
Black with #965971
Text Example
Text Example
White with #965971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965971; }
p { color: rgb(150,89,113); }
H1.HeaderClassName
{
color: #965971;
}
.AnyTagClassName
{
color: #965971;
}
</style>
background-color css
<style>
a { background-color: #965971; }
a { background-color: rgb(150,89,113); }
div.DivClassName
{
background-color: #965971;
}
.BgClassName
{
background-color: #965971;
}
</style>
border-color css
<style>
span { border-color: #965971; }
span { border-color: rgb(150,89,113); }
td.TdClassName
{
border-color: #965971;
}
.TagClassName
{
border-color: #965971;
}
</style>