Shades of Rose Taupe #925E55
Tints of Rose Taupe #925E55
RGB
CMYK
RGB Variations
Color information
#925E55 (or 0x925E55) is known color: Rose Taupe. HEX triplet: 92, 5E and 55. RGB value is (146,94,85). Sum of RGB (Red+Green+Blue) = 146+94+85=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #925E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E55 is #6DA1AA. Grayscale: #6C6C6C. Windows color (decimal): -7184811 or 5594770. OLE color: 5594770.
HSL color Cylindrical-coordinate representation of color #925E55: hue angle of 8.85º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925E55 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 85 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.43 |
| HSL | 8.85º | 0.26% | 0.45% | - |
| HSV(B) | 8.85º | 0.42% | 0.57% | - |
| XYZ | 17.5 | 14.77 | 10.52 | - |
| YUV | 108.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 85 | 0 | 0.36 | 0.42 | 0.43 | 8.85 | 0.26 | 0.45 |
| Hex | 92 | 5E | 55 | 0 | 24 | 2A | 2B | 9 | 1A | 2D |
| Octal | 222 | 136 | 125 | 0 | 44 | 52 | 53 | 11 | 32 | 55 |
| Binary | 10010010 | 1011110 | 1010101 | 0 | 100100 | 101010 | 101011 | 1001 | 11010 | 101101 |
Color Harmonies of #925E55
Complementary color
Monochromatic Colors of #925E55
Black with #925E55
Text Example
Text Example
White with #925E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E55; }
p { color: rgb(146,94,85); }
H1.HeaderClassName
{
color: #925E55;
}
.AnyTagClassName
{
color: #925E55;
}
</style>
background-color css
<style>
a { background-color: #925E55; }
a { background-color: rgb(146,94,85); }
div.DivClassName
{
background-color: #925E55;
}
.BgClassName
{
background-color: #925E55;
}
</style>
border-color css
<style>
span { border-color: #925E55; }
span { border-color: rgb(146,94,85); }
td.TdClassName
{
border-color: #925E55;
}
.TagClassName
{
border-color: #925E55;
}
</style>