Shades of Rose Taupe #90625D
Tints of Rose Taupe #90625D
RGB
CMYK
RGB Variations
Color information
#90625D (or 0x90625D) is known color: Rose Taupe. HEX triplet: 90, 62 and 5D. RGB value is (144,98,93). Sum of RGB (Red+Green+Blue) = 144+98+93=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90625D is #6F9DA2. Grayscale: #6F6F6F. Windows color (decimal): -7314851 or 6120080. OLE color: 6120080.
HSL color Cylindrical-coordinate representation of color #90625D: hue angle of 5.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90625D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 93 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.44 |
| HSL | 5.88º | 0.22% | 0.46% | - |
| HSV(B) | 5.88º | 0.35% | 0.56% | - |
| XYZ | 17.85 | 15.45 | 12.4 | - |
| YUV | 111.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 93 | 0 | 0.32 | 0.35 | 0.44 | 5.88 | 0.22 | 0.46 |
| Hex | 90 | 62 | 5D | 0 | 20 | 23 | 2C | 6 | 16 | 2E |
| Octal | 220 | 142 | 135 | 0 | 40 | 43 | 54 | 6 | 26 | 56 |
| Binary | 10010000 | 1100010 | 1011101 | 0 | 100000 | 100011 | 101100 | 110 | 10110 | 101110 |
Color Harmonies of #90625D
Complementary color
Monochromatic Colors of #90625D
Black with #90625D
Text Example
Text Example
White with #90625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90625D; }
p { color: rgb(144,98,93); }
H1.HeaderClassName
{
color: #90625D;
}
.AnyTagClassName
{
color: #90625D;
}
</style>
background-color css
<style>
a { background-color: #90625D; }
a { background-color: rgb(144,98,93); }
div.DivClassName
{
background-color: #90625D;
}
.BgClassName
{
background-color: #90625D;
}
</style>
border-color css
<style>
span { border-color: #90625D; }
span { border-color: rgb(144,98,93); }
td.TdClassName
{
border-color: #90625D;
}
.TagClassName
{
border-color: #90625D;
}
</style>