Shades of Rose Taupe #925D56
Tints of Rose Taupe #925D56
RGB
CMYK
RGB Variations
Color information
#925D56 (or 0x925D56) is known color: Rose Taupe. HEX triplet: 92, 5D and 56. RGB value is (146,93,86). Sum of RGB (Red+Green+Blue) = 146+93+86=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #925D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D56 is #6DA2A9. Grayscale: #6C6C6C. Windows color (decimal): -7185066 or 5660050. OLE color: 5660050.
HSL color Cylindrical-coordinate representation of color #925D56: hue angle of 7º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #925D56 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 86 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.43 |
| HSL | 7º | 0.26% | 0.45% | - |
| HSV(B) | 7º | 0.41% | 0.57% | - |
| XYZ | 17.45 | 14.61 | 10.7 | - |
| YUV | 108.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 86 | 0 | 0.36 | 0.41 | 0.43 | 7 | 0.26 | 0.45 |
| Hex | 92 | 5D | 56 | 0 | 24 | 29 | 2B | 7 | 1A | 2D |
| Octal | 222 | 135 | 126 | 0 | 44 | 51 | 53 | 7 | 32 | 55 |
| Binary | 10010010 | 1011101 | 1010110 | 0 | 100100 | 101001 | 101011 | 111 | 11010 | 101101 |
Color Harmonies of #925D56
Complementary color
Monochromatic Colors of #925D56
Black with #925D56
Text Example
Text Example
White with #925D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D56; }
p { color: rgb(146,93,86); }
H1.HeaderClassName
{
color: #925D56;
}
.AnyTagClassName
{
color: #925D56;
}
</style>
background-color css
<style>
a { background-color: #925D56; }
a { background-color: rgb(146,93,86); }
div.DivClassName
{
background-color: #925D56;
}
.BgClassName
{
background-color: #925D56;
}
</style>
border-color css
<style>
span { border-color: #925D56; }
span { border-color: rgb(146,93,86); }
td.TdClassName
{
border-color: #925D56;
}
.TagClassName
{
border-color: #925D56;
}
</style>