Shades of Mauve Taupe #966566
Tints of Mauve Taupe #966566
RGB
CMYK
RGB Variations
Color information
#966566 (or 0x966566) is known color: Mauve Taupe. HEX triplet: 96, 65 and 66. RGB value is (150,101,102). Sum of RGB (Red+Green+Blue) = 150+101+102=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #966566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966566 is #699A99. Grayscale: #737373. Windows color (decimal): -6920858 or 6710678. OLE color: 6710678.
HSL color Cylindrical-coordinate representation of color #966566: hue angle of 358.78º 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 #966566 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 102 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.41 |
| HSL | 358.78º | 0.2% | 0.49% | - |
| HSV(B) | 358.78º | 0.33% | 0.59% | - |
| XYZ | 19.63 | 16.75 | 14.77 | - |
| YUV | 115.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 102 | 0 | 0.33 | 0.32 | 0.41 | 358.78 | 0.2 | 0.49 |
| Hex | 96 | 65 | 66 | 0 | 21 | 20 | 29 | 167 | 14 | 31 |
| Octal | 226 | 145 | 146 | 0 | 41 | 40 | 51 | 547 | 24 | 61 |
| Binary | 10010110 | 1100101 | 1100110 | 0 | 100001 | 100000 | 101001 | 101100111 | 10100 | 110001 |
Color Harmonies of #966566
Complementary color
Monochromatic Colors of #966566
Black with #966566
Text Example
Text Example
White with #966566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966566; }
p { color: rgb(150,101,102); }
H1.HeaderClassName
{
color: #966566;
}
.AnyTagClassName
{
color: #966566;
}
</style>
background-color css
<style>
a { background-color: #966566; }
a { background-color: rgb(150,101,102); }
div.DivClassName
{
background-color: #966566;
}
.BgClassName
{
background-color: #966566;
}
</style>
border-color css
<style>
span { border-color: #966566; }
span { border-color: rgb(150,101,102); }
td.TdClassName
{
border-color: #966566;
}
.TagClassName
{
border-color: #966566;
}
</style>