Shades of Mauve Taupe #96656F
Tints of Mauve Taupe #96656F
RGB
CMYK
RGB Variations
Color information
#96656F (or 0x96656F) is known color: Mauve Taupe. HEX triplet: 96, 65 and 6F. RGB value is (150,101,111). Sum of RGB (Red+Green+Blue) = 150+101+111=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96656F is #699A90. Grayscale: #747474. Windows color (decimal): -6920849 or 7300502. OLE color: 7300502.
HSL color Cylindrical-coordinate representation of color #96656F: hue angle of 347.76º 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 #96656F is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 111 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.41 |
| HSL | 347.76º | 0.2% | 0.49% | - |
| HSV(B) | 347.76º | 0.33% | 0.59% | - |
| XYZ | 20.1 | 16.94 | 17.25 | - |
| YUV | 116.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 111 | 0 | 0.33 | 0.26 | 0.41 | 347.76 | 0.2 | 0.49 |
| Hex | 96 | 65 | 6F | 0 | 21 | 1A | 29 | 15C | 14 | 31 |
| Octal | 226 | 145 | 157 | 0 | 41 | 32 | 51 | 534 | 24 | 61 |
| Binary | 10010110 | 1100101 | 1101111 | 0 | 100001 | 11010 | 101001 | 101011100 | 10100 | 110001 |
Color Harmonies of #96656F
Complementary color
Monochromatic Colors of #96656F
Black with #96656F
Text Example
Text Example
White with #96656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96656F; }
p { color: rgb(150,101,111); }
H1.HeaderClassName
{
color: #96656F;
}
.AnyTagClassName
{
color: #96656F;
}
</style>
background-color css
<style>
a { background-color: #96656F; }
a { background-color: rgb(150,101,111); }
div.DivClassName
{
background-color: #96656F;
}
.BgClassName
{
background-color: #96656F;
}
</style>
border-color css
<style>
span { border-color: #96656F; }
span { border-color: rgb(150,101,111); }
td.TdClassName
{
border-color: #96656F;
}
.TagClassName
{
border-color: #96656F;
}
</style>