Shades of Mauve Taupe #9C626B
Tints of Mauve Taupe #9C626B
RGB
CMYK
RGB Variations
Color information
#9C626B (or 0x9C626B) is known color: Mauve Taupe. HEX triplet: 9C, 62 and 6B. RGB value is (156,98,107). Sum of RGB (Red+Green+Blue) = 156+98+107=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C626B is #639D94. Grayscale: #747474. Windows color (decimal): -6528405 or 7037596. OLE color: 7037596.
HSL color Cylindrical-coordinate representation of color #9C626B: hue angle of 350.69º 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 #9C626B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 107 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.39 |
| HSL | 350.69º | 0.23% | 0.5% | - |
| HSV(B) | 350.69º | 0.37% | 0.61% | - |
| XYZ | 20.73 | 16.86 | 16.07 | - |
| YUV | 116.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 107 | 0 | 0.37 | 0.31 | 0.39 | 350.69 | 0.23 | 0.5 |
| Hex | 9C | 62 | 6B | 0 | 25 | 1F | 27 | 15F | 17 | 32 |
| Octal | 234 | 142 | 153 | 0 | 45 | 37 | 47 | 537 | 27 | 62 |
| Binary | 10011100 | 1100010 | 1101011 | 0 | 100101 | 11111 | 100111 | 101011111 | 10111 | 110010 |
Color Harmonies of #9C626B
Complementary color
Monochromatic Colors of #9C626B
Black with #9C626B
Text Example
Text Example
White with #9C626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C626B; }
p { color: rgb(156,98,107); }
H1.HeaderClassName
{
color: #9C626B;
}
.AnyTagClassName
{
color: #9C626B;
}
</style>
background-color css
<style>
a { background-color: #9C626B; }
a { background-color: rgb(156,98,107); }
div.DivClassName
{
background-color: #9C626B;
}
.BgClassName
{
background-color: #9C626B;
}
</style>
border-color css
<style>
span { border-color: #9C626B; }
span { border-color: rgb(156,98,107); }
td.TdClassName
{
border-color: #9C626B;
}
.TagClassName
{
border-color: #9C626B;
}
</style>