Shades of Mauve Taupe #956376
Tints of Mauve Taupe #956376
RGB
CMYK
RGB Variations
Color information
#956376 (or 0x956376) is known color: Mauve Taupe. HEX triplet: 95, 63 and 76. RGB value is (149,99,118). Sum of RGB (Red+Green+Blue) = 149+99+118=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956376 is #6A9C89. Grayscale: #747474. Windows color (decimal): -6986890 or 7758741. OLE color: 7758741.
HSL color Cylindrical-coordinate representation of color #956376: hue angle of 337.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956376 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 118 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.42 |
| HSL | 337.2º | 0.2% | 0.49% | - |
| HSV(B) | 337.2º | 0.34% | 0.58% | - |
| XYZ | 20.13 | 16.62 | 19.29 | - |
| YUV | 116.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 118 | 0 | 0.34 | 0.21 | 0.42 | 337.2 | 0.2 | 0.49 |
| Hex | 95 | 63 | 76 | 0 | 22 | 15 | 2A | 151 | 14 | 31 |
| Octal | 225 | 143 | 166 | 0 | 42 | 25 | 52 | 521 | 24 | 61 |
| Binary | 10010101 | 1100011 | 1110110 | 0 | 100010 | 10101 | 101010 | 101010001 | 10100 | 110001 |
Color Harmonies of #956376
Complementary color
Monochromatic Colors of #956376
Black with #956376
Text Example
Text Example
White with #956376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956376; }
p { color: rgb(149,99,118); }
H1.HeaderClassName
{
color: #956376;
}
.AnyTagClassName
{
color: #956376;
}
</style>
background-color css
<style>
a { background-color: #956376; }
a { background-color: rgb(149,99,118); }
div.DivClassName
{
background-color: #956376;
}
.BgClassName
{
background-color: #956376;
}
</style>
border-color css
<style>
span { border-color: #956376; }
span { border-color: rgb(149,99,118); }
td.TdClassName
{
border-color: #956376;
}
.TagClassName
{
border-color: #956376;
}
</style>