Shades of Mauve Taupe #946576
Tints of Mauve Taupe #946576
RGB
CMYK
RGB Variations
Color information
#946576 (or 0x946576) is known color: Mauve Taupe. HEX triplet: 94, 65 and 76. RGB value is (148,101,118). Sum of RGB (Red+Green+Blue) = 148+101+118=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946576 is #6B9A89. Grayscale: #747474. Windows color (decimal): -7051914 or 7759252. OLE color: 7759252.
HSL color Cylindrical-coordinate representation of color #946576: hue angle of 338.3º 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 #946576 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 118 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.42 |
| HSL | 338.3º | 0.19% | 0.49% | - |
| HSV(B) | 338.3º | 0.32% | 0.58% | - |
| XYZ | 20.14 | 16.91 | 19.34 | - |
| YUV | 116.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 118 | 0 | 0.32 | 0.20 | 0.42 | 338.3 | 0.19 | 0.49 |
| Hex | 94 | 65 | 76 | 0 | 20 | 14 | 2A | 152 | 13 | 31 |
| Octal | 224 | 145 | 166 | 0 | 40 | 24 | 52 | 522 | 23 | 61 |
| Binary | 10010100 | 1100101 | 1110110 | 0 | 100000 | 10100 | 101010 | 101010010 | 10011 | 110001 |
Color Harmonies of #946576
Complementary color
Monochromatic Colors of #946576
Black with #946576
Text Example
Text Example
White with #946576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946576; }
p { color: rgb(148,101,118); }
H1.HeaderClassName
{
color: #946576;
}
.AnyTagClassName
{
color: #946576;
}
</style>
background-color css
<style>
a { background-color: #946576; }
a { background-color: rgb(148,101,118); }
div.DivClassName
{
background-color: #946576;
}
.BgClassName
{
background-color: #946576;
}
</style>
border-color css
<style>
span { border-color: #946576; }
span { border-color: rgb(148,101,118); }
td.TdClassName
{
border-color: #946576;
}
.TagClassName
{
border-color: #946576;
}
</style>