Shades of Mauve Taupe #946569
Tints of Mauve Taupe #946569
RGB
CMYK
RGB Variations
Color information
#946569 (or 0x946569) is known color: Mauve Taupe. HEX triplet: 94, 65 and 69. RGB value is (148,101,105). Sum of RGB (Red+Green+Blue) = 148+101+105=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #946569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946569 is #6B9A96. Grayscale: #737373. Windows color (decimal): -7051927 or 6907284. OLE color: 6907284.
HSL color Cylindrical-coordinate representation of color #946569: hue angle of 354.89º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946569 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 105 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.42 |
| HSL | 354.89º | 0.19% | 0.49% | - |
| HSV(B) | 354.89º | 0.32% | 0.58% | - |
| XYZ | 19.42 | 16.62 | 15.55 | - |
| YUV | 115.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 105 | 0 | 0.32 | 0.29 | 0.42 | 354.89 | 0.19 | 0.49 |
| Hex | 94 | 65 | 69 | 0 | 20 | 1D | 2A | 163 | 13 | 31 |
| Octal | 224 | 145 | 151 | 0 | 40 | 35 | 52 | 543 | 23 | 61 |
| Binary | 10010100 | 1100101 | 1101001 | 0 | 100000 | 11101 | 101010 | 101100011 | 10011 | 110001 |
Color Harmonies of #946569
Complementary color
Monochromatic Colors of #946569
Black with #946569
Text Example
Text Example
White with #946569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946569; }
p { color: rgb(148,101,105); }
H1.HeaderClassName
{
color: #946569;
}
.AnyTagClassName
{
color: #946569;
}
</style>
background-color css
<style>
a { background-color: #946569; }
a { background-color: rgb(148,101,105); }
div.DivClassName
{
background-color: #946569;
}
.BgClassName
{
background-color: #946569;
}
</style>
border-color css
<style>
span { border-color: #946569; }
span { border-color: rgb(148,101,105); }
td.TdClassName
{
border-color: #946569;
}
.TagClassName
{
border-color: #946569;
}
</style>