Shades of Mauve Taupe #946374
Tints of Mauve Taupe #946374
RGB
CMYK
RGB Variations
Color information
#946374 (or 0x946374) is known color: Mauve Taupe. HEX triplet: 94, 63 and 74. RGB value is (148,99,116). Sum of RGB (Red+Green+Blue) = 148+99+116=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946374 is #6B9C8B. Grayscale: #737373. Windows color (decimal): -7052428 or 7627668. OLE color: 7627668.
HSL color Cylindrical-coordinate representation of color #946374: hue angle of 339.18º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946374 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 116 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.42 |
| HSL | 339.18º | 0.2% | 0.48% | - |
| HSV(B) | 339.18º | 0.33% | 0.58% | - |
| XYZ | 19.83 | 16.48 | 18.66 | - |
| YUV | 115.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 116 | 0 | 0.33 | 0.22 | 0.42 | 339.18 | 0.2 | 0.48 |
| Hex | 94 | 63 | 74 | 0 | 21 | 16 | 2A | 153 | 14 | 30 |
| Octal | 224 | 143 | 164 | 0 | 41 | 26 | 52 | 523 | 24 | 60 |
| Binary | 10010100 | 1100011 | 1110100 | 0 | 100001 | 10110 | 101010 | 101010011 | 10100 | 110000 |
Color Harmonies of #946374
Complementary color
Monochromatic Colors of #946374
Black with #946374
Text Example
Text Example
White with #946374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946374; }
p { color: rgb(148,99,116); }
H1.HeaderClassName
{
color: #946374;
}
.AnyTagClassName
{
color: #946374;
}
</style>
background-color css
<style>
a { background-color: #946374; }
a { background-color: rgb(148,99,116); }
div.DivClassName
{
background-color: #946374;
}
.BgClassName
{
background-color: #946374;
}
</style>
border-color css
<style>
span { border-color: #946374; }
span { border-color: rgb(148,99,116); }
td.TdClassName
{
border-color: #946374;
}
.TagClassName
{
border-color: #946374;
}
</style>