Shades of Mauve Taupe #905F69
Tints of Mauve Taupe #905F69
RGB
CMYK
RGB Variations
Color information
#905F69 (or 0x905F69) is known color: Mauve Taupe. HEX triplet: 90, 5F and 69. RGB value is (144,95,105). Sum of RGB (Red+Green+Blue) = 144+95+105=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F69 is #6FA096. Grayscale: #6E6E6E. Windows color (decimal): -7315607 or 6905744. OLE color: 6905744.
HSL color Cylindrical-coordinate representation of color #905F69: hue angle of 347.76º 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 #905F69 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 105 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.44 |
| HSL | 347.76º | 0.21% | 0.47% | - |
| HSV(B) | 347.76º | 0.34% | 0.56% | - |
| XYZ | 18.14 | 15.13 | 15.33 | - |
| YUV | 110.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 105 | 0 | 0.34 | 0.27 | 0.44 | 347.76 | 0.21 | 0.47 |
| Hex | 90 | 5F | 69 | 0 | 22 | 1B | 2C | 15C | 15 | 2F |
| Octal | 220 | 137 | 151 | 0 | 42 | 33 | 54 | 534 | 25 | 57 |
| Binary | 10010000 | 1011111 | 1101001 | 0 | 100010 | 11011 | 101100 | 101011100 | 10101 | 101111 |
Color Harmonies of #905F69
Complementary color
Monochromatic Colors of #905F69
Black with #905F69
Text Example
Text Example
White with #905F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F69; }
p { color: rgb(144,95,105); }
H1.HeaderClassName
{
color: #905F69;
}
.AnyTagClassName
{
color: #905F69;
}
</style>
background-color css
<style>
a { background-color: #905F69; }
a { background-color: rgb(144,95,105); }
div.DivClassName
{
background-color: #905F69;
}
.BgClassName
{
background-color: #905F69;
}
</style>
border-color css
<style>
span { border-color: #905F69; }
span { border-color: rgb(144,95,105); }
td.TdClassName
{
border-color: #905F69;
}
.TagClassName
{
border-color: #905F69;
}
</style>