Shades of Mauve Taupe #976671
Tints of Mauve Taupe #976671
RGB
CMYK
RGB Variations
Color information
#976671 (or 0x976671) is known color: Mauve Taupe. HEX triplet: 97, 66 and 71. RGB value is (151,102,113). Sum of RGB (Red+Green+Blue) = 151+102+113=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #976671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976671 is #68998E. Grayscale: #757575. Windows color (decimal): -6855055 or 7431831. OLE color: 7431831.
HSL color Cylindrical-coordinate representation of color #976671: hue angle of 346.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976671 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 113 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.41 |
| HSL | 346.53º | 0.19% | 0.5% | - |
| HSV(B) | 346.53º | 0.32% | 0.59% | - |
| XYZ | 20.49 | 17.27 | 17.88 | - |
| YUV | 117.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 113 | 0 | 0.32 | 0.25 | 0.41 | 346.53 | 0.19 | 0.5 |
| Hex | 97 | 66 | 71 | 0 | 20 | 19 | 29 | 15B | 13 | 32 |
| Octal | 227 | 146 | 161 | 0 | 40 | 31 | 51 | 533 | 23 | 62 |
| Binary | 10010111 | 1100110 | 1110001 | 0 | 100000 | 11001 | 101001 | 101011011 | 10011 | 110010 |
Color Harmonies of #976671
Complementary color
Monochromatic Colors of #976671
Black with #976671
Text Example
Text Example
White with #976671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976671; }
p { color: rgb(151,102,113); }
H1.HeaderClassName
{
color: #976671;
}
.AnyTagClassName
{
color: #976671;
}
</style>
background-color css
<style>
a { background-color: #976671; }
a { background-color: rgb(151,102,113); }
div.DivClassName
{
background-color: #976671;
}
.BgClassName
{
background-color: #976671;
}
</style>
border-color css
<style>
span { border-color: #976671; }
span { border-color: rgb(151,102,113); }
td.TdClassName
{
border-color: #976671;
}
.TagClassName
{
border-color: #976671;
}
</style>