Shades of Mauve Taupe #966669
Tints of Mauve Taupe #966669
RGB
CMYK
RGB Variations
Color information
#966669 (or 0x966669) is known color: Mauve Taupe. HEX triplet: 96, 66 and 69. RGB value is (150,102,105). Sum of RGB (Red+Green+Blue) = 150+102+105=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966669 is #699996. Grayscale: #747474. Windows color (decimal): -6920599 or 6907542. OLE color: 6907542.
HSL color Cylindrical-coordinate representation of color #966669: hue angle of 356.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 #966669 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 105 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.41 |
| HSL | 356.25º | 0.19% | 0.49% | - |
| HSV(B) | 356.25º | 0.32% | 0.59% | - |
| XYZ | 19.88 | 17.01 | 15.6 | - |
| YUV | 116.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 105 | 0 | 0.32 | 0.30 | 0.41 | 356.25 | 0.19 | 0.49 |
| Hex | 96 | 66 | 69 | 0 | 20 | 1E | 29 | 164 | 13 | 31 |
| Octal | 226 | 146 | 151 | 0 | 40 | 36 | 51 | 544 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1101001 | 0 | 100000 | 11110 | 101001 | 101100100 | 10011 | 110001 |
Color Harmonies of #966669
Complementary color
Monochromatic Colors of #966669
Black with #966669
Text Example
Text Example
White with #966669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966669; }
p { color: rgb(150,102,105); }
H1.HeaderClassName
{
color: #966669;
}
.AnyTagClassName
{
color: #966669;
}
</style>
background-color css
<style>
a { background-color: #966669; }
a { background-color: rgb(150,102,105); }
div.DivClassName
{
background-color: #966669;
}
.BgClassName
{
background-color: #966669;
}
</style>
border-color css
<style>
span { border-color: #966669; }
span { border-color: rgb(150,102,105); }
td.TdClassName
{
border-color: #966669;
}
.TagClassName
{
border-color: #966669;
}
</style>