Shades of Rose Taupe #935F58
Tints of Rose Taupe #935F58
RGB
CMYK
RGB Variations
Color information
#935F58 (or 0x935F58) is known color: Rose Taupe. HEX triplet: 93, 5F and 58. RGB value is (147,95,88). Sum of RGB (Red+Green+Blue) = 147+95+88=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #935F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F58 is #6CA0A7. Grayscale: #6D6D6D. Windows color (decimal): -7119016 or 5791635. OLE color: 5791635.
HSL color Cylindrical-coordinate representation of color #935F58: hue angle of 7.12º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #935F58 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 88 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.42 |
| HSL | 7.12º | 0.25% | 0.46% | - |
| HSV(B) | 7.12º | 0.4% | 0.58% | - |
| XYZ | 17.89 | 15.09 | 11.2 | - |
| YUV | 109.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 88 | 0 | 0.35 | 0.40 | 0.42 | 7.12 | 0.25 | 0.46 |
| Hex | 93 | 5F | 58 | 0 | 23 | 28 | 2A | 7 | 19 | 2E |
| Octal | 223 | 137 | 130 | 0 | 43 | 50 | 52 | 7 | 31 | 56 |
| Binary | 10010011 | 1011111 | 1011000 | 0 | 100011 | 101000 | 101010 | 111 | 11001 | 101110 |
Color Harmonies of #935F58
Complementary color
Monochromatic Colors of #935F58
Black with #935F58
Text Example
Text Example
White with #935F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F58; }
p { color: rgb(147,95,88); }
H1.HeaderClassName
{
color: #935F58;
}
.AnyTagClassName
{
color: #935F58;
}
</style>
background-color css
<style>
a { background-color: #935F58; }
a { background-color: rgb(147,95,88); }
div.DivClassName
{
background-color: #935F58;
}
.BgClassName
{
background-color: #935F58;
}
</style>
border-color css
<style>
span { border-color: #935F58; }
span { border-color: rgb(147,95,88); }
td.TdClassName
{
border-color: #935F58;
}
.TagClassName
{
border-color: #935F58;
}
</style>