Shades of Mauve Taupe #94666F
Tints of Mauve Taupe #94666F
RGB
CMYK
RGB Variations
Color information
#94666F (or 0x94666F) is known color: Mauve Taupe. HEX triplet: 94, 66 and 6F. RGB value is (148,102,111). Sum of RGB (Red+Green+Blue) = 148+102+111=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94666F is #6B9990. Grayscale: #747474. Windows color (decimal): -7051665 or 7300756. OLE color: 7300756.
HSL color Cylindrical-coordinate representation of color #94666F: hue angle of 348.26º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94666F is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 111 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.42 |
| HSL | 348.26º | 0.18% | 0.49% | - |
| HSV(B) | 348.26º | 0.31% | 0.58% | - |
| XYZ | 19.83 | 16.95 | 17.26 | - |
| YUV | 116.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 111 | 0 | 0.31 | 0.25 | 0.42 | 348.26 | 0.18 | 0.49 |
| Hex | 94 | 66 | 6F | 0 | 1F | 19 | 2A | 15C | 12 | 31 |
| Octal | 224 | 146 | 157 | 0 | 37 | 31 | 52 | 534 | 22 | 61 |
| Binary | 10010100 | 1100110 | 1101111 | 0 | 11111 | 11001 | 101010 | 101011100 | 10010 | 110001 |
Color Harmonies of #94666F
Complementary color
Monochromatic Colors of #94666F
Black with #94666F
Text Example
Text Example
White with #94666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94666F; }
p { color: rgb(148,102,111); }
H1.HeaderClassName
{
color: #94666F;
}
.AnyTagClassName
{
color: #94666F;
}
</style>
background-color css
<style>
a { background-color: #94666F; }
a { background-color: rgb(148,102,111); }
div.DivClassName
{
background-color: #94666F;
}
.BgClassName
{
background-color: #94666F;
}
</style>
border-color css
<style>
span { border-color: #94666F; }
span { border-color: rgb(148,102,111); }
td.TdClassName
{
border-color: #94666F;
}
.TagClassName
{
border-color: #94666F;
}
</style>