Shades of Mantle #90988B
Tints of Mantle #90988B
RGB
CMYK
RGB Variations
Color information
#90988B (or 0x90988B) is known color: Mantle. HEX triplet: 90, 98 and 8B. RGB value is (144,152,139). Sum of RGB (Red+Green+Blue) = 144+152+139=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #90988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90988B is #6F6774. Grayscale: #949494. Windows color (decimal): -7300981 or 9148560. OLE color: 9148560.
HSL color Cylindrical-coordinate representation of color #90988B: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #90988B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 139 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.40 |
| HSL | 96.92º | 0.06% | 0.57% | - |
| HSV(B) | 96.92º | 0.09% | 0.6% | - |
| XYZ | 27.39 | 30.25 | 28.82 | - |
| YUV | 148.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 139 | 0.05 | 0 | 0.09 | 0.40 | 96.92 | 0.06 | 0.57 |
| Hex | 90 | 98 | 8B | 5 | 0 | 9 | 28 | 61 | 6 | 39 |
| Octal | 220 | 230 | 213 | 5 | 0 | 11 | 50 | 141 | 6 | 71 |
| Binary | 10010000 | 10011000 | 10001011 | 101 | 0 | 1001 | 101000 | 1100001 | 110 | 111001 |
Color Harmonies of #90988B
Complementary color
Monochromatic Colors of #90988B
Black with #90988B
Text Example
Text Example
White with #90988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90988B; }
p { color: rgb(144,152,139); }
H1.HeaderClassName
{
color: #90988B;
}
.AnyTagClassName
{
color: #90988B;
}
</style>
background-color css
<style>
a { background-color: #90988B; }
a { background-color: rgb(144,152,139); }
div.DivClassName
{
background-color: #90988B;
}
.BgClassName
{
background-color: #90988B;
}
</style>
border-color css
<style>
span { border-color: #90988B; }
span { border-color: rgb(144,152,139); }
td.TdClassName
{
border-color: #90988B;
}
.TagClassName
{
border-color: #90988B;
}
</style>