Shades of Mauve Taupe #9C646D
Tints of Mauve Taupe #9C646D
RGB
CMYK
RGB Variations
Color information
#9C646D (or 0x9C646D) is known color: Mauve Taupe. HEX triplet: 9C, 64 and 6D. RGB value is (156,100,109). Sum of RGB (Red+Green+Blue) = 156+100+109=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C646D is #639B92. Grayscale: #757575. Windows color (decimal): -6527891 or 7169180. OLE color: 7169180.
HSL color Cylindrical-coordinate representation of color #9C646D: hue angle of 350.36º 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 #9C646D is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 109 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.39 |
| HSL | 350.36º | 0.22% | 0.5% | - |
| HSV(B) | 350.36º | 0.36% | 0.61% | - |
| XYZ | 21.03 | 17.29 | 16.7 | - |
| YUV | 117.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 109 | 0 | 0.36 | 0.30 | 0.39 | 350.36 | 0.22 | 0.5 |
| Hex | 9C | 64 | 6D | 0 | 24 | 1E | 27 | 15E | 16 | 32 |
| Octal | 234 | 144 | 155 | 0 | 44 | 36 | 47 | 536 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1101101 | 0 | 100100 | 11110 | 100111 | 101011110 | 10110 | 110010 |
Color Harmonies of #9C646D
Complementary color
Monochromatic Colors of #9C646D
Black with #9C646D
Text Example
Text Example
White with #9C646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C646D; }
p { color: rgb(156,100,109); }
H1.HeaderClassName
{
color: #9C646D;
}
.AnyTagClassName
{
color: #9C646D;
}
</style>
background-color css
<style>
a { background-color: #9C646D; }
a { background-color: rgb(156,100,109); }
div.DivClassName
{
background-color: #9C646D;
}
.BgClassName
{
background-color: #9C646D;
}
</style>
border-color css
<style>
span { border-color: #9C646D; }
span { border-color: rgb(156,100,109); }
td.TdClassName
{
border-color: #9C646D;
}
.TagClassName
{
border-color: #9C646D;
}
</style>