Shades of Mauve Taupe #965F65
Tints of Mauve Taupe #965F65
RGB
CMYK
RGB Variations
Color information
#965F65 (or 0x965F65) is known color: Mauve Taupe. HEX triplet: 96, 5F and 65. RGB value is (150,95,101). Sum of RGB (Red+Green+Blue) = 150+95+101=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #965F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F65 is #69A09A. Grayscale: #707070. Windows color (decimal): -6922395 or 6643606. OLE color: 6643606.
HSL color Cylindrical-coordinate representation of color #965F65: hue angle of 353.45º 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 #965F65 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 101 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.41 |
| HSL | 353.45º | 0.22% | 0.48% | - |
| HSV(B) | 353.45º | 0.37% | 0.59% | - |
| XYZ | 19.02 | 15.61 | 14.32 | - |
| YUV | 112.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 101 | 0 | 0.37 | 0.33 | 0.41 | 353.45 | 0.22 | 0.48 |
| Hex | 96 | 5F | 65 | 0 | 25 | 21 | 29 | 161 | 16 | 30 |
| Octal | 226 | 137 | 145 | 0 | 45 | 41 | 51 | 541 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1100101 | 0 | 100101 | 100001 | 101001 | 101100001 | 10110 | 110000 |
Color Harmonies of #965F65
Complementary color
Monochromatic Colors of #965F65
Black with #965F65
Text Example
Text Example
White with #965F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F65; }
p { color: rgb(150,95,101); }
H1.HeaderClassName
{
color: #965F65;
}
.AnyTagClassName
{
color: #965F65;
}
</style>
background-color css
<style>
a { background-color: #965F65; }
a { background-color: rgb(150,95,101); }
div.DivClassName
{
background-color: #965F65;
}
.BgClassName
{
background-color: #965F65;
}
</style>
border-color css
<style>
span { border-color: #965F65; }
span { border-color: rgb(150,95,101); }
td.TdClassName
{
border-color: #965F65;
}
.TagClassName
{
border-color: #965F65;
}
</style>