Shades of Mauve Taupe #976971
Tints of Mauve Taupe #976971
RGB
CMYK
RGB Variations
Color information
#976971 (or 0x976971) is known color: Mauve Taupe. HEX triplet: 97, 69 and 71. RGB value is (151,105,113). Sum of RGB (Red+Green+Blue) = 151+105+113=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976971 is #68968E. Grayscale: #777777. Windows color (decimal): -6854287 or 7432599. OLE color: 7432599.
HSL color Cylindrical-coordinate representation of color #976971: hue angle of 349.57º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976971 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 113 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.41 |
| HSL | 349.57º | 0.18% | 0.5% | - |
| HSV(B) | 349.57º | 0.3% | 0.59% | - |
| XYZ | 20.79 | 17.87 | 17.98 | - |
| YUV | 119.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 113 | 0 | 0.30 | 0.25 | 0.41 | 349.57 | 0.18 | 0.5 |
| Hex | 97 | 69 | 71 | 0 | 1E | 19 | 29 | 15E | 12 | 32 |
| Octal | 227 | 151 | 161 | 0 | 36 | 31 | 51 | 536 | 22 | 62 |
| Binary | 10010111 | 1101001 | 1110001 | 0 | 11110 | 11001 | 101001 | 101011110 | 10010 | 110010 |
Color Harmonies of #976971
Complementary color
Monochromatic Colors of #976971
Black with #976971
Text Example
Text Example
White with #976971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976971; }
p { color: rgb(151,105,113); }
H1.HeaderClassName
{
color: #976971;
}
.AnyTagClassName
{
color: #976971;
}
</style>
background-color css
<style>
a { background-color: #976971; }
a { background-color: rgb(151,105,113); }
div.DivClassName
{
background-color: #976971;
}
.BgClassName
{
background-color: #976971;
}
</style>
border-color css
<style>
span { border-color: #976971; }
span { border-color: rgb(151,105,113); }
td.TdClassName
{
border-color: #976971;
}
.TagClassName
{
border-color: #976971;
}
</style>