Shades of Mauve Taupe #946769
Tints of Mauve Taupe #946769
RGB
CMYK
RGB Variations
Color information
#946769 (or 0x946769) is known color: Mauve Taupe. HEX triplet: 94, 67 and 69. RGB value is (148,103,105). Sum of RGB (Red+Green+Blue) = 148+103+105=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #946769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946769 is #6B9896. Grayscale: #747474. Windows color (decimal): -7051415 or 6907796. OLE color: 6907796.
HSL color Cylindrical-coordinate representation of color #946769: hue angle of 357.33º degrees, saturation: 0.18, 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 #946769 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 105 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.42 |
| HSL | 357.33º | 0.18% | 0.49% | - |
| HSV(B) | 357.33º | 0.3% | 0.58% | - |
| XYZ | 19.61 | 17.02 | 15.62 | - |
| YUV | 116.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 105 | 0 | 0.30 | 0.29 | 0.42 | 357.33 | 0.18 | 0.49 |
| Hex | 94 | 67 | 69 | 0 | 1E | 1D | 2A | 165 | 12 | 31 |
| Octal | 224 | 147 | 151 | 0 | 36 | 35 | 52 | 545 | 22 | 61 |
| Binary | 10010100 | 1100111 | 1101001 | 0 | 11110 | 11101 | 101010 | 101100101 | 10010 | 110001 |
Color Harmonies of #946769
Complementary color
Monochromatic Colors of #946769
Black with #946769
Text Example
Text Example
White with #946769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946769; }
p { color: rgb(148,103,105); }
H1.HeaderClassName
{
color: #946769;
}
.AnyTagClassName
{
color: #946769;
}
</style>
background-color css
<style>
a { background-color: #946769; }
a { background-color: rgb(148,103,105); }
div.DivClassName
{
background-color: #946769;
}
.BgClassName
{
background-color: #946769;
}
</style>
border-color css
<style>
span { border-color: #946769; }
span { border-color: rgb(148,103,105); }
td.TdClassName
{
border-color: #946769;
}
.TagClassName
{
border-color: #946769;
}
</style>