Shades of Rose Taupe #935F5D
Tints of Rose Taupe #935F5D
RGB
CMYK
RGB Variations
Color information
#935F5D (or 0x935F5D) is known color: Rose Taupe. HEX triplet: 93, 5F and 5D. RGB value is (147,95,93). Sum of RGB (Red+Green+Blue) = 147+95+93=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #935F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F5D is #6CA0A2. Grayscale: #6E6E6E. Windows color (decimal): -7119011 or 6119315. OLE color: 6119315.
HSL color Cylindrical-coordinate representation of color #935F5D: hue angle of 2.22º 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 #935F5D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 93 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.42 |
| HSL | 2.22º | 0.23% | 0.47% | - |
| HSV(B) | 2.22º | 0.37% | 0.58% | - |
| XYZ | 18.1 | 15.18 | 12.33 | - |
| YUV | 110.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 93 | 0 | 0.35 | 0.37 | 0.42 | 2.22 | 0.23 | 0.47 |
| Hex | 93 | 5F | 5D | 0 | 23 | 25 | 2A | 2 | 16 | 2F |
| Octal | 223 | 137 | 135 | 0 | 43 | 45 | 52 | 2 | 26 | 57 |
| Binary | 10010011 | 1011111 | 1011101 | 0 | 100011 | 100101 | 101010 | 10 | 10110 | 101111 |
Color Harmonies of #935F5D
Complementary color
Monochromatic Colors of #935F5D
Black with #935F5D
Text Example
Text Example
White with #935F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F5D; }
p { color: rgb(147,95,93); }
H1.HeaderClassName
{
color: #935F5D;
}
.AnyTagClassName
{
color: #935F5D;
}
</style>
background-color css
<style>
a { background-color: #935F5D; }
a { background-color: rgb(147,95,93); }
div.DivClassName
{
background-color: #935F5D;
}
.BgClassName
{
background-color: #935F5D;
}
</style>
border-color css
<style>
span { border-color: #935F5D; }
span { border-color: rgb(147,95,93); }
td.TdClassName
{
border-color: #935F5D;
}
.TagClassName
{
border-color: #935F5D;
}
</style>