Shades of Mantle #919A8E
Tints of Mantle #919A8E
RGB
CMYK
RGB Variations
Color information
#919A8E (or 0x919A8E) is known color: Mantle. HEX triplet: 91, 9A and 8E. RGB value is (145,154,142). Sum of RGB (Red+Green+Blue) = 145+154+142=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 154 - color contains mainly: green. Hex color #919A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919A8E is #6E6571. Grayscale: #959595. Windows color (decimal): -7234930 or 9345681. OLE color: 9345681.
HSL color Cylindrical-coordinate representation of color #919A8E: hue angle of 105º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919A8E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 142 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.40 |
| HSL | 105º | 0.06% | 0.58% | - |
| HSV(B) | 105º | 0.08% | 0.6% | - |
| XYZ | 28.12 | 31.08 | 30.11 | - |
| YUV | 149.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 142 | 0.06 | 0 | 0.08 | 0.40 | 105 | 0.06 | 0.58 |
| Hex | 91 | 9A | 8E | 6 | 0 | 8 | 28 | 69 | 6 | 3A |
| Octal | 221 | 232 | 216 | 6 | 0 | 10 | 50 | 151 | 6 | 72 |
| Binary | 10010001 | 10011010 | 10001110 | 110 | 0 | 1000 | 101000 | 1101001 | 110 | 111010 |
Color Harmonies of #919A8E
Complementary color
Monochromatic Colors of #919A8E
Black with #919A8E
Text Example
Text Example
White with #919A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A8E; }
p { color: rgb(145,154,142); }
H1.HeaderClassName
{
color: #919A8E;
}
.AnyTagClassName
{
color: #919A8E;
}
</style>
background-color css
<style>
a { background-color: #919A8E; }
a { background-color: rgb(145,154,142); }
div.DivClassName
{
background-color: #919A8E;
}
.BgClassName
{
background-color: #919A8E;
}
</style>
border-color css
<style>
span { border-color: #919A8E; }
span { border-color: rgb(145,154,142); }
td.TdClassName
{
border-color: #919A8E;
}
.TagClassName
{
border-color: #919A8E;
}
</style>