Shades of Mauve Taupe #956266
Tints of Mauve Taupe #956266
RGB
CMYK
RGB Variations
Color information
#956266 (or 0x956266) is known color: Mauve Taupe. HEX triplet: 95, 62 and 66. RGB value is (149,98,102). Sum of RGB (Red+Green+Blue) = 149+98+102=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956266 is #6A9D99. Grayscale: #717171. Windows color (decimal): -6987162 or 6709909. OLE color: 6709909.
HSL color Cylindrical-coordinate representation of color #956266: hue angle of 355.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956266 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 102 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.42 |
| HSL | 355.29º | 0.21% | 0.48% | - |
| HSV(B) | 355.29º | 0.34% | 0.58% | - |
| XYZ | 19.16 | 16.08 | 14.67 | - |
| YUV | 113.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 102 | 0 | 0.34 | 0.32 | 0.42 | 355.29 | 0.21 | 0.48 |
| Hex | 95 | 62 | 66 | 0 | 22 | 20 | 2A | 163 | 15 | 30 |
| Octal | 225 | 142 | 146 | 0 | 42 | 40 | 52 | 543 | 25 | 60 |
| Binary | 10010101 | 1100010 | 1100110 | 0 | 100010 | 100000 | 101010 | 101100011 | 10101 | 110000 |
Color Harmonies of #956266
Complementary color
Monochromatic Colors of #956266
Black with #956266
Text Example
Text Example
White with #956266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956266; }
p { color: rgb(149,98,102); }
H1.HeaderClassName
{
color: #956266;
}
.AnyTagClassName
{
color: #956266;
}
</style>
background-color css
<style>
a { background-color: #956266; }
a { background-color: rgb(149,98,102); }
div.DivClassName
{
background-color: #956266;
}
.BgClassName
{
background-color: #956266;
}
</style>
border-color css
<style>
span { border-color: #956266; }
span { border-color: rgb(149,98,102); }
td.TdClassName
{
border-color: #956266;
}
.TagClassName
{
border-color: #956266;
}
</style>