Shades of Mauve Taupe #966272
Tints of Mauve Taupe #966272
RGB
CMYK
RGB Variations
Color information
#966272 (or 0x966272) is known color: Mauve Taupe. HEX triplet: 96, 62 and 72. RGB value is (150,98,114). Sum of RGB (Red+Green+Blue) = 150+98+114=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #966272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966272 is #699D8D. Grayscale: #737373. Windows color (decimal): -6921614 or 7496342. OLE color: 7496342.
HSL color Cylindrical-coordinate representation of color #966272: hue angle of 341.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966272 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 114 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.41 |
| HSL | 341.54º | 0.21% | 0.49% | - |
| HSV(B) | 341.54º | 0.35% | 0.59% | - |
| XYZ | 19.98 | 16.43 | 18.04 | - |
| YUV | 115.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 114 | 0 | 0.35 | 0.24 | 0.41 | 341.54 | 0.21 | 0.49 |
| Hex | 96 | 62 | 72 | 0 | 23 | 18 | 29 | 156 | 15 | 31 |
| Octal | 226 | 142 | 162 | 0 | 43 | 30 | 51 | 526 | 25 | 61 |
| Binary | 10010110 | 1100010 | 1110010 | 0 | 100011 | 11000 | 101001 | 101010110 | 10101 | 110001 |
Color Harmonies of #966272
Complementary color
Monochromatic Colors of #966272
Black with #966272
Text Example
Text Example
White with #966272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966272; }
p { color: rgb(150,98,114); }
H1.HeaderClassName
{
color: #966272;
}
.AnyTagClassName
{
color: #966272;
}
</style>
background-color css
<style>
a { background-color: #966272; }
a { background-color: rgb(150,98,114); }
div.DivClassName
{
background-color: #966272;
}
.BgClassName
{
background-color: #966272;
}
</style>
border-color css
<style>
span { border-color: #966272; }
span { border-color: rgb(150,98,114); }
td.TdClassName
{
border-color: #966272;
}
.TagClassName
{
border-color: #966272;
}
</style>