Shades of Mauve Taupe #956271
Tints of Mauve Taupe #956271
RGB
CMYK
RGB Variations
Color information
#956271 (or 0x956271) is known color: Mauve Taupe. HEX triplet: 95, 62 and 71. RGB value is (149,98,113). Sum of RGB (Red+Green+Blue) = 149+98+113=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #956271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956271 is #6A9D8E. Grayscale: #727272. Windows color (decimal): -6987151 or 7430805. OLE color: 7430805.
HSL color Cylindrical-coordinate representation of color #956271: hue angle of 342.35º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956271 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 113 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.42 |
| HSL | 342.35º | 0.21% | 0.48% | - |
| HSV(B) | 342.35º | 0.34% | 0.58% | - |
| XYZ | 19.74 | 16.32 | 17.73 | - |
| YUV | 114.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 113 | 0 | 0.34 | 0.24 | 0.42 | 342.35 | 0.21 | 0.48 |
| Hex | 95 | 62 | 71 | 0 | 22 | 18 | 2A | 156 | 15 | 30 |
| Octal | 225 | 142 | 161 | 0 | 42 | 30 | 52 | 526 | 25 | 60 |
| Binary | 10010101 | 1100010 | 1110001 | 0 | 100010 | 11000 | 101010 | 101010110 | 10101 | 110000 |
Color Harmonies of #956271
Complementary color
Monochromatic Colors of #956271
Black with #956271
Text Example
Text Example
White with #956271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956271; }
p { color: rgb(149,98,113); }
H1.HeaderClassName
{
color: #956271;
}
.AnyTagClassName
{
color: #956271;
}
</style>
background-color css
<style>
a { background-color: #956271; }
a { background-color: rgb(149,98,113); }
div.DivClassName
{
background-color: #956271;
}
.BgClassName
{
background-color: #956271;
}
</style>
border-color css
<style>
span { border-color: #956271; }
span { border-color: rgb(149,98,113); }
td.TdClassName
{
border-color: #956271;
}
.TagClassName
{
border-color: #956271;
}
</style>