Shades of Mauve Taupe #946874
Tints of Mauve Taupe #946874
RGB
CMYK
RGB Variations
Color information
#946874 (or 0x946874) is known color: Mauve Taupe. HEX triplet: 94, 68 and 74. RGB value is (148,104,116). Sum of RGB (Red+Green+Blue) = 148+104+116=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946874 is #6B978B. Grayscale: #767676. Windows color (decimal): -7051148 or 7628948. OLE color: 7628948.
HSL color Cylindrical-coordinate representation of color #946874: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946874 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 116 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.42 |
| HSL | 343.64º | 0.17% | 0.49% | - |
| HSV(B) | 343.64º | 0.3% | 0.58% | - |
| XYZ | 20.32 | 17.46 | 18.82 | - |
| YUV | 118.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 116 | 0 | 0.30 | 0.22 | 0.42 | 343.64 | 0.17 | 0.49 |
| Hex | 94 | 68 | 74 | 0 | 1E | 16 | 2A | 158 | 11 | 31 |
| Octal | 224 | 150 | 164 | 0 | 36 | 26 | 52 | 530 | 21 | 61 |
| Binary | 10010100 | 1101000 | 1110100 | 0 | 11110 | 10110 | 101010 | 101011000 | 10001 | 110001 |
Color Harmonies of #946874
Complementary color
Monochromatic Colors of #946874
Black with #946874
Text Example
Text Example
White with #946874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946874; }
p { color: rgb(148,104,116); }
H1.HeaderClassName
{
color: #946874;
}
.AnyTagClassName
{
color: #946874;
}
</style>
background-color css
<style>
a { background-color: #946874; }
a { background-color: rgb(148,104,116); }
div.DivClassName
{
background-color: #946874;
}
.BgClassName
{
background-color: #946874;
}
</style>
border-color css
<style>
span { border-color: #946874; }
span { border-color: rgb(148,104,116); }
td.TdClassName
{
border-color: #946874;
}
.TagClassName
{
border-color: #946874;
}
</style>