Shades of Mauve Taupe #96646C
Tints of Mauve Taupe #96646C
RGB
CMYK
RGB Variations
Color information
#96646C (or 0x96646C) is known color: Mauve Taupe. HEX triplet: 96, 64 and 6C. RGB value is (150,100,108). Sum of RGB (Red+Green+Blue) = 150+100+108=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96646C is #699B93. Grayscale: #737373. Windows color (decimal): -6921108 or 7103638. OLE color: 7103638.
HSL color Cylindrical-coordinate representation of color #96646C: hue angle of 350.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96646C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 108 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.41 |
| HSL | 350.4º | 0.2% | 0.49% | - |
| HSV(B) | 350.4º | 0.33% | 0.59% | - |
| XYZ | 19.84 | 16.68 | 16.36 | - |
| YUV | 115.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 108 | 0 | 0.33 | 0.28 | 0.41 | 350.4 | 0.2 | 0.49 |
| Hex | 96 | 64 | 6C | 0 | 21 | 1C | 29 | 15E | 14 | 31 |
| Octal | 226 | 144 | 154 | 0 | 41 | 34 | 51 | 536 | 24 | 61 |
| Binary | 10010110 | 1100100 | 1101100 | 0 | 100001 | 11100 | 101001 | 101011110 | 10100 | 110001 |
Color Harmonies of #96646C
Complementary color
Monochromatic Colors of #96646C
Black with #96646C
Text Example
Text Example
White with #96646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96646C; }
p { color: rgb(150,100,108); }
H1.HeaderClassName
{
color: #96646C;
}
.AnyTagClassName
{
color: #96646C;
}
</style>
background-color css
<style>
a { background-color: #96646C; }
a { background-color: rgb(150,100,108); }
div.DivClassName
{
background-color: #96646C;
}
.BgClassName
{
background-color: #96646C;
}
</style>
border-color css
<style>
span { border-color: #96646C; }
span { border-color: rgb(150,100,108); }
td.TdClassName
{
border-color: #96646C;
}
.TagClassName
{
border-color: #96646C;
}
</style>