Shades of Mauve Taupe #946575
Tints of Mauve Taupe #946575
RGB
CMYK
RGB Variations
Color information
#946575 (or 0x946575) is known color: Mauve Taupe. HEX triplet: 94, 65 and 75. RGB value is (148,101,117). Sum of RGB (Red+Green+Blue) = 148+101+117=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946575 is #6B9A8A. Grayscale: #747474. Windows color (decimal): -7051915 or 7693716. OLE color: 7693716.
HSL color Cylindrical-coordinate representation of color #946575: 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 #946575 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 117 | - |
| 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.08 | 16.89 | 19.03 | - |
| YUV | 116.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 117 | 0 | 0.32 | 0.21 | 0.42 | 339.57 | 0.19 | 0.49 |
| Hex | 94 | 65 | 75 | 0 | 20 | 15 | 2A | 154 | 13 | 31 |
| Octal | 224 | 145 | 165 | 0 | 40 | 25 | 52 | 524 | 23 | 61 |
| Binary | 10010100 | 1100101 | 1110101 | 0 | 100000 | 10101 | 101010 | 101010100 | 10011 | 110001 |
Color Harmonies of #946575
Complementary color
Monochromatic Colors of #946575
Black with #946575
Text Example
Text Example
White with #946575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946575; }
p { color: rgb(148,101,117); }
H1.HeaderClassName
{
color: #946575;
}
.AnyTagClassName
{
color: #946575;
}
</style>
background-color css
<style>
a { background-color: #946575; }
a { background-color: rgb(148,101,117); }
div.DivClassName
{
background-color: #946575;
}
.BgClassName
{
background-color: #946575;
}
</style>
border-color css
<style>
span { border-color: #946575; }
span { border-color: rgb(148,101,117); }
td.TdClassName
{
border-color: #946575;
}
.TagClassName
{
border-color: #946575;
}
</style>