Shades of Mauve Taupe #956971
Tints of Mauve Taupe #956971
RGB
CMYK
RGB Variations
Color information
#956971 (or 0x956971) is known color: Mauve Taupe. HEX triplet: 95, 69 and 71. RGB value is (149,105,113). Sum of RGB (Red+Green+Blue) = 149+105+113=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956971 is #6A968E. Grayscale: #777777. Windows color (decimal): -6985359 or 7432597. OLE color: 7432597.
HSL color Cylindrical-coordinate representation of color #956971: hue angle of 349.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956971 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 113 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.42 |
| HSL | 349.09º | 0.17% | 0.5% | - |
| HSV(B) | 349.09º | 0.3% | 0.58% | - |
| XYZ | 20.43 | 17.68 | 17.96 | - |
| YUV | 119.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 113 | 0 | 0.30 | 0.24 | 0.42 | 349.09 | 0.17 | 0.5 |
| Hex | 95 | 69 | 71 | 0 | 1E | 18 | 2A | 15D | 11 | 32 |
| Octal | 225 | 151 | 161 | 0 | 36 | 30 | 52 | 535 | 21 | 62 |
| Binary | 10010101 | 1101001 | 1110001 | 0 | 11110 | 11000 | 101010 | 101011101 | 10001 | 110010 |
Color Harmonies of #956971
Complementary color
Monochromatic Colors of #956971
Black with #956971
Text Example
Text Example
White with #956971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956971; }
p { color: rgb(149,105,113); }
H1.HeaderClassName
{
color: #956971;
}
.AnyTagClassName
{
color: #956971;
}
</style>
background-color css
<style>
a { background-color: #956971; }
a { background-color: rgb(149,105,113); }
div.DivClassName
{
background-color: #956971;
}
.BgClassName
{
background-color: #956971;
}
</style>
border-color css
<style>
span { border-color: #956971; }
span { border-color: rgb(149,105,113); }
td.TdClassName
{
border-color: #956971;
}
.TagClassName
{
border-color: #956971;
}
</style>