Shades of Mantle #90948F
Tints of Mantle #90948F
RGB
CMYK
RGB Variations
Color information
#90948F (or 0x90948F) is known color: Mantle. HEX triplet: 90, 94 and 8F. RGB value is (144,148,143). Sum of RGB (Red+Green+Blue) = 144+148+143=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 148 - color contains mainly: green. Hex color #90948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90948F is #6F6B70. Grayscale: #929292. Windows color (decimal): -7302001 or 9409680. OLE color: 9409680.
HSL color Cylindrical-coordinate representation of color #90948F: hue angle of 108º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #90948F is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 143 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.42 |
| HSL | 108º | 0.02% | 0.57% | - |
| HSV(B) | 108º | 0.03% | 0.58% | - |
| XYZ | 27.05 | 29.09 | 30.18 | - |
| YUV | 146.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 143 | 0.03 | 0 | 0.03 | 0.42 | 108 | 0.02 | 0.57 |
| Hex | 90 | 94 | 8F | 3 | 0 | 3 | 2A | 6C | 2 | 39 |
| Octal | 220 | 224 | 217 | 3 | 0 | 3 | 52 | 154 | 2 | 71 |
| Binary | 10010000 | 10010100 | 10001111 | 11 | 0 | 11 | 101010 | 1101100 | 10 | 111001 |
Color Harmonies of #90948F
Complementary color
Monochromatic Colors of #90948F
Black with #90948F
Text Example
Text Example
White with #90948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90948F; }
p { color: rgb(144,148,143); }
H1.HeaderClassName
{
color: #90948F;
}
.AnyTagClassName
{
color: #90948F;
}
</style>
background-color css
<style>
a { background-color: #90948F; }
a { background-color: rgb(144,148,143); }
div.DivClassName
{
background-color: #90948F;
}
.BgClassName
{
background-color: #90948F;
}
</style>
border-color css
<style>
span { border-color: #90948F; }
span { border-color: rgb(144,148,143); }
td.TdClassName
{
border-color: #90948F;
}
.TagClassName
{
border-color: #90948F;
}
</style>