Shades of Mauve Taupe #965F64
Tints of Mauve Taupe #965F64
RGB
CMYK
RGB Variations
Color information
#965F64 (or 0x965F64) is known color: Mauve Taupe. HEX triplet: 96, 5F and 64. RGB value is (150,95,100). Sum of RGB (Red+Green+Blue) = 150+95+100=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F64 is #69A09B. Grayscale: #707070. Windows color (decimal): -6922396 or 6578070. OLE color: 6578070.
HSL color Cylindrical-coordinate representation of color #965F64: hue angle of 354.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F64 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 100 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.41 |
| HSL | 354.55º | 0.22% | 0.48% | - |
| HSV(B) | 354.55º | 0.37% | 0.59% | - |
| XYZ | 18.97 | 15.59 | 14.07 | - |
| YUV | 112.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 100 | 0 | 0.37 | 0.33 | 0.41 | 354.55 | 0.22 | 0.48 |
| Hex | 96 | 5F | 64 | 0 | 25 | 21 | 29 | 163 | 16 | 30 |
| Octal | 226 | 137 | 144 | 0 | 45 | 41 | 51 | 543 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1100100 | 0 | 100101 | 100001 | 101001 | 101100011 | 10110 | 110000 |
Color Harmonies of #965F64
Complementary color
Monochromatic Colors of #965F64
Black with #965F64
Text Example
Text Example
White with #965F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F64; }
p { color: rgb(150,95,100); }
H1.HeaderClassName
{
color: #965F64;
}
.AnyTagClassName
{
color: #965F64;
}
</style>
background-color css
<style>
a { background-color: #965F64; }
a { background-color: rgb(150,95,100); }
div.DivClassName
{
background-color: #965F64;
}
.BgClassName
{
background-color: #965F64;
}
</style>
border-color css
<style>
span { border-color: #965F64; }
span { border-color: rgb(150,95,100); }
td.TdClassName
{
border-color: #965F64;
}
.TagClassName
{
border-color: #965F64;
}
</style>