Shades of Mauve Taupe #9C6679
Tints of Mauve Taupe #9C6679
RGB
CMYK
RGB Variations
Color information
#9C6679 (or 0x9C6679) is known color: Mauve Taupe. HEX triplet: 9C, 66 and 79. RGB value is (156,102,121). Sum of RGB (Red+Green+Blue) = 156+102+121=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6679 is #639986. Grayscale: #787878. Windows color (decimal): -6527367 or 7956124. OLE color: 7956124.
HSL color Cylindrical-coordinate representation of color #9C6679: hue angle of 338.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6679 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 121 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.39 |
| HSL | 338.89º | 0.21% | 0.51% | - |
| HSV(B) | 338.89º | 0.35% | 0.61% | - |
| XYZ | 21.91 | 17.95 | 20.4 | - |
| YUV | 120.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 121 | 0 | 0.35 | 0.22 | 0.39 | 338.89 | 0.21 | 0.51 |
| Hex | 9C | 66 | 79 | 0 | 23 | 16 | 27 | 153 | 15 | 33 |
| Octal | 234 | 146 | 171 | 0 | 43 | 26 | 47 | 523 | 25 | 63 |
| Binary | 10011100 | 1100110 | 1111001 | 0 | 100011 | 10110 | 100111 | 101010011 | 10101 | 110011 |
Color Harmonies of #9C6679
Complementary color
Monochromatic Colors of #9C6679
Black with #9C6679
Text Example
Text Example
White with #9C6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6679; }
p { color: rgb(156,102,121); }
H1.HeaderClassName
{
color: #9C6679;
}
.AnyTagClassName
{
color: #9C6679;
}
</style>
background-color css
<style>
a { background-color: #9C6679; }
a { background-color: rgb(156,102,121); }
div.DivClassName
{
background-color: #9C6679;
}
.BgClassName
{
background-color: #9C6679;
}
</style>
border-color css
<style>
span { border-color: #9C6679; }
span { border-color: rgb(156,102,121); }
td.TdClassName
{
border-color: #9C6679;
}
.TagClassName
{
border-color: #9C6679;
}
</style>