Shades of Mauve Taupe #956672
Tints of Mauve Taupe #956672
RGB
CMYK
RGB Variations
Color information
#956672 (or 0x956672) is known color: Mauve Taupe. HEX triplet: 95, 66 and 72. RGB value is (149,102,114). Sum of RGB (Red+Green+Blue) = 149+102+114=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956672 is #6A998D. Grayscale: #757575. Windows color (decimal): -6986126 or 7497365. OLE color: 7497365.
HSL color Cylindrical-coordinate representation of color #956672: hue angle of 344.68º 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 #956672 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 114 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.42 |
| HSL | 344.68º | 0.19% | 0.49% | - |
| HSV(B) | 344.68º | 0.32% | 0.58% | - |
| XYZ | 20.18 | 17.11 | 18.16 | - |
| YUV | 117.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 114 | 0 | 0.32 | 0.23 | 0.42 | 344.68 | 0.19 | 0.49 |
| Hex | 95 | 66 | 72 | 0 | 20 | 17 | 2A | 159 | 13 | 31 |
| Octal | 225 | 146 | 162 | 0 | 40 | 27 | 52 | 531 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1110010 | 0 | 100000 | 10111 | 101010 | 101011001 | 10011 | 110001 |
Color Harmonies of #956672
Complementary color
Monochromatic Colors of #956672
Black with #956672
Text Example
Text Example
White with #956672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956672; }
p { color: rgb(149,102,114); }
H1.HeaderClassName
{
color: #956672;
}
.AnyTagClassName
{
color: #956672;
}
</style>
background-color css
<style>
a { background-color: #956672; }
a { background-color: rgb(149,102,114); }
div.DivClassName
{
background-color: #956672;
}
.BgClassName
{
background-color: #956672;
}
</style>
border-color css
<style>
span { border-color: #956672; }
span { border-color: rgb(149,102,114); }
td.TdClassName
{
border-color: #956672;
}
.TagClassName
{
border-color: #956672;
}
</style>