Shades of Mauve Taupe #9C626F
Tints of Mauve Taupe #9C626F
RGB
CMYK
RGB Variations
Color information
#9C626F (or 0x9C626F) is known color: Mauve Taupe. HEX triplet: 9C, 62 and 6F. RGB value is (156,98,111). Sum of RGB (Red+Green+Blue) = 156+98+111=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C626F is #639D90. Grayscale: #747474. Windows color (decimal): -6528401 or 7299740. OLE color: 7299740.
HSL color Cylindrical-coordinate representation of color #9C626F: hue angle of 346.55º degrees, saturation: 0.23, 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 #9C626F is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 111 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.39 |
| HSL | 346.55º | 0.23% | 0.5% | - |
| HSV(B) | 346.55º | 0.37% | 0.61% | - |
| XYZ | 20.95 | 16.95 | 17.21 | - |
| YUV | 116.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 111 | 0 | 0.37 | 0.29 | 0.39 | 346.55 | 0.23 | 0.5 |
| Hex | 9C | 62 | 6F | 0 | 25 | 1D | 27 | 15B | 17 | 32 |
| Octal | 234 | 142 | 157 | 0 | 45 | 35 | 47 | 533 | 27 | 62 |
| Binary | 10011100 | 1100010 | 1101111 | 0 | 100101 | 11101 | 100111 | 101011011 | 10111 | 110010 |
Color Harmonies of #9C626F
Complementary color
Monochromatic Colors of #9C626F
Black with #9C626F
Text Example
Text Example
White with #9C626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C626F; }
p { color: rgb(156,98,111); }
H1.HeaderClassName
{
color: #9C626F;
}
.AnyTagClassName
{
color: #9C626F;
}
</style>
background-color css
<style>
a { background-color: #9C626F; }
a { background-color: rgb(156,98,111); }
div.DivClassName
{
background-color: #9C626F;
}
.BgClassName
{
background-color: #9C626F;
}
</style>
border-color css
<style>
span { border-color: #9C626F; }
span { border-color: rgb(156,98,111); }
td.TdClassName
{
border-color: #9C626F;
}
.TagClassName
{
border-color: #9C626F;
}
</style>