Shades of Mauve Taupe #96666D
Tints of Mauve Taupe #96666D
RGB
CMYK
RGB Variations
Color information
#96666D (or 0x96666D) is known color: Mauve Taupe. HEX triplet: 96, 66 and 6D. RGB value is (150,102,109). Sum of RGB (Red+Green+Blue) = 150+102+109=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96666D is #699992. Grayscale: #757575. Windows color (decimal): -6920595 or 7169686. OLE color: 7169686.
HSL color Cylindrical-coordinate representation of color #96666D: hue angle of 351.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96666D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 109 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.41 |
| HSL | 351.25º | 0.19% | 0.49% | - |
| HSV(B) | 351.25º | 0.32% | 0.59% | - |
| XYZ | 20.09 | 17.09 | 16.71 | - |
| YUV | 117.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 109 | 0 | 0.32 | 0.27 | 0.41 | 351.25 | 0.19 | 0.49 |
| Hex | 96 | 66 | 6D | 0 | 20 | 1B | 29 | 15F | 13 | 31 |
| Octal | 226 | 146 | 155 | 0 | 40 | 33 | 51 | 537 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1101101 | 0 | 100000 | 11011 | 101001 | 101011111 | 10011 | 110001 |
Color Harmonies of #96666D
Complementary color
Monochromatic Colors of #96666D
Black with #96666D
Text Example
Text Example
White with #96666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96666D; }
p { color: rgb(150,102,109); }
H1.HeaderClassName
{
color: #96666D;
}
.AnyTagClassName
{
color: #96666D;
}
</style>
background-color css
<style>
a { background-color: #96666D; }
a { background-color: rgb(150,102,109); }
div.DivClassName
{
background-color: #96666D;
}
.BgClassName
{
background-color: #96666D;
}
</style>
border-color css
<style>
span { border-color: #96666D; }
span { border-color: rgb(150,102,109); }
td.TdClassName
{
border-color: #96666D;
}
.TagClassName
{
border-color: #96666D;
}
</style>