Shades of Mauve Taupe #9C6575
Tints of Mauve Taupe #9C6575
RGB
CMYK
RGB Variations
Color information
#9C6575 (or 0x9C6575) is known color: Mauve Taupe. HEX triplet: 9C, 65 and 75. RGB value is (156,101,117). Sum of RGB (Red+Green+Blue) = 156+101+117=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6575 is #639A8A. Grayscale: #777777. Windows color (decimal): -6527627 or 7693724. OLE color: 7693724.
HSL color Cylindrical-coordinate representation of color #9C6575: hue angle of 342.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6575 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 117 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.39 |
| HSL | 342.55º | 0.22% | 0.5% | - |
| HSV(B) | 342.55º | 0.35% | 0.61% | - |
| XYZ | 21.57 | 17.66 | 19.1 | - |
| YUV | 119.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 117 | 0 | 0.35 | 0.25 | 0.39 | 342.55 | 0.22 | 0.5 |
| Hex | 9C | 65 | 75 | 0 | 23 | 19 | 27 | 157 | 16 | 32 |
| Octal | 234 | 145 | 165 | 0 | 43 | 31 | 47 | 527 | 26 | 62 |
| Binary | 10011100 | 1100101 | 1110101 | 0 | 100011 | 11001 | 100111 | 101010111 | 10110 | 110010 |
Color Harmonies of #9C6575
Complementary color
Monochromatic Colors of #9C6575
Black with #9C6575
Text Example
Text Example
White with #9C6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6575; }
p { color: rgb(156,101,117); }
H1.HeaderClassName
{
color: #9C6575;
}
.AnyTagClassName
{
color: #9C6575;
}
</style>
background-color css
<style>
a { background-color: #9C6575; }
a { background-color: rgb(156,101,117); }
div.DivClassName
{
background-color: #9C6575;
}
.BgClassName
{
background-color: #9C6575;
}
</style>
border-color css
<style>
span { border-color: #9C6575; }
span { border-color: rgb(156,101,117); }
td.TdClassName
{
border-color: #9C6575;
}
.TagClassName
{
border-color: #9C6575;
}
</style>