Shades of Mantle #90968F
Tints of Mantle #90968F
RGB
CMYK
RGB Variations
Color information
#90968F (or 0x90968F) is known color: Mantle. HEX triplet: 90, 96 and 8F. RGB value is (144,150,143). Sum of RGB (Red+Green+Blue) = 144+150+143=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 150 - color contains mainly: green. Hex color #90968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968F is #6F6970. Grayscale: #939393. Windows color (decimal): -7301489 or 9410192. OLE color: 9410192.
HSL color Cylindrical-coordinate representation of color #90968F: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90968F is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 143 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.41 |
| HSL | 111.43º | 0.03% | 0.57% | - |
| HSV(B) | 111.43º | 0.05% | 0.59% | - |
| XYZ | 27.37 | 29.73 | 30.28 | - |
| YUV | 147.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 143 | 0.04 | 0 | 0.05 | 0.41 | 111.43 | 0.03 | 0.57 |
| Hex | 90 | 96 | 8F | 4 | 0 | 5 | 29 | 6F | 3 | 39 |
| Octal | 220 | 226 | 217 | 4 | 0 | 5 | 51 | 157 | 3 | 71 |
| Binary | 10010000 | 10010110 | 10001111 | 100 | 0 | 101 | 101001 | 1101111 | 11 | 111001 |
Color Harmonies of #90968F
Complementary color
Monochromatic Colors of #90968F
Black with #90968F
Text Example
Text Example
White with #90968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90968F; }
p { color: rgb(144,150,143); }
H1.HeaderClassName
{
color: #90968F;
}
.AnyTagClassName
{
color: #90968F;
}
</style>
background-color css
<style>
a { background-color: #90968F; }
a { background-color: rgb(144,150,143); }
div.DivClassName
{
background-color: #90968F;
}
.BgClassName
{
background-color: #90968F;
}
</style>
border-color css
<style>
span { border-color: #90968F; }
span { border-color: rgb(144,150,143); }
td.TdClassName
{
border-color: #90968F;
}
.TagClassName
{
border-color: #90968F;
}
</style>