Shades of Rose Taupe #935E5B
Tints of Rose Taupe #935E5B
RGB
CMYK
RGB Variations
Color information
#935E5B (or 0x935E5B) is known color: Rose Taupe. HEX triplet: 93, 5E and 5B. RGB value is (147,94,91). Sum of RGB (Red+Green+Blue) = 147+94+91=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #935E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E5B is #6CA1A4. Grayscale: #6D6D6D. Windows color (decimal): -7119269 or 5987987. OLE color: 5987987.
HSL color Cylindrical-coordinate representation of color #935E5B: hue angle of 3.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #935E5B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 91 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.42 |
| HSL | 3.21º | 0.24% | 0.47% | - |
| HSV(B) | 3.21º | 0.38% | 0.58% | - |
| XYZ | 17.92 | 14.96 | 11.84 | - |
| YUV | 109.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 91 | 0 | 0.36 | 0.38 | 0.42 | 3.21 | 0.24 | 0.47 |
| Hex | 93 | 5E | 5B | 0 | 24 | 26 | 2A | 3 | 18 | 2F |
| Octal | 223 | 136 | 133 | 0 | 44 | 46 | 52 | 3 | 30 | 57 |
| Binary | 10010011 | 1011110 | 1011011 | 0 | 100100 | 100110 | 101010 | 11 | 11000 | 101111 |
Color Harmonies of #935E5B
Complementary color
Monochromatic Colors of #935E5B
Black with #935E5B
Text Example
Text Example
White with #935E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E5B; }
p { color: rgb(147,94,91); }
H1.HeaderClassName
{
color: #935E5B;
}
.AnyTagClassName
{
color: #935E5B;
}
</style>
background-color css
<style>
a { background-color: #935E5B; }
a { background-color: rgb(147,94,91); }
div.DivClassName
{
background-color: #935E5B;
}
.BgClassName
{
background-color: #935E5B;
}
</style>
border-color css
<style>
span { border-color: #935E5B; }
span { border-color: rgb(147,94,91); }
td.TdClassName
{
border-color: #935E5B;
}
.TagClassName
{
border-color: #935E5B;
}
</style>