Shades of Mauve Taupe #965F72
Tints of Mauve Taupe #965F72
RGB
CMYK
RGB Variations
Color information
#965F72 (or 0x965F72) is known color: Mauve Taupe. HEX triplet: 96, 5F and 72. RGB value is (150,95,114). Sum of RGB (Red+Green+Blue) = 150+95+114=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #965F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F72 is #69A08D. Grayscale: #717171. Windows color (decimal): -6922382 or 7495574. OLE color: 7495574.
HSL color Cylindrical-coordinate representation of color #965F72: hue angle of 339.27º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F72 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 114 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.41 |
| HSL | 339.27º | 0.22% | 0.48% | - |
| HSV(B) | 339.27º | 0.37% | 0.59% | - |
| XYZ | 19.71 | 15.88 | 17.95 | - |
| YUV | 113.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 114 | 0 | 0.37 | 0.24 | 0.41 | 339.27 | 0.22 | 0.48 |
| Hex | 96 | 5F | 72 | 0 | 25 | 18 | 29 | 153 | 16 | 30 |
| Octal | 226 | 137 | 162 | 0 | 45 | 30 | 51 | 523 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1110010 | 0 | 100101 | 11000 | 101001 | 101010011 | 10110 | 110000 |
Color Harmonies of #965F72
Complementary color
Monochromatic Colors of #965F72
Black with #965F72
Text Example
Text Example
White with #965F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F72; }
p { color: rgb(150,95,114); }
H1.HeaderClassName
{
color: #965F72;
}
.AnyTagClassName
{
color: #965F72;
}
</style>
background-color css
<style>
a { background-color: #965F72; }
a { background-color: rgb(150,95,114); }
div.DivClassName
{
background-color: #965F72;
}
.BgClassName
{
background-color: #965F72;
}
</style>
border-color css
<style>
span { border-color: #965F72; }
span { border-color: rgb(150,95,114); }
td.TdClassName
{
border-color: #965F72;
}
.TagClassName
{
border-color: #965F72;
}
</style>