Shades of Mauve Taupe #905F6E
Tints of Mauve Taupe #905F6E
RGB
CMYK
RGB Variations
Color information
#905F6E (or 0x905F6E) is known color: Mauve Taupe. HEX triplet: 90, 5F and 6E. RGB value is (144,95,110). Sum of RGB (Red+Green+Blue) = 144+95+110=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F6E is #6FA091. Grayscale: #6F6F6F. Windows color (decimal): -7315602 or 7233424. OLE color: 7233424.
HSL color Cylindrical-coordinate representation of color #905F6E: hue angle of 341.63º 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 #905F6E is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 110 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.44 |
| HSL | 341.63º | 0.21% | 0.47% | - |
| HSV(B) | 341.63º | 0.34% | 0.56% | - |
| XYZ | 18.41 | 15.24 | 16.72 | - |
| YUV | 111.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 110 | 0 | 0.34 | 0.24 | 0.44 | 341.63 | 0.21 | 0.47 |
| Hex | 90 | 5F | 6E | 0 | 22 | 18 | 2C | 156 | 15 | 2F |
| Octal | 220 | 137 | 156 | 0 | 42 | 30 | 54 | 526 | 25 | 57 |
| Binary | 10010000 | 1011111 | 1101110 | 0 | 100010 | 11000 | 101100 | 101010110 | 10101 | 101111 |
Color Harmonies of #905F6E
Complementary color
Monochromatic Colors of #905F6E
Black with #905F6E
Text Example
Text Example
White with #905F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F6E; }
p { color: rgb(144,95,110); }
H1.HeaderClassName
{
color: #905F6E;
}
.AnyTagClassName
{
color: #905F6E;
}
</style>
background-color css
<style>
a { background-color: #905F6E; }
a { background-color: rgb(144,95,110); }
div.DivClassName
{
background-color: #905F6E;
}
.BgClassName
{
background-color: #905F6E;
}
</style>
border-color css
<style>
span { border-color: #905F6E; }
span { border-color: rgb(144,95,110); }
td.TdClassName
{
border-color: #905F6E;
}
.TagClassName
{
border-color: #905F6E;
}
</style>