Shades of Rose Taupe #93615D
Tints of Rose Taupe #93615D
RGB
CMYK
RGB Variations
Color information
#93615D (or 0x93615D) is known color: Rose Taupe. HEX triplet: 93, 61 and 5D. RGB value is (147,97,93). Sum of RGB (Red+Green+Blue) = 147+97+93=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93615D is #6C9EA2. Grayscale: #6F6F6F. Windows color (decimal): -7118499 or 6119827. OLE color: 6119827.
HSL color Cylindrical-coordinate representation of color #93615D: hue angle of 4.44º 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 #93615D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 93 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.42 |
| HSL | 4.44º | 0.23% | 0.47% | - |
| HSV(B) | 4.44º | 0.37% | 0.58% | - |
| XYZ | 18.28 | 15.54 | 12.39 | - |
| YUV | 111.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 93 | 0 | 0.34 | 0.37 | 0.42 | 4.44 | 0.23 | 0.47 |
| Hex | 93 | 61 | 5D | 0 | 22 | 25 | 2A | 4 | 16 | 2F |
| Octal | 223 | 141 | 135 | 0 | 42 | 45 | 52 | 4 | 26 | 57 |
| Binary | 10010011 | 1100001 | 1011101 | 0 | 100010 | 100101 | 101010 | 100 | 10110 | 101111 |
Color Harmonies of #93615D
Complementary color
Monochromatic Colors of #93615D
Black with #93615D
Text Example
Text Example
White with #93615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93615D; }
p { color: rgb(147,97,93); }
H1.HeaderClassName
{
color: #93615D;
}
.AnyTagClassName
{
color: #93615D;
}
</style>
background-color css
<style>
a { background-color: #93615D; }
a { background-color: rgb(147,97,93); }
div.DivClassName
{
background-color: #93615D;
}
.BgClassName
{
background-color: #93615D;
}
</style>
border-color css
<style>
span { border-color: #93615D; }
span { border-color: rgb(147,97,93); }
td.TdClassName
{
border-color: #93615D;
}
.TagClassName
{
border-color: #93615D;
}
</style>