Shades of Mauve Taupe #965570
Tints of Mauve Taupe #965570
RGB
CMYK
RGB Variations
Color information
#965570 (or 0x965570) is known color: Mauve Taupe. HEX triplet: 96, 55 and 70. RGB value is (150,85,112). Sum of RGB (Red+Green+Blue) = 150+85+112=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965570 is #69AA8F. Grayscale: #6B6B6B. Windows color (decimal): -6924944 or 7361942. OLE color: 7361942.
HSL color Cylindrical-coordinate representation of color #965570: hue angle of 335.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965570 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 112 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.41 |
| HSL | 335.08º | 0.28% | 0.46% | - |
| HSV(B) | 335.08º | 0.43% | 0.59% | - |
| XYZ | 18.75 | 14.15 | 17.07 | - |
| YUV | 107.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 112 | 0 | 0.43 | 0.25 | 0.41 | 335.08 | 0.28 | 0.46 |
| Hex | 96 | 55 | 70 | 0 | 2B | 19 | 29 | 14F | 1C | 2E |
| Octal | 226 | 125 | 160 | 0 | 53 | 31 | 51 | 517 | 34 | 56 |
| Binary | 10010110 | 1010101 | 1110000 | 0 | 101011 | 11001 | 101001 | 101001111 | 11100 | 101110 |
Color Harmonies of #965570
Complementary color
Monochromatic Colors of #965570
Black with #965570
Text Example
Text Example
White with #965570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965570; }
p { color: rgb(150,85,112); }
H1.HeaderClassName
{
color: #965570;
}
.AnyTagClassName
{
color: #965570;
}
</style>
background-color css
<style>
a { background-color: #965570; }
a { background-color: rgb(150,85,112); }
div.DivClassName
{
background-color: #965570;
}
.BgClassName
{
background-color: #965570;
}
</style>
border-color css
<style>
span { border-color: #965570; }
span { border-color: rgb(150,85,112); }
td.TdClassName
{
border-color: #965570;
}
.TagClassName
{
border-color: #965570;
}
</style>