Shades of Mauve Taupe #956072
Tints of Mauve Taupe #956072
RGB
CMYK
RGB Variations
Color information
#956072 (or 0x956072) is known color: Mauve Taupe. HEX triplet: 95, 60 and 72. RGB value is (149,96,114). Sum of RGB (Red+Green+Blue) = 149+96+114=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #956072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956072 is #6A9F8D. Grayscale: #717171. Windows color (decimal): -6987662 or 7495829. OLE color: 7495829.
HSL color Cylindrical-coordinate representation of color #956072: hue angle of 339.62º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956072 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 114 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.42 |
| HSL | 339.62º | 0.22% | 0.48% | - |
| HSV(B) | 339.62º | 0.36% | 0.58% | - |
| XYZ | 19.61 | 15.97 | 17.97 | - |
| YUV | 113.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 114 | 0 | 0.36 | 0.23 | 0.42 | 339.62 | 0.22 | 0.48 |
| Hex | 95 | 60 | 72 | 0 | 24 | 17 | 2A | 154 | 16 | 30 |
| Octal | 225 | 140 | 162 | 0 | 44 | 27 | 52 | 524 | 26 | 60 |
| Binary | 10010101 | 1100000 | 1110010 | 0 | 100100 | 10111 | 101010 | 101010100 | 10110 | 110000 |
Color Harmonies of #956072
Complementary color
Monochromatic Colors of #956072
Black with #956072
Text Example
Text Example
White with #956072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956072; }
p { color: rgb(149,96,114); }
H1.HeaderClassName
{
color: #956072;
}
.AnyTagClassName
{
color: #956072;
}
</style>
background-color css
<style>
a { background-color: #956072; }
a { background-color: rgb(149,96,114); }
div.DivClassName
{
background-color: #956072;
}
.BgClassName
{
background-color: #956072;
}
</style>
border-color css
<style>
span { border-color: #956072; }
span { border-color: rgb(149,96,114); }
td.TdClassName
{
border-color: #956072;
}
.TagClassName
{
border-color: #956072;
}
</style>