Shades of Mauve Taupe #905968
Tints of Mauve Taupe #905968
RGB
CMYK
RGB Variations
Color information
#905968 (or 0x905968) is known color: Mauve Taupe. HEX triplet: 90, 59 and 68. RGB value is (144,89,104). Sum of RGB (Red+Green+Blue) = 144+89+104=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #905968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905968 is #6FA697. Grayscale: #6B6B6B. Windows color (decimal): -7317144 or 6838672. OLE color: 6838672.
HSL color Cylindrical-coordinate representation of color #905968: hue angle of 343.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905968 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 104 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.44 |
| HSL | 343.64º | 0.24% | 0.46% | - |
| HSV(B) | 343.64º | 0.38% | 0.56% | - |
| XYZ | 17.57 | 14.07 | 14.89 | - |
| YUV | 107.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 104 | 0 | 0.38 | 0.28 | 0.44 | 343.64 | 0.24 | 0.46 |
| Hex | 90 | 59 | 68 | 0 | 26 | 1C | 2C | 158 | 18 | 2E |
| Octal | 220 | 131 | 150 | 0 | 46 | 34 | 54 | 530 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1101000 | 0 | 100110 | 11100 | 101100 | 101011000 | 11000 | 101110 |
Color Harmonies of #905968
Complementary color
Monochromatic Colors of #905968
Black with #905968
Text Example
Text Example
White with #905968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905968; }
p { color: rgb(144,89,104); }
H1.HeaderClassName
{
color: #905968;
}
.AnyTagClassName
{
color: #905968;
}
</style>
background-color css
<style>
a { background-color: #905968; }
a { background-color: rgb(144,89,104); }
div.DivClassName
{
background-color: #905968;
}
.BgClassName
{
background-color: #905968;
}
</style>
border-color css
<style>
span { border-color: #905968; }
span { border-color: rgb(144,89,104); }
td.TdClassName
{
border-color: #905968;
}
.TagClassName
{
border-color: #905968;
}
</style>