Shades of Mauve Taupe #946974
Tints of Mauve Taupe #946974
RGB
CMYK
RGB Variations
Color information
#946974 (or 0x946974) is known color: Mauve Taupe. HEX triplet: 94, 69 and 74. RGB value is (148,105,116). Sum of RGB (Red+Green+Blue) = 148+105+116=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #946974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946974 is #6B968B. Grayscale: #777777. Windows color (decimal): -7050892 or 7629204. OLE color: 7629204.
HSL color Cylindrical-coordinate representation of color #946974: hue angle of 344.65º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946974 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 116 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.42 |
| HSL | 344.65º | 0.17% | 0.5% | - |
| HSV(B) | 344.65º | 0.29% | 0.58% | - |
| XYZ | 20.42 | 17.66 | 18.86 | - |
| YUV | 119.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 116 | 0 | 0.29 | 0.22 | 0.42 | 344.65 | 0.17 | 0.5 |
| Hex | 94 | 69 | 74 | 0 | 1D | 16 | 2A | 159 | 11 | 32 |
| Octal | 224 | 151 | 164 | 0 | 35 | 26 | 52 | 531 | 21 | 62 |
| Binary | 10010100 | 1101001 | 1110100 | 0 | 11101 | 10110 | 101010 | 101011001 | 10001 | 110010 |
Color Harmonies of #946974
Complementary color
Monochromatic Colors of #946974
Black with #946974
Text Example
Text Example
White with #946974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946974; }
p { color: rgb(148,105,116); }
H1.HeaderClassName
{
color: #946974;
}
.AnyTagClassName
{
color: #946974;
}
</style>
background-color css
<style>
a { background-color: #946974; }
a { background-color: rgb(148,105,116); }
div.DivClassName
{
background-color: #946974;
}
.BgClassName
{
background-color: #946974;
}
</style>
border-color css
<style>
span { border-color: #946974; }
span { border-color: rgb(148,105,116); }
td.TdClassName
{
border-color: #946974;
}
.TagClassName
{
border-color: #946974;
}
</style>