Shades of Mauve Taupe #965375
Tints of Mauve Taupe #965375
RGB
CMYK
RGB Variations
Color information
#965375 (or 0x965375) is known color: Mauve Taupe. HEX triplet: 96, 53 and 75. RGB value is (150,83,117). Sum of RGB (Red+Green+Blue) = 150+83+117=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965375 is #69AC8A. Grayscale: #6A6A6A. Windows color (decimal): -6925451 or 7689110. OLE color: 7689110.
HSL color Cylindrical-coordinate representation of color #965375: hue angle of 329.55º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965375 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 117 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.41 |
| HSL | 329.55º | 0.29% | 0.46% | - |
| HSV(B) | 329.55º | 0.45% | 0.59% | - |
| XYZ | 18.88 | 13.95 | 18.53 | - |
| YUV | 106.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 117 | 0 | 0.45 | 0.22 | 0.41 | 329.55 | 0.29 | 0.46 |
| Hex | 96 | 53 | 75 | 0 | 2D | 16 | 29 | 14A | 1D | 2E |
| Octal | 226 | 123 | 165 | 0 | 55 | 26 | 51 | 512 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1110101 | 0 | 101101 | 10110 | 101001 | 101001010 | 11101 | 101110 |
Color Harmonies of #965375
Complementary color
Monochromatic Colors of #965375
Black with #965375
Text Example
Text Example
White with #965375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965375; }
p { color: rgb(150,83,117); }
H1.HeaderClassName
{
color: #965375;
}
.AnyTagClassName
{
color: #965375;
}
</style>
background-color css
<style>
a { background-color: #965375; }
a { background-color: rgb(150,83,117); }
div.DivClassName
{
background-color: #965375;
}
.BgClassName
{
background-color: #965375;
}
</style>
border-color css
<style>
span { border-color: #965375; }
span { border-color: rgb(150,83,117); }
td.TdClassName
{
border-color: #965375;
}
.TagClassName
{
border-color: #965375;
}
</style>