Shades of Mauve Taupe #965F68
Tints of Mauve Taupe #965F68
RGB
CMYK
RGB Variations
Color information
#965F68 (or 0x965F68) is known color: Mauve Taupe. HEX triplet: 96, 5F and 68. RGB value is (150,95,104). Sum of RGB (Red+Green+Blue) = 150+95+104=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F68 is #69A097. Grayscale: #707070. Windows color (decimal): -6922392 or 6840214. OLE color: 6840214.
HSL color Cylindrical-coordinate representation of color #965F68: hue angle of 350.18º 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 #965F68 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 104 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.41 |
| HSL | 350.18º | 0.22% | 0.48% | - |
| HSV(B) | 350.18º | 0.37% | 0.59% | - |
| XYZ | 19.17 | 15.67 | 15.11 | - |
| YUV | 112.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 104 | 0 | 0.37 | 0.31 | 0.41 | 350.18 | 0.22 | 0.48 |
| Hex | 96 | 5F | 68 | 0 | 25 | 1F | 29 | 15E | 16 | 30 |
| Octal | 226 | 137 | 150 | 0 | 45 | 37 | 51 | 536 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1101000 | 0 | 100101 | 11111 | 101001 | 101011110 | 10110 | 110000 |
Color Harmonies of #965F68
Complementary color
Monochromatic Colors of #965F68
Black with #965F68
Text Example
Text Example
White with #965F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F68; }
p { color: rgb(150,95,104); }
H1.HeaderClassName
{
color: #965F68;
}
.AnyTagClassName
{
color: #965F68;
}
</style>
background-color css
<style>
a { background-color: #965F68; }
a { background-color: rgb(150,95,104); }
div.DivClassName
{
background-color: #965F68;
}
.BgClassName
{
background-color: #965F68;
}
</style>
border-color css
<style>
span { border-color: #965F68; }
span { border-color: rgb(150,95,104); }
td.TdClassName
{
border-color: #965F68;
}
.TagClassName
{
border-color: #965F68;
}
</style>