Shades of Mauve Taupe #9C646F
Tints of Mauve Taupe #9C646F
RGB
CMYK
RGB Variations
Color information
#9C646F (or 0x9C646F) is known color: Mauve Taupe. HEX triplet: 9C, 64 and 6F. RGB value is (156,100,111). Sum of RGB (Red+Green+Blue) = 156+100+111=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C646F is #639B90. Grayscale: #767676. Windows color (decimal): -6527889 or 7300252. OLE color: 7300252.
HSL color Cylindrical-coordinate representation of color #9C646F: hue angle of 348.21º 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 #9C646F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 111 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.39 |
| HSL | 348.21º | 0.22% | 0.5% | - |
| HSV(B) | 348.21º | 0.36% | 0.61% | - |
| XYZ | 21.14 | 17.33 | 17.27 | - |
| YUV | 118 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 111 | 0 | 0.36 | 0.29 | 0.39 | 348.21 | 0.22 | 0.5 |
| Hex | 9C | 64 | 6F | 0 | 24 | 1D | 27 | 15C | 16 | 32 |
| Octal | 234 | 144 | 157 | 0 | 44 | 35 | 47 | 534 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1101111 | 0 | 100100 | 11101 | 100111 | 101011100 | 10110 | 110010 |
Color Harmonies of #9C646F
Complementary color
Monochromatic Colors of #9C646F
Black with #9C646F
Text Example
Text Example
White with #9C646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C646F; }
p { color: rgb(156,100,111); }
H1.HeaderClassName
{
color: #9C646F;
}
.AnyTagClassName
{
color: #9C646F;
}
</style>
background-color css
<style>
a { background-color: #9C646F; }
a { background-color: rgb(156,100,111); }
div.DivClassName
{
background-color: #9C646F;
}
.BgClassName
{
background-color: #9C646F;
}
</style>
border-color css
<style>
span { border-color: #9C646F; }
span { border-color: rgb(156,100,111); }
td.TdClassName
{
border-color: #9C646F;
}
.TagClassName
{
border-color: #9C646F;
}
</style>