Shades of Mantle #90998B
Tints of Mantle #90998B
RGB
CMYK
RGB Variations
Color information
#90998B (or 0x90998B) is known color: Mantle. HEX triplet: 90, 99 and 8B. RGB value is (144,153,139). Sum of RGB (Red+Green+Blue) = 144+153+139=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #90998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90998B is #6F6674. Grayscale: #949494. Windows color (decimal): -7300725 or 9148816. OLE color: 9148816.
HSL color Cylindrical-coordinate representation of color #90998B: hue angle of 98.57º 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 #90998B is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 139 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.4 |
| HSL | 98.57º | 0.06% | 0.57% | - |
| HSV(B) | 98.57º | 0.09% | 0.6% | - |
| XYZ | 27.55 | 30.58 | 28.88 | - |
| YUV | 148.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 139 | 0.06 | 0 | 0.09 | 0.4 | 98.57 | 0.06 | 0.57 |
| Hex | 90 | 99 | 8B | 6 | 0 | 9 | 28 | 63 | 6 | 39 |
| Octal | 220 | 231 | 213 | 6 | 0 | 11 | 50 | 143 | 6 | 71 |
| Binary | 10010000 | 10011001 | 10001011 | 110 | 0 | 1001 | 101000 | 1100011 | 110 | 111001 |
Color Harmonies of #90998B
Complementary color
Monochromatic Colors of #90998B
Black with #90998B
Text Example
Text Example
White with #90998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90998B; }
p { color: rgb(144,153,139); }
H1.HeaderClassName
{
color: #90998B;
}
.AnyTagClassName
{
color: #90998B;
}
</style>
background-color css
<style>
a { background-color: #90998B; }
a { background-color: rgb(144,153,139); }
div.DivClassName
{
background-color: #90998B;
}
.BgClassName
{
background-color: #90998B;
}
</style>
border-color css
<style>
span { border-color: #90998B; }
span { border-color: rgb(144,153,139); }
td.TdClassName
{
border-color: #90998B;
}
.TagClassName
{
border-color: #90998B;
}
</style>