Shades of Mauve Taupe #9C6478
Tints of Mauve Taupe #9C6478
RGB
CMYK
RGB Variations
Color information
#9C6478 (or 0x9C6478) is known color: Mauve Taupe. HEX triplet: 9C, 64 and 78. RGB value is (156,100,120). Sum of RGB (Red+Green+Blue) = 156+100+120=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6478 is #639B87. Grayscale: #777777. Windows color (decimal): -6527880 or 7890076. OLE color: 7890076.
HSL color Cylindrical-coordinate representation of color #9C6478: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6478 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 120 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.39 |
| HSL | 338.57º | 0.22% | 0.5% | - |
| HSV(B) | 338.57º | 0.36% | 0.61% | - |
| XYZ | 21.66 | 17.54 | 20.01 | - |
| YUV | 119.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 120 | 0 | 0.36 | 0.23 | 0.39 | 338.57 | 0.22 | 0.5 |
| Hex | 9C | 64 | 78 | 0 | 24 | 17 | 27 | 153 | 16 | 32 |
| Octal | 234 | 144 | 170 | 0 | 44 | 27 | 47 | 523 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1111000 | 0 | 100100 | 10111 | 100111 | 101010011 | 10110 | 110010 |
Color Harmonies of #9C6478
Complementary color
Monochromatic Colors of #9C6478
Black with #9C6478
Text Example
Text Example
White with #9C6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6478; }
p { color: rgb(156,100,120); }
H1.HeaderClassName
{
color: #9C6478;
}
.AnyTagClassName
{
color: #9C6478;
}
</style>
background-color css
<style>
a { background-color: #9C6478; }
a { background-color: rgb(156,100,120); }
div.DivClassName
{
background-color: #9C6478;
}
.BgClassName
{
background-color: #9C6478;
}
</style>
border-color css
<style>
span { border-color: #9C6478; }
span { border-color: rgb(156,100,120); }
td.TdClassName
{
border-color: #9C6478;
}
.TagClassName
{
border-color: #9C6478;
}
</style>