Shades of Rose Taupe #905D59
Tints of Rose Taupe #905D59
RGB
CMYK
RGB Variations
Color information
#905D59 (or 0x905D59) is known color: Rose Taupe. HEX triplet: 90, 5D and 59. RGB value is (144,93,89). Sum of RGB (Red+Green+Blue) = 144+93+89=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #905D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D59 is #6FA2A6. Grayscale: #6B6B6B. Windows color (decimal): -7316135 or 5856656. OLE color: 5856656.
HSL color Cylindrical-coordinate representation of color #905D59: hue angle of 4.36º 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 #905D59 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 89 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.44 |
| HSL | 4.36º | 0.24% | 0.46% | - |
| HSV(B) | 4.36º | 0.38% | 0.56% | - |
| XYZ | 17.22 | 14.48 | 11.34 | - |
| YUV | 107.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 89 | 0 | 0.35 | 0.38 | 0.44 | 4.36 | 0.24 | 0.46 |
| Hex | 90 | 5D | 59 | 0 | 23 | 26 | 2C | 4 | 18 | 2E |
| Octal | 220 | 135 | 131 | 0 | 43 | 46 | 54 | 4 | 30 | 56 |
| Binary | 10010000 | 1011101 | 1011001 | 0 | 100011 | 100110 | 101100 | 100 | 11000 | 101110 |
Color Harmonies of #905D59
Complementary color
Monochromatic Colors of #905D59
Black with #905D59
Text Example
Text Example
White with #905D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D59; }
p { color: rgb(144,93,89); }
H1.HeaderClassName
{
color: #905D59;
}
.AnyTagClassName
{
color: #905D59;
}
</style>
background-color css
<style>
a { background-color: #905D59; }
a { background-color: rgb(144,93,89); }
div.DivClassName
{
background-color: #905D59;
}
.BgClassName
{
background-color: #905D59;
}
</style>
border-color css
<style>
span { border-color: #905D59; }
span { border-color: rgb(144,93,89); }
td.TdClassName
{
border-color: #905D59;
}
.TagClassName
{
border-color: #905D59;
}
</style>