Shades of Mantle #919B8E
Tints of Mantle #919B8E
RGB
CMYK
RGB Variations
Color information
#919B8E (or 0x919B8E) is known color: Mantle. HEX triplet: 91, 9B and 8E. RGB value is (145,155,142). Sum of RGB (Red+Green+Blue) = 145+155+142=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #919B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B8E is #6E6471. Grayscale: #969696. Windows color (decimal): -7234674 or 9345937. OLE color: 9345937.
HSL color Cylindrical-coordinate representation of color #919B8E: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919B8E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 142 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.39 |
| HSL | 106.15º | 0.06% | 0.58% | - |
| HSV(B) | 106.15º | 0.08% | 0.61% | - |
| XYZ | 28.28 | 31.42 | 30.16 | - |
| YUV | 150.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 142 | 0.06 | 0 | 0.08 | 0.39 | 106.15 | 0.06 | 0.58 |
| Hex | 91 | 9B | 8E | 6 | 0 | 8 | 27 | 6A | 6 | 3A |
| Octal | 221 | 233 | 216 | 6 | 0 | 10 | 47 | 152 | 6 | 72 |
| Binary | 10010001 | 10011011 | 10001110 | 110 | 0 | 1000 | 100111 | 1101010 | 110 | 111010 |
Color Harmonies of #919B8E
Complementary color
Monochromatic Colors of #919B8E
Black with #919B8E
Text Example
Text Example
White with #919B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B8E; }
p { color: rgb(145,155,142); }
H1.HeaderClassName
{
color: #919B8E;
}
.AnyTagClassName
{
color: #919B8E;
}
</style>
background-color css
<style>
a { background-color: #919B8E; }
a { background-color: rgb(145,155,142); }
div.DivClassName
{
background-color: #919B8E;
}
.BgClassName
{
background-color: #919B8E;
}
</style>
border-color css
<style>
span { border-color: #919B8E; }
span { border-color: rgb(145,155,142); }
td.TdClassName
{
border-color: #919B8E;
}
.TagClassName
{
border-color: #919B8E;
}
</style>