Shades of Mauve Taupe #956676
Tints of Mauve Taupe #956676
RGB
CMYK
RGB Variations
Color information
#956676 (or 0x956676) is known color: Mauve Taupe. HEX triplet: 95, 66 and 76. RGB value is (149,102,118). Sum of RGB (Red+Green+Blue) = 149+102+118=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956676 is #6A9989. Grayscale: #757575. Windows color (decimal): -6986122 or 7759509. OLE color: 7759509.
HSL color Cylindrical-coordinate representation of color #956676: hue angle of 339.57º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956676 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 118 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.42 |
| HSL | 339.57º | 0.19% | 0.49% | - |
| HSV(B) | 339.57º | 0.32% | 0.58% | - |
| XYZ | 20.42 | 17.2 | 19.38 | - |
| YUV | 117.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 118 | 0 | 0.32 | 0.21 | 0.42 | 339.57 | 0.19 | 0.49 |
| Hex | 95 | 66 | 76 | 0 | 20 | 15 | 2A | 154 | 13 | 31 |
| Octal | 225 | 146 | 166 | 0 | 40 | 25 | 52 | 524 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1110110 | 0 | 100000 | 10101 | 101010 | 101010100 | 10011 | 110001 |
Color Harmonies of #956676
Complementary color
Monochromatic Colors of #956676
Black with #956676
Text Example
Text Example
White with #956676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956676; }
p { color: rgb(149,102,118); }
H1.HeaderClassName
{
color: #956676;
}
.AnyTagClassName
{
color: #956676;
}
</style>
background-color css
<style>
a { background-color: #956676; }
a { background-color: rgb(149,102,118); }
div.DivClassName
{
background-color: #956676;
}
.BgClassName
{
background-color: #956676;
}
</style>
border-color css
<style>
span { border-color: #956676; }
span { border-color: rgb(149,102,118); }
td.TdClassName
{
border-color: #956676;
}
.TagClassName
{
border-color: #956676;
}
</style>