Shades of Mantle #919B90
Tints of Mantle #919B90
RGB
CMYK
RGB Variations
Color information
#919B90 (or 0x919B90) is known color: Mantle. HEX triplet: 91, 9B and 90. RGB value is (145,155,144). Sum of RGB (Red+Green+Blue) = 145+155+144=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 155 - color contains mainly: green. Hex color #919B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B90 is #6E646F. Grayscale: #969696. Windows color (decimal): -7234672 or 9477009. OLE color: 9477009.
HSL color Cylindrical-coordinate representation of color #919B90: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #919B90 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 144 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.39 |
| HSL | 114.55º | 0.05% | 0.59% | - |
| HSV(B) | 114.55º | 0.07% | 0.61% | - |
| XYZ | 28.43 | 31.48 | 30.96 | - |
| YUV | 150.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 144 | 0.06 | 0 | 0.07 | 0.39 | 114.55 | 0.05 | 0.59 |
| Hex | 91 | 9B | 90 | 6 | 0 | 7 | 27 | 73 | 5 | 3B |
| Octal | 221 | 233 | 220 | 6 | 0 | 7 | 47 | 163 | 5 | 73 |
| Binary | 10010001 | 10011011 | 10010000 | 110 | 0 | 111 | 100111 | 1110011 | 101 | 111011 |
Color Harmonies of #919B90
Complementary color
Monochromatic Colors of #919B90
Black with #919B90
Text Example
Text Example
White with #919B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B90; }
p { color: rgb(145,155,144); }
H1.HeaderClassName
{
color: #919B90;
}
.AnyTagClassName
{
color: #919B90;
}
</style>
background-color css
<style>
a { background-color: #919B90; }
a { background-color: rgb(145,155,144); }
div.DivClassName
{
background-color: #919B90;
}
.BgClassName
{
background-color: #919B90;
}
</style>
border-color css
<style>
span { border-color: #919B90; }
span { border-color: rgb(145,155,144); }
td.TdClassName
{
border-color: #919B90;
}
.TagClassName
{
border-color: #919B90;
}
</style>