Shades of Mauve Taupe #945969
Tints of Mauve Taupe #945969
RGB
CMYK
RGB Variations
Color information
#945969 (or 0x945969) is known color: Mauve Taupe. HEX triplet: 94, 59 and 69. RGB value is (148,89,105). Sum of RGB (Red+Green+Blue) = 148+89+105=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #945969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945969 is #6BA696. Grayscale: #6C6C6C. Windows color (decimal): -7054999 or 6904212. OLE color: 6904212.
HSL color Cylindrical-coordinate representation of color #945969: hue angle of 343.73º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945969 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 105 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.42 |
| HSL | 343.73º | 0.25% | 0.46% | - |
| HSV(B) | 343.73º | 0.4% | 0.58% | - |
| XYZ | 18.33 | 14.46 | 15.19 | - |
| YUV | 108.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 105 | 0 | 0.40 | 0.29 | 0.42 | 343.73 | 0.25 | 0.46 |
| Hex | 94 | 59 | 69 | 0 | 28 | 1D | 2A | 158 | 19 | 2E |
| Octal | 224 | 131 | 151 | 0 | 50 | 35 | 52 | 530 | 31 | 56 |
| Binary | 10010100 | 1011001 | 1101001 | 0 | 101000 | 11101 | 101010 | 101011000 | 11001 | 101110 |
Color Harmonies of #945969
Complementary color
Monochromatic Colors of #945969
Black with #945969
Text Example
Text Example
White with #945969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945969; }
p { color: rgb(148,89,105); }
H1.HeaderClassName
{
color: #945969;
}
.AnyTagClassName
{
color: #945969;
}
</style>
background-color css
<style>
a { background-color: #945969; }
a { background-color: rgb(148,89,105); }
div.DivClassName
{
background-color: #945969;
}
.BgClassName
{
background-color: #945969;
}
</style>
border-color css
<style>
span { border-color: #945969; }
span { border-color: rgb(148,89,105); }
td.TdClassName
{
border-color: #945969;
}
.TagClassName
{
border-color: #945969;
}
</style>