Shades of Rose Taupe #93625D
Tints of Rose Taupe #93625D
RGB
CMYK
RGB Variations
Color information
#93625D (or 0x93625D) is known color: Rose Taupe. HEX triplet: 93, 62 and 5D. RGB value is (147,98,93). Sum of RGB (Red+Green+Blue) = 147+98+93=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93625D is #6C9DA2. Grayscale: #707070. Windows color (decimal): -7118243 or 6120083. OLE color: 6120083.
HSL color Cylindrical-coordinate representation of color #93625D: hue angle of 5.56º 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 #93625D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 93 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.42 |
| HSL | 5.56º | 0.23% | 0.47% | - |
| HSV(B) | 5.56º | 0.37% | 0.58% | - |
| XYZ | 18.38 | 15.73 | 12.42 | - |
| YUV | 112.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 93 | 0 | 0.33 | 0.37 | 0.42 | 5.56 | 0.23 | 0.47 |
| Hex | 93 | 62 | 5D | 0 | 21 | 25 | 2A | 6 | 16 | 2F |
| Octal | 223 | 142 | 135 | 0 | 41 | 45 | 52 | 6 | 26 | 57 |
| Binary | 10010011 | 1100010 | 1011101 | 0 | 100001 | 100101 | 101010 | 110 | 10110 | 101111 |
Color Harmonies of #93625D
Complementary color
Monochromatic Colors of #93625D
Black with #93625D
Text Example
Text Example
White with #93625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93625D; }
p { color: rgb(147,98,93); }
H1.HeaderClassName
{
color: #93625D;
}
.AnyTagClassName
{
color: #93625D;
}
</style>
background-color css
<style>
a { background-color: #93625D; }
a { background-color: rgb(147,98,93); }
div.DivClassName
{
background-color: #93625D;
}
.BgClassName
{
background-color: #93625D;
}
</style>
border-color css
<style>
span { border-color: #93625D; }
span { border-color: rgb(147,98,93); }
td.TdClassName
{
border-color: #93625D;
}
.TagClassName
{
border-color: #93625D;
}
</style>