Shades of Mantle #90958D
Tints of Mantle #90958D
RGB
CMYK
RGB Variations
Color information
#90958D (or 0x90958D) is known color: Mantle. HEX triplet: 90, 95 and 8D. RGB value is (144,149,141). Sum of RGB (Red+Green+Blue) = 144+149+141=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #90958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90958D is #6F6A72. Grayscale: #929292. Windows color (decimal): -7301747 or 9278864. OLE color: 9278864.
HSL color Cylindrical-coordinate representation of color #90958D: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90958D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 141 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.42 |
| HSL | 97.5º | 0.04% | 0.57% | - |
| HSV(B) | 97.5º | 0.05% | 0.58% | - |
| XYZ | 27.06 | 29.35 | 29.44 | - |
| YUV | 146.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 141 | 0.03 | 0 | 0.05 | 0.42 | 97.5 | 0.04 | 0.57 |
| Hex | 90 | 95 | 8D | 3 | 0 | 5 | 2A | 62 | 4 | 39 |
| Octal | 220 | 225 | 215 | 3 | 0 | 5 | 52 | 142 | 4 | 71 |
| Binary | 10010000 | 10010101 | 10001101 | 11 | 0 | 101 | 101010 | 1100010 | 100 | 111001 |
Color Harmonies of #90958D
Complementary color
Monochromatic Colors of #90958D
Black with #90958D
Text Example
Text Example
White with #90958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90958D; }
p { color: rgb(144,149,141); }
H1.HeaderClassName
{
color: #90958D;
}
.AnyTagClassName
{
color: #90958D;
}
</style>
background-color css
<style>
a { background-color: #90958D; }
a { background-color: rgb(144,149,141); }
div.DivClassName
{
background-color: #90958D;
}
.BgClassName
{
background-color: #90958D;
}
</style>
border-color css
<style>
span { border-color: #90958D; }
span { border-color: rgb(144,149,141); }
td.TdClassName
{
border-color: #90958D;
}
.TagClassName
{
border-color: #90958D;
}
</style>