Shades of Mauve Taupe #94696D
Tints of Mauve Taupe #94696D
RGB
CMYK
RGB Variations
Color information
#94696D (or 0x94696D) is known color: Mauve Taupe. HEX triplet: 94, 69 and 6D. RGB value is (148,105,109). Sum of RGB (Red+Green+Blue) = 148+105+109=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94696D is #6B9692. Grayscale: #767676. Windows color (decimal): -7050899 or 7170452. OLE color: 7170452.
HSL color Cylindrical-coordinate representation of color #94696D: hue angle of 354.42º 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 #94696D is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 109 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.42 |
| HSL | 354.42º | 0.17% | 0.5% | - |
| HSV(B) | 354.42º | 0.29% | 0.58% | - |
| XYZ | 20.02 | 17.5 | 16.79 | - |
| YUV | 118.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 109 | 0 | 0.29 | 0.26 | 0.42 | 354.42 | 0.17 | 0.5 |
| Hex | 94 | 69 | 6D | 0 | 1D | 1A | 2A | 162 | 11 | 32 |
| Octal | 224 | 151 | 155 | 0 | 35 | 32 | 52 | 542 | 21 | 62 |
| Binary | 10010100 | 1101001 | 1101101 | 0 | 11101 | 11010 | 101010 | 101100010 | 10001 | 110010 |
Color Harmonies of #94696D
Complementary color
Monochromatic Colors of #94696D
Black with #94696D
Text Example
Text Example
White with #94696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94696D; }
p { color: rgb(148,105,109); }
H1.HeaderClassName
{
color: #94696D;
}
.AnyTagClassName
{
color: #94696D;
}
</style>
background-color css
<style>
a { background-color: #94696D; }
a { background-color: rgb(148,105,109); }
div.DivClassName
{
background-color: #94696D;
}
.BgClassName
{
background-color: #94696D;
}
</style>
border-color css
<style>
span { border-color: #94696D; }
span { border-color: rgb(148,105,109); }
td.TdClassName
{
border-color: #94696D;
}
.TagClassName
{
border-color: #94696D;
}
</style>