Shades of Rose Taupe #935E56
Tints of Rose Taupe #935E56
RGB
CMYK
RGB Variations
Color information
#935E56 (or 0x935E56) is known color: Rose Taupe. HEX triplet: 93, 5E and 56. RGB value is (147,94,86). Sum of RGB (Red+Green+Blue) = 147+94+86=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #935E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E56 is #6CA1A9. Grayscale: #6D6D6D. Windows color (decimal): -7119274 or 5660307. OLE color: 5660307.
HSL color Cylindrical-coordinate representation of color #935E56: hue angle of 7.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935E56 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 86 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.42 |
| HSL | 7.87º | 0.26% | 0.46% | - |
| HSV(B) | 7.87º | 0.41% | 0.58% | - |
| XYZ | 17.72 | 14.88 | 10.74 | - |
| YUV | 108.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 86 | 0 | 0.36 | 0.41 | 0.42 | 7.87 | 0.26 | 0.46 |
| Hex | 93 | 5E | 56 | 0 | 24 | 29 | 2A | 8 | 1A | 2E |
| Octal | 223 | 136 | 126 | 0 | 44 | 51 | 52 | 10 | 32 | 56 |
| Binary | 10010011 | 1011110 | 1010110 | 0 | 100100 | 101001 | 101010 | 1000 | 11010 | 101110 |
Color Harmonies of #935E56
Complementary color
Monochromatic Colors of #935E56
Black with #935E56
Text Example
Text Example
White with #935E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E56; }
p { color: rgb(147,94,86); }
H1.HeaderClassName
{
color: #935E56;
}
.AnyTagClassName
{
color: #935E56;
}
</style>
background-color css
<style>
a { background-color: #935E56; }
a { background-color: rgb(147,94,86); }
div.DivClassName
{
background-color: #935E56;
}
.BgClassName
{
background-color: #935E56;
}
</style>
border-color css
<style>
span { border-color: #935E56; }
span { border-color: rgb(147,94,86); }
td.TdClassName
{
border-color: #935E56;
}
.TagClassName
{
border-color: #935E56;
}
</style>