Shades of Mauve Taupe #946C76
Tints of Mauve Taupe #946C76
RGB
CMYK
RGB Variations
Color information
#946C76 (or 0x946C76) is known color: Mauve Taupe. HEX triplet: 94, 6C and 76. RGB value is (148,108,118). Sum of RGB (Red+Green+Blue) = 148+108+118=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #946C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C76 is #6B9389. Grayscale: #797979. Windows color (decimal): -7050122 or 7761044. OLE color: 7761044.
HSL color Cylindrical-coordinate representation of color #946C76: hue angle of 345º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #946C76 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 118 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.42 |
| HSL | 345º | 0.16% | 0.5% | - |
| HSV(B) | 345º | 0.27% | 0.58% | - |
| XYZ | 20.85 | 18.33 | 19.58 | - |
| YUV | 121.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 118 | 0 | 0.27 | 0.20 | 0.42 | 345 | 0.16 | 0.5 |
| Hex | 94 | 6C | 76 | 0 | 1B | 14 | 2A | 159 | 10 | 32 |
| Octal | 224 | 154 | 166 | 0 | 33 | 24 | 52 | 531 | 20 | 62 |
| Binary | 10010100 | 1101100 | 1110110 | 0 | 11011 | 10100 | 101010 | 101011001 | 10000 | 110010 |
Color Harmonies of #946C76
Complementary color
Monochromatic Colors of #946C76
Black with #946C76
Text Example
Text Example
White with #946C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C76; }
p { color: rgb(148,108,118); }
H1.HeaderClassName
{
color: #946C76;
}
.AnyTagClassName
{
color: #946C76;
}
</style>
background-color css
<style>
a { background-color: #946C76; }
a { background-color: rgb(148,108,118); }
div.DivClassName
{
background-color: #946C76;
}
.BgClassName
{
background-color: #946C76;
}
</style>
border-color css
<style>
span { border-color: #946C76; }
span { border-color: rgb(148,108,118); }
td.TdClassName
{
border-color: #946C76;
}
.TagClassName
{
border-color: #946C76;
}
</style>