Shades of Mauve Taupe #966273
Tints of Mauve Taupe #966273
RGB
CMYK
RGB Variations
Color information
#966273 (or 0x966273) is known color: Mauve Taupe. HEX triplet: 96, 62 and 73. RGB value is (150,98,115). Sum of RGB (Red+Green+Blue) = 150+98+115=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #966273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966273 is #699D8C. Grayscale: #737373. Windows color (decimal): -6921613 or 7561878. OLE color: 7561878.
HSL color Cylindrical-coordinate representation of color #966273: hue angle of 340.38º 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 #966273 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 115 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.41 |
| HSL | 340.38º | 0.21% | 0.49% | - |
| HSV(B) | 340.38º | 0.35% | 0.59% | - |
| XYZ | 20.04 | 16.46 | 18.34 | - |
| YUV | 115.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 115 | 0 | 0.35 | 0.23 | 0.41 | 340.38 | 0.21 | 0.49 |
| Hex | 96 | 62 | 73 | 0 | 23 | 17 | 29 | 154 | 15 | 31 |
| Octal | 226 | 142 | 163 | 0 | 43 | 27 | 51 | 524 | 25 | 61 |
| Binary | 10010110 | 1100010 | 1110011 | 0 | 100011 | 10111 | 101001 | 101010100 | 10101 | 110001 |
Color Harmonies of #966273
Complementary color
Monochromatic Colors of #966273
Black with #966273
Text Example
Text Example
White with #966273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966273; }
p { color: rgb(150,98,115); }
H1.HeaderClassName
{
color: #966273;
}
.AnyTagClassName
{
color: #966273;
}
</style>
background-color css
<style>
a { background-color: #966273; }
a { background-color: rgb(150,98,115); }
div.DivClassName
{
background-color: #966273;
}
.BgClassName
{
background-color: #966273;
}
</style>
border-color css
<style>
span { border-color: #966273; }
span { border-color: rgb(150,98,115); }
td.TdClassName
{
border-color: #966273;
}
.TagClassName
{
border-color: #966273;
}
</style>