Shades of Mauve Taupe #96616D
Tints of Mauve Taupe #96616D
RGB
CMYK
RGB Variations
Color information
#96616D (or 0x96616D) is known color: Mauve Taupe. HEX triplet: 96, 61 and 6D. RGB value is (150,97,109). Sum of RGB (Red+Green+Blue) = 150+97+109=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616D is #699E92. Grayscale: #727272. Windows color (decimal): -6921875 or 7168406. OLE color: 7168406.
HSL color Cylindrical-coordinate representation of color #96616D: hue angle of 346.42º 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 #96616D is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 109 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.41 |
| HSL | 346.42º | 0.21% | 0.48% | - |
| HSV(B) | 346.42º | 0.35% | 0.59% | - |
| XYZ | 19.61 | 16.14 | 16.55 | - |
| YUV | 114.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 109 | 0 | 0.35 | 0.27 | 0.41 | 346.42 | 0.21 | 0.48 |
| Hex | 96 | 61 | 6D | 0 | 23 | 1B | 29 | 15A | 15 | 30 |
| Octal | 226 | 141 | 155 | 0 | 43 | 33 | 51 | 532 | 25 | 60 |
| Binary | 10010110 | 1100001 | 1101101 | 0 | 100011 | 11011 | 101001 | 101011010 | 10101 | 110000 |
Color Harmonies of #96616D
Complementary color
Monochromatic Colors of #96616D
Black with #96616D
Text Example
Text Example
White with #96616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96616D; }
p { color: rgb(150,97,109); }
H1.HeaderClassName
{
color: #96616D;
}
.AnyTagClassName
{
color: #96616D;
}
</style>
background-color css
<style>
a { background-color: #96616D; }
a { background-color: rgb(150,97,109); }
div.DivClassName
{
background-color: #96616D;
}
.BgClassName
{
background-color: #96616D;
}
</style>
border-color css
<style>
span { border-color: #96616D; }
span { border-color: rgb(150,97,109); }
td.TdClassName
{
border-color: #96616D;
}
.TagClassName
{
border-color: #96616D;
}
</style>