Shades of Mauve Taupe #956D76
Tints of Mauve Taupe #956D76
RGB
CMYK
RGB Variations
Color information
#956D76 (or 0x956D76) is known color: Mauve Taupe. HEX triplet: 95, 6D and 76. RGB value is (149,109,118). Sum of RGB (Red+Green+Blue) = 149+109+118=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #956D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D76 is #6A9289. Grayscale: #797979. Windows color (decimal): -6984330 or 7761301. OLE color: 7761301.
HSL color Cylindrical-coordinate representation of color #956D76: hue angle of 346.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #956D76 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 118 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.42 |
| HSL | 346.5º | 0.16% | 0.51% | - |
| HSV(B) | 346.5º | 0.27% | 0.58% | - |
| XYZ | 21.13 | 18.63 | 19.62 | - |
| YUV | 121.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 118 | 0 | 0.27 | 0.21 | 0.42 | 346.5 | 0.16 | 0.51 |
| Hex | 95 | 6D | 76 | 0 | 1B | 15 | 2A | 15A | 10 | 33 |
| Octal | 225 | 155 | 166 | 0 | 33 | 25 | 52 | 532 | 20 | 63 |
| Binary | 10010101 | 1101101 | 1110110 | 0 | 11011 | 10101 | 101010 | 101011010 | 10000 | 110011 |
Color Harmonies of #956D76
Complementary color
Monochromatic Colors of #956D76
Black with #956D76
Text Example
Text Example
White with #956D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D76; }
p { color: rgb(149,109,118); }
H1.HeaderClassName
{
color: #956D76;
}
.AnyTagClassName
{
color: #956D76;
}
</style>
background-color css
<style>
a { background-color: #956D76; }
a { background-color: rgb(149,109,118); }
div.DivClassName
{
background-color: #956D76;
}
.BgClassName
{
background-color: #956D76;
}
</style>
border-color css
<style>
span { border-color: #956D76; }
span { border-color: rgb(149,109,118); }
td.TdClassName
{
border-color: #956D76;
}
.TagClassName
{
border-color: #956D76;
}
</style>