Shades of Mauve Taupe #966375
Tints of Mauve Taupe #966375
RGB
CMYK
RGB Variations
Color information
#966375 (or 0x966375) is known color: Mauve Taupe. HEX triplet: 96, 63 and 75. RGB value is (150,99,117). Sum of RGB (Red+Green+Blue) = 150+99+117=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966375 is #699C8A. Grayscale: #747474. Windows color (decimal): -6921355 or 7693206. OLE color: 7693206.
HSL color Cylindrical-coordinate representation of color #966375: hue angle of 338.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966375 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 117 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.41 |
| HSL | 338.82º | 0.2% | 0.49% | - |
| HSV(B) | 338.82º | 0.34% | 0.59% | - |
| XYZ | 20.25 | 16.69 | 18.98 | - |
| YUV | 116.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 117 | 0 | 0.34 | 0.22 | 0.41 | 338.82 | 0.2 | 0.49 |
| Hex | 96 | 63 | 75 | 0 | 22 | 16 | 29 | 153 | 14 | 31 |
| Octal | 226 | 143 | 165 | 0 | 42 | 26 | 51 | 523 | 24 | 61 |
| Binary | 10010110 | 1100011 | 1110101 | 0 | 100010 | 10110 | 101001 | 101010011 | 10100 | 110001 |
Color Harmonies of #966375
Complementary color
Monochromatic Colors of #966375
Black with #966375
Text Example
Text Example
White with #966375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966375; }
p { color: rgb(150,99,117); }
H1.HeaderClassName
{
color: #966375;
}
.AnyTagClassName
{
color: #966375;
}
</style>
background-color css
<style>
a { background-color: #966375; }
a { background-color: rgb(150,99,117); }
div.DivClassName
{
background-color: #966375;
}
.BgClassName
{
background-color: #966375;
}
</style>
border-color css
<style>
span { border-color: #966375; }
span { border-color: rgb(150,99,117); }
td.TdClassName
{
border-color: #966375;
}
.TagClassName
{
border-color: #966375;
}
</style>