Shades of Mauve Taupe #9C6379
Tints of Mauve Taupe #9C6379
RGB
CMYK
RGB Variations
Color information
#9C6379 (or 0x9C6379) is known color: Mauve Taupe. HEX triplet: 9C, 63 and 79. RGB value is (156,99,121). Sum of RGB (Red+Green+Blue) = 156+99+121=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6379 is #639C86. Grayscale: #767676. Windows color (decimal): -6528135 or 7955356. OLE color: 7955356.
HSL color Cylindrical-coordinate representation of color #9C6379: hue angle of 336.84º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6379 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 121 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.39 |
| HSL | 336.84º | 0.22% | 0.5% | - |
| HSV(B) | 336.84º | 0.37% | 0.61% | - |
| XYZ | 21.62 | 17.37 | 20.3 | - |
| YUV | 118.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 121 | 0 | 0.37 | 0.22 | 0.39 | 336.84 | 0.22 | 0.5 |
| Hex | 9C | 63 | 79 | 0 | 25 | 16 | 27 | 151 | 16 | 32 |
| Octal | 234 | 143 | 171 | 0 | 45 | 26 | 47 | 521 | 26 | 62 |
| Binary | 10011100 | 1100011 | 1111001 | 0 | 100101 | 10110 | 100111 | 101010001 | 10110 | 110010 |
Color Harmonies of #9C6379
Complementary color
Monochromatic Colors of #9C6379
Black with #9C6379
Text Example
Text Example
White with #9C6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6379; }
p { color: rgb(156,99,121); }
H1.HeaderClassName
{
color: #9C6379;
}
.AnyTagClassName
{
color: #9C6379;
}
</style>
background-color css
<style>
a { background-color: #9C6379; }
a { background-color: rgb(156,99,121); }
div.DivClassName
{
background-color: #9C6379;
}
.BgClassName
{
background-color: #9C6379;
}
</style>
border-color css
<style>
span { border-color: #9C6379; }
span { border-color: rgb(156,99,121); }
td.TdClassName
{
border-color: #9C6379;
}
.TagClassName
{
border-color: #9C6379;
}
</style>