Shades of Mauve Taupe #905F64
Tints of Mauve Taupe #905F64
RGB
CMYK
RGB Variations
Color information
#905F64 (or 0x905F64) is known color: Mauve Taupe. HEX triplet: 90, 5F and 64. RGB value is (144,95,100). Sum of RGB (Red+Green+Blue) = 144+95+100=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #905F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F64 is #6FA09B. Grayscale: #6E6E6E. Windows color (decimal): -7315612 or 6578064. OLE color: 6578064.
HSL color Cylindrical-coordinate representation of color #905F64: hue angle of 353.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #905F64 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 100 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.44 |
| HSL | 353.88º | 0.21% | 0.47% | - |
| HSV(B) | 353.88º | 0.34% | 0.56% | - |
| XYZ | 17.89 | 15.03 | 14.02 | - |
| YUV | 110.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 100 | 0 | 0.34 | 0.31 | 0.44 | 353.88 | 0.21 | 0.47 |
| Hex | 90 | 5F | 64 | 0 | 22 | 1F | 2C | 162 | 15 | 2F |
| Octal | 220 | 137 | 144 | 0 | 42 | 37 | 54 | 542 | 25 | 57 |
| Binary | 10010000 | 1011111 | 1100100 | 0 | 100010 | 11111 | 101100 | 101100010 | 10101 | 101111 |
Color Harmonies of #905F64
Complementary color
Monochromatic Colors of #905F64
Black with #905F64
Text Example
Text Example
White with #905F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F64; }
p { color: rgb(144,95,100); }
H1.HeaderClassName
{
color: #905F64;
}
.AnyTagClassName
{
color: #905F64;
}
</style>
background-color css
<style>
a { background-color: #905F64; }
a { background-color: rgb(144,95,100); }
div.DivClassName
{
background-color: #905F64;
}
.BgClassName
{
background-color: #905F64;
}
</style>
border-color css
<style>
span { border-color: #905F64; }
span { border-color: rgb(144,95,100); }
td.TdClassName
{
border-color: #905F64;
}
.TagClassName
{
border-color: #905F64;
}
</style>