Shades of Rose Taupe #935E5D
Tints of Rose Taupe #935E5D
RGB
CMYK
RGB Variations
Color information
#935E5D (or 0x935E5D) is known color: Rose Taupe. HEX triplet: 93, 5E and 5D. RGB value is (147,94,93). Sum of RGB (Red+Green+Blue) = 147+94+93=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #935E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E5D is #6CA1A2. Grayscale: #6D6D6D. Windows color (decimal): -7119267 or 6119059. OLE color: 6119059.
HSL color Cylindrical-coordinate representation of color #935E5D: hue angle of 1.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935E5D is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 93 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.42 |
| HSL | 1.11º | 0.23% | 0.47% | - |
| HSV(B) | 1.11º | 0.37% | 0.58% | - |
| XYZ | 18.01 | 15 | 12.3 | - |
| YUV | 109.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 93 | 0 | 0.36 | 0.37 | 0.42 | 1.11 | 0.23 | 0.47 |
| Hex | 93 | 5E | 5D | 0 | 24 | 25 | 2A | 1 | 16 | 2F |
| Octal | 223 | 136 | 135 | 0 | 44 | 45 | 52 | 1 | 26 | 57 |
| Binary | 10010011 | 1011110 | 1011101 | 0 | 100100 | 100101 | 101010 | 1 | 10110 | 101111 |
Color Harmonies of #935E5D
Complementary color
Monochromatic Colors of #935E5D
Black with #935E5D
Text Example
Text Example
White with #935E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E5D; }
p { color: rgb(147,94,93); }
H1.HeaderClassName
{
color: #935E5D;
}
.AnyTagClassName
{
color: #935E5D;
}
</style>
background-color css
<style>
a { background-color: #935E5D; }
a { background-color: rgb(147,94,93); }
div.DivClassName
{
background-color: #935E5D;
}
.BgClassName
{
background-color: #935E5D;
}
</style>
border-color css
<style>
span { border-color: #935E5D; }
span { border-color: rgb(147,94,93); }
td.TdClassName
{
border-color: #935E5D;
}
.TagClassName
{
border-color: #935E5D;
}
</style>