Shades of Rose Taupe #905D57
Tints of Rose Taupe #905D57
RGB
CMYK
RGB Variations
Color information
#905D57 (or 0x905D57) is known color: Rose Taupe. HEX triplet: 90, 5D and 57. RGB value is (144,93,87). Sum of RGB (Red+Green+Blue) = 144+93+87=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #905D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D57 is #6FA2A8. Grayscale: #6B6B6B. Windows color (decimal): -7316137 or 5725584. OLE color: 5725584.
HSL color Cylindrical-coordinate representation of color #905D57: hue angle of 6.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905D57 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 87 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.44 |
| HSL | 6.32º | 0.25% | 0.45% | - |
| HSV(B) | 6.32º | 0.4% | 0.56% | - |
| XYZ | 17.14 | 14.45 | 10.9 | - |
| YUV | 107.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 87 | 0 | 0.35 | 0.40 | 0.44 | 6.32 | 0.25 | 0.45 |
| Hex | 90 | 5D | 57 | 0 | 23 | 28 | 2C | 6 | 19 | 2D |
| Octal | 220 | 135 | 127 | 0 | 43 | 50 | 54 | 6 | 31 | 55 |
| Binary | 10010000 | 1011101 | 1010111 | 0 | 100011 | 101000 | 101100 | 110 | 11001 | 101101 |
Color Harmonies of #905D57
Complementary color
Monochromatic Colors of #905D57
Black with #905D57
Text Example
Text Example
White with #905D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D57; }
p { color: rgb(144,93,87); }
H1.HeaderClassName
{
color: #905D57;
}
.AnyTagClassName
{
color: #905D57;
}
</style>
background-color css
<style>
a { background-color: #905D57; }
a { background-color: rgb(144,93,87); }
div.DivClassName
{
background-color: #905D57;
}
.BgClassName
{
background-color: #905D57;
}
</style>
border-color css
<style>
span { border-color: #905D57; }
span { border-color: rgb(144,93,87); }
td.TdClassName
{
border-color: #905D57;
}
.TagClassName
{
border-color: #905D57;
}
</style>