Shades of Mantle #969F91
Tints of Mantle #969F91
RGB
CMYK
RGB Variations
Color information
#969F91 (or 0x969F91) is known color: Mantle. HEX triplet: 96, 9F and 91. RGB value is (150,159,145). Sum of RGB (Red+Green+Blue) = 150+159+145=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 159 - color contains mainly: green. Hex color #969F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969F91 is #69606E. Grayscale: #9A9A9A. Windows color (decimal): -6905967 or 9543574. OLE color: 9543574.
HSL color Cylindrical-coordinate representation of color #969F91: hue angle of 98.57º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969F91 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 159 | 145 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.38 |
| HSL | 98.57º | 0.07% | 0.6% | - |
| HSV(B) | 98.57º | 0.09% | 0.62% | - |
| XYZ | 30.09 | 33.32 | 31.63 | - |
| YUV | 154.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 145 | 0.06 | 0 | 0.09 | 0.38 | 98.57 | 0.07 | 0.6 |
| Hex | 96 | 9F | 91 | 6 | 0 | 9 | 26 | 63 | 7 | 3C |
| Octal | 226 | 237 | 221 | 6 | 0 | 11 | 46 | 143 | 7 | 74 |
| Binary | 10010110 | 10011111 | 10010001 | 110 | 0 | 1001 | 100110 | 1100011 | 111 | 111100 |
Color Harmonies of #969F91
Complementary color
Monochromatic Colors of #969F91
Black with #969F91
Text Example
Text Example
White with #969F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969F91; }
p { color: rgb(150,159,145); }
H1.HeaderClassName
{
color: #969F91;
}
.AnyTagClassName
{
color: #969F91;
}
</style>
background-color css
<style>
a { background-color: #969F91; }
a { background-color: rgb(150,159,145); }
div.DivClassName
{
background-color: #969F91;
}
.BgClassName
{
background-color: #969F91;
}
</style>
border-color css
<style>
span { border-color: #969F91; }
span { border-color: rgb(150,159,145); }
td.TdClassName
{
border-color: #969F91;
}
.TagClassName
{
border-color: #969F91;
}
</style>