Shades of Mauve Taupe #966572
Tints of Mauve Taupe #966572
RGB
CMYK
RGB Variations
Color information
#966572 (or 0x966572) is known color: Mauve Taupe. HEX triplet: 96, 65 and 72. RGB value is (150,101,114). Sum of RGB (Red+Green+Blue) = 150+101+114=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966572 is #699A8D. Grayscale: #757575. Windows color (decimal): -6920846 or 7497110. OLE color: 7497110.
HSL color Cylindrical-coordinate representation of color #966572: hue angle of 344.08º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966572 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 114 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.41 |
| HSL | 344.08º | 0.2% | 0.49% | - |
| HSV(B) | 344.08º | 0.33% | 0.59% | - |
| XYZ | 20.27 | 17.01 | 18.13 | - |
| YUV | 117.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 114 | 0 | 0.33 | 0.24 | 0.41 | 344.08 | 0.2 | 0.49 |
| Hex | 96 | 65 | 72 | 0 | 21 | 18 | 29 | 158 | 14 | 31 |
| Octal | 226 | 145 | 162 | 0 | 41 | 30 | 51 | 530 | 24 | 61 |
| Binary | 10010110 | 1100101 | 1110010 | 0 | 100001 | 11000 | 101001 | 101011000 | 10100 | 110001 |
Color Harmonies of #966572
Complementary color
Monochromatic Colors of #966572
Black with #966572
Text Example
Text Example
White with #966572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966572; }
p { color: rgb(150,101,114); }
H1.HeaderClassName
{
color: #966572;
}
.AnyTagClassName
{
color: #966572;
}
</style>
background-color css
<style>
a { background-color: #966572; }
a { background-color: rgb(150,101,114); }
div.DivClassName
{
background-color: #966572;
}
.BgClassName
{
background-color: #966572;
}
</style>
border-color css
<style>
span { border-color: #966572; }
span { border-color: rgb(150,101,114); }
td.TdClassName
{
border-color: #966572;
}
.TagClassName
{
border-color: #966572;
}
</style>