Shades of Mauve Taupe #905F62
Tints of Mauve Taupe #905F62
RGB
CMYK
RGB Variations
Color information
#905F62 (or 0x905F62) is known color: Mauve Taupe. HEX triplet: 90, 5F and 62. RGB value is (144,95,98). Sum of RGB (Red+Green+Blue) = 144+95+98=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #905F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F62 is #6FA09D. Grayscale: #6E6E6E. Windows color (decimal): -7315614 or 6446992. OLE color: 6446992.
HSL color Cylindrical-coordinate representation of color #905F62: hue angle of 356.33º 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 #905F62 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 98 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.44 |
| HSL | 356.33º | 0.21% | 0.47% | - |
| HSV(B) | 356.33º | 0.34% | 0.56% | - |
| XYZ | 17.8 | 15 | 13.51 | - |
| YUV | 109.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 98 | 0 | 0.34 | 0.32 | 0.44 | 356.33 | 0.21 | 0.47 |
| Hex | 90 | 5F | 62 | 0 | 22 | 20 | 2C | 164 | 15 | 2F |
| Octal | 220 | 137 | 142 | 0 | 42 | 40 | 54 | 544 | 25 | 57 |
| Binary | 10010000 | 1011111 | 1100010 | 0 | 100010 | 100000 | 101100 | 101100100 | 10101 | 101111 |
Color Harmonies of #905F62
Complementary color
Monochromatic Colors of #905F62
Black with #905F62
Text Example
Text Example
White with #905F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F62; }
p { color: rgb(144,95,98); }
H1.HeaderClassName
{
color: #905F62;
}
.AnyTagClassName
{
color: #905F62;
}
</style>
background-color css
<style>
a { background-color: #905F62; }
a { background-color: rgb(144,95,98); }
div.DivClassName
{
background-color: #905F62;
}
.BgClassName
{
background-color: #905F62;
}
</style>
border-color css
<style>
span { border-color: #905F62; }
span { border-color: rgb(144,95,98); }
td.TdClassName
{
border-color: #905F62;
}
.TagClassName
{
border-color: #905F62;
}
</style>