Shades of Rose Taupe #93605C
Tints of Rose Taupe #93605C
RGB
CMYK
RGB Variations
Color information
#93605C (or 0x93605C) is known color: Rose Taupe. HEX triplet: 93, 60 and 5C. RGB value is (147,96,92). Sum of RGB (Red+Green+Blue) = 147+96+92=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93605C is #6C9FA3. Grayscale: #6E6E6E. Windows color (decimal): -7118756 or 6054035. OLE color: 6054035.
HSL color Cylindrical-coordinate representation of color #93605C: hue angle of 4.36º degrees, saturation: 0.23, 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 #93605C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 92 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.42 |
| HSL | 4.36º | 0.23% | 0.47% | - |
| HSV(B) | 4.36º | 0.37% | 0.58% | - |
| XYZ | 18.15 | 15.34 | 12.13 | - |
| YUV | 110.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 92 | 0 | 0.35 | 0.37 | 0.42 | 4.36 | 0.23 | 0.47 |
| Hex | 93 | 60 | 5C | 0 | 23 | 25 | 2A | 4 | 17 | 2F |
| Octal | 223 | 140 | 134 | 0 | 43 | 45 | 52 | 4 | 27 | 57 |
| Binary | 10010011 | 1100000 | 1011100 | 0 | 100011 | 100101 | 101010 | 100 | 10111 | 101111 |
Color Harmonies of #93605C
Complementary color
Monochromatic Colors of #93605C
Black with #93605C
Text Example
Text Example
White with #93605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93605C; }
p { color: rgb(147,96,92); }
H1.HeaderClassName
{
color: #93605C;
}
.AnyTagClassName
{
color: #93605C;
}
</style>
background-color css
<style>
a { background-color: #93605C; }
a { background-color: rgb(147,96,92); }
div.DivClassName
{
background-color: #93605C;
}
.BgClassName
{
background-color: #93605C;
}
</style>
border-color css
<style>
span { border-color: #93605C; }
span { border-color: rgb(147,96,92); }
td.TdClassName
{
border-color: #93605C;
}
.TagClassName
{
border-color: #93605C;
}
</style>