Shades of Mauve Taupe #946873
Tints of Mauve Taupe #946873
RGB
CMYK
RGB Variations
Color information
#946873 (or 0x946873) is known color: Mauve Taupe. HEX triplet: 94, 68 and 73. RGB value is (148,104,115). Sum of RGB (Red+Green+Blue) = 148+104+115=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946873 is #6B978C. Grayscale: #767676. Windows color (decimal): -7051149 or 7563412. OLE color: 7563412.
HSL color Cylindrical-coordinate representation of color #946873: hue angle of 345º 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 #946873 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 115 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.42 |
| HSL | 345º | 0.17% | 0.49% | - |
| HSV(B) | 345º | 0.3% | 0.58% | - |
| XYZ | 20.26 | 17.43 | 18.52 | - |
| YUV | 118.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 115 | 0 | 0.30 | 0.22 | 0.42 | 345 | 0.17 | 0.49 |
| Hex | 94 | 68 | 73 | 0 | 1E | 16 | 2A | 159 | 11 | 31 |
| Octal | 224 | 150 | 163 | 0 | 36 | 26 | 52 | 531 | 21 | 61 |
| Binary | 10010100 | 1101000 | 1110011 | 0 | 11110 | 10110 | 101010 | 101011001 | 10001 | 110001 |
Color Harmonies of #946873
Complementary color
Monochromatic Colors of #946873
Black with #946873
Text Example
Text Example
White with #946873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946873; }
p { color: rgb(148,104,115); }
H1.HeaderClassName
{
color: #946873;
}
.AnyTagClassName
{
color: #946873;
}
</style>
background-color css
<style>
a { background-color: #946873; }
a { background-color: rgb(148,104,115); }
div.DivClassName
{
background-color: #946873;
}
.BgClassName
{
background-color: #946873;
}
</style>
border-color css
<style>
span { border-color: #946873; }
span { border-color: rgb(148,104,115); }
td.TdClassName
{
border-color: #946873;
}
.TagClassName
{
border-color: #946873;
}
</style>