Shades of Mauve Taupe #96616E
Tints of Mauve Taupe #96616E
RGB
CMYK
RGB Variations
Color information
#96616E (or 0x96616E) is known color: Mauve Taupe. HEX triplet: 96, 61 and 6E. RGB value is (150,97,110). Sum of RGB (Red+Green+Blue) = 150+97+110=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616E is #699E91. Grayscale: #727272. Windows color (decimal): -6921874 or 7233942. OLE color: 7233942.
HSL color Cylindrical-coordinate representation of color #96616E: hue angle of 345.28º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96616E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 110 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.41 |
| HSL | 345.28º | 0.21% | 0.48% | - |
| HSV(B) | 345.28º | 0.35% | 0.59% | - |
| XYZ | 19.67 | 16.16 | 16.83 | - |
| YUV | 114.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 110 | 0 | 0.35 | 0.27 | 0.41 | 345.28 | 0.21 | 0.48 |
| Hex | 96 | 61 | 6E | 0 | 23 | 1B | 29 | 159 | 15 | 30 |
| Octal | 226 | 141 | 156 | 0 | 43 | 33 | 51 | 531 | 25 | 60 |
| Binary | 10010110 | 1100001 | 1101110 | 0 | 100011 | 11011 | 101001 | 101011001 | 10101 | 110000 |
Color Harmonies of #96616E
Complementary color
Monochromatic Colors of #96616E
Black with #96616E
Text Example
Text Example
White with #96616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96616E; }
p { color: rgb(150,97,110); }
H1.HeaderClassName
{
color: #96616E;
}
.AnyTagClassName
{
color: #96616E;
}
</style>
background-color css
<style>
a { background-color: #96616E; }
a { background-color: rgb(150,97,110); }
div.DivClassName
{
background-color: #96616E;
}
.BgClassName
{
background-color: #96616E;
}
</style>
border-color css
<style>
span { border-color: #96616E; }
span { border-color: rgb(150,97,110); }
td.TdClassName
{
border-color: #96616E;
}
.TagClassName
{
border-color: #96616E;
}
</style>