Shades of Mauve Taupe #96666F
Tints of Mauve Taupe #96666F
RGB
CMYK
RGB Variations
Color information
#96666F (or 0x96666F) is known color: Mauve Taupe. HEX triplet: 96, 66 and 6F. RGB value is (150,102,111). Sum of RGB (Red+Green+Blue) = 150+102+111=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96666F is #699990. Grayscale: #757575. Windows color (decimal): -6920593 or 7300758. OLE color: 7300758.
HSL color Cylindrical-coordinate representation of color #96666F: hue angle of 348.75º 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 #96666F is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 111 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.41 |
| HSL | 348.75º | 0.19% | 0.49% | - |
| HSV(B) | 348.75º | 0.32% | 0.59% | - |
| XYZ | 20.2 | 17.13 | 17.28 | - |
| YUV | 117.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 111 | 0 | 0.32 | 0.26 | 0.41 | 348.75 | 0.19 | 0.49 |
| Hex | 96 | 66 | 6F | 0 | 20 | 1A | 29 | 15D | 13 | 31 |
| Octal | 226 | 146 | 157 | 0 | 40 | 32 | 51 | 535 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1101111 | 0 | 100000 | 11010 | 101001 | 101011101 | 10011 | 110001 |
Color Harmonies of #96666F
Complementary color
Monochromatic Colors of #96666F
Black with #96666F
Text Example
Text Example
White with #96666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96666F; }
p { color: rgb(150,102,111); }
H1.HeaderClassName
{
color: #96666F;
}
.AnyTagClassName
{
color: #96666F;
}
</style>
background-color css
<style>
a { background-color: #96666F; }
a { background-color: rgb(150,102,111); }
div.DivClassName
{
background-color: #96666F;
}
.BgClassName
{
background-color: #96666F;
}
</style>
border-color css
<style>
span { border-color: #96666F; }
span { border-color: rgb(150,102,111); }
td.TdClassName
{
border-color: #96666F;
}
.TagClassName
{
border-color: #96666F;
}
</style>