Shades of Mantle #90948E
Tints of Mantle #90948E
RGB
CMYK
RGB Variations
Color information
#90948E (or 0x90948E) is known color: Mantle. HEX triplet: 90, 94 and 8E. RGB value is (144,148,142). Sum of RGB (Red+Green+Blue) = 144+148+142=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 148 - color contains mainly: green. Hex color #90948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90948E is #6F6B71. Grayscale: #929292. Windows color (decimal): -7302002 or 9344144. OLE color: 9344144.
HSL color Cylindrical-coordinate representation of color #90948E: hue angle of 100º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #90948E is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 142 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.42 |
| HSL | 100º | 0.03% | 0.57% | - |
| HSV(B) | 100º | 0.04% | 0.58% | - |
| XYZ | 26.97 | 29.06 | 29.78 | - |
| YUV | 146.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 142 | 0.03 | 0 | 0.04 | 0.42 | 100 | 0.03 | 0.57 |
| Hex | 90 | 94 | 8E | 3 | 0 | 4 | 2A | 64 | 3 | 39 |
| Octal | 220 | 224 | 216 | 3 | 0 | 4 | 52 | 144 | 3 | 71 |
| Binary | 10010000 | 10010100 | 10001110 | 11 | 0 | 100 | 101010 | 1100100 | 11 | 111001 |
Color Harmonies of #90948E
Complementary color
Monochromatic Colors of #90948E
Black with #90948E
Text Example
Text Example
White with #90948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90948E; }
p { color: rgb(144,148,142); }
H1.HeaderClassName
{
color: #90948E;
}
.AnyTagClassName
{
color: #90948E;
}
</style>
background-color css
<style>
a { background-color: #90948E; }
a { background-color: rgb(144,148,142); }
div.DivClassName
{
background-color: #90948E;
}
.BgClassName
{
background-color: #90948E;
}
</style>
border-color css
<style>
span { border-color: #90948E; }
span { border-color: rgb(144,148,142); }
td.TdClassName
{
border-color: #90948E;
}
.TagClassName
{
border-color: #90948E;
}
</style>