Shades of Mauve Taupe #996679
Tints of Mauve Taupe #996679
RGB
CMYK
RGB Variations
Color information
#996679 (or 0x996679) is known color: Mauve Taupe. HEX triplet: 99, 66 and 79. RGB value is (153,102,121). Sum of RGB (Red+Green+Blue) = 153+102+121=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996679 is #669986. Grayscale: #777777. Windows color (decimal): -6723975 or 7956121. OLE color: 7956121.
HSL color Cylindrical-coordinate representation of color #996679: hue angle of 337.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996679 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 121 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.4 |
| HSL | 337.65º | 0.2% | 0.5% | - |
| HSV(B) | 337.65º | 0.33% | 0.6% | - |
| XYZ | 21.34 | 17.66 | 20.37 | - |
| YUV | 119.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 121 | 0 | 0.33 | 0.21 | 0.4 | 337.65 | 0.2 | 0.5 |
| Hex | 99 | 66 | 79 | 0 | 21 | 15 | 28 | 152 | 14 | 32 |
| Octal | 231 | 146 | 171 | 0 | 41 | 25 | 50 | 522 | 24 | 62 |
| Binary | 10011001 | 1100110 | 1111001 | 0 | 100001 | 10101 | 101000 | 101010010 | 10100 | 110010 |
Color Harmonies of #996679
Complementary color
Monochromatic Colors of #996679
Black with #996679
Text Example
Text Example
White with #996679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996679; }
p { color: rgb(153,102,121); }
H1.HeaderClassName
{
color: #996679;
}
.AnyTagClassName
{
color: #996679;
}
</style>
background-color css
<style>
a { background-color: #996679; }
a { background-color: rgb(153,102,121); }
div.DivClassName
{
background-color: #996679;
}
.BgClassName
{
background-color: #996679;
}
</style>
border-color css
<style>
span { border-color: #996679; }
span { border-color: rgb(153,102,121); }
td.TdClassName
{
border-color: #996679;
}
.TagClassName
{
border-color: #996679;
}
</style>