Shades of Mauve Taupe #96616A
Tints of Mauve Taupe #96616A
RGB
CMYK
RGB Variations
Color information
#96616A (or 0x96616A) is known color: Mauve Taupe. HEX triplet: 96, 61 and 6A. RGB value is (150,97,106). Sum of RGB (Red+Green+Blue) = 150+97+106=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616A is #699E95. Grayscale: #717171. Windows color (decimal): -6921878 or 6971798. OLE color: 6971798.
HSL color Cylindrical-coordinate representation of color #96616A: hue angle of 349.81º 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 #96616A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 106 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.41 |
| HSL | 349.81º | 0.21% | 0.48% | - |
| HSV(B) | 349.81º | 0.35% | 0.59% | - |
| XYZ | 19.45 | 16.07 | 15.71 | - |
| YUV | 113.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 106 | 0 | 0.35 | 0.29 | 0.41 | 349.81 | 0.21 | 0.48 |
| Hex | 96 | 61 | 6A | 0 | 23 | 1D | 29 | 15E | 15 | 30 |
| Octal | 226 | 141 | 152 | 0 | 43 | 35 | 51 | 536 | 25 | 60 |
| Binary | 10010110 | 1100001 | 1101010 | 0 | 100011 | 11101 | 101001 | 101011110 | 10101 | 110000 |
Color Harmonies of #96616A
Complementary color
Monochromatic Colors of #96616A
Black with #96616A
Text Example
Text Example
White with #96616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96616A; }
p { color: rgb(150,97,106); }
H1.HeaderClassName
{
color: #96616A;
}
.AnyTagClassName
{
color: #96616A;
}
</style>
background-color css
<style>
a { background-color: #96616A; }
a { background-color: rgb(150,97,106); }
div.DivClassName
{
background-color: #96616A;
}
.BgClassName
{
background-color: #96616A;
}
</style>
border-color css
<style>
span { border-color: #96616A; }
span { border-color: rgb(150,97,106); }
td.TdClassName
{
border-color: #96616A;
}
.TagClassName
{
border-color: #96616A;
}
</style>