Shades of Mauve Taupe #96666B
Tints of Mauve Taupe #96666B
RGB
CMYK
RGB Variations
Color information
#96666B (or 0x96666B) is known color: Mauve Taupe. HEX triplet: 96, 66 and 6B. RGB value is (150,102,107). Sum of RGB (Red+Green+Blue) = 150+102+107=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96666B is #699994. Grayscale: #747474. Windows color (decimal): -6920597 or 7038614. OLE color: 7038614.
HSL color Cylindrical-coordinate representation of color #96666B: hue angle of 353.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 #96666B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 107 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.41 |
| HSL | 353.75º | 0.19% | 0.49% | - |
| HSV(B) | 353.75º | 0.32% | 0.59% | - |
| XYZ | 19.98 | 17.05 | 16.15 | - |
| YUV | 116.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 107 | 0 | 0.32 | 0.29 | 0.41 | 353.75 | 0.19 | 0.49 |
| Hex | 96 | 66 | 6B | 0 | 20 | 1D | 29 | 162 | 13 | 31 |
| Octal | 226 | 146 | 153 | 0 | 40 | 35 | 51 | 542 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1101011 | 0 | 100000 | 11101 | 101001 | 101100010 | 10011 | 110001 |
Color Harmonies of #96666B
Complementary color
Monochromatic Colors of #96666B
Black with #96666B
Text Example
Text Example
White with #96666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96666B; }
p { color: rgb(150,102,107); }
H1.HeaderClassName
{
color: #96666B;
}
.AnyTagClassName
{
color: #96666B;
}
</style>
background-color css
<style>
a { background-color: #96666B; }
a { background-color: rgb(150,102,107); }
div.DivClassName
{
background-color: #96666B;
}
.BgClassName
{
background-color: #96666B;
}
</style>
border-color css
<style>
span { border-color: #96666B; }
span { border-color: rgb(150,102,107); }
td.TdClassName
{
border-color: #96666B;
}
.TagClassName
{
border-color: #96666B;
}
</style>