Shades of Mantle #969895
Tints of Mantle #969895
RGB
CMYK
RGB Variations
Color information
#969895 (or 0x969895) is known color: Mantle. HEX triplet: 96, 98 and 95. RGB value is (150,152,149). Sum of RGB (Red+Green+Blue) = 150+152+149=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 152 - color contains mainly: green. Hex color #969895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969895 is #69676A. Grayscale: #979797. Windows color (decimal): -6907755 or 9803926. OLE color: 9803926.
HSL color Cylindrical-coordinate representation of color #969895: hue angle of 100º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #969895 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 149 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.40 |
| HSL | 100º | 0.01% | 0.59% | - |
| HSV(B) | 100º | 0.02% | 0.6% | - |
| XYZ | 29.23 | 31.11 | 32.9 | - |
| YUV | 151.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 149 | 0.01 | 0 | 0.02 | 0.40 | 100 | 0.01 | 0.59 |
| Hex | 96 | 98 | 95 | 1 | 0 | 2 | 28 | 64 | 1 | 3B |
| Octal | 226 | 230 | 225 | 1 | 0 | 2 | 50 | 144 | 1 | 73 |
| Binary | 10010110 | 10011000 | 10010101 | 1 | 0 | 10 | 101000 | 1100100 | 1 | 111011 |
Color Harmonies of #969895
Complementary color
Monochromatic Colors of #969895
Black with #969895
Text Example
Text Example
White with #969895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969895; }
p { color: rgb(150,152,149); }
H1.HeaderClassName
{
color: #969895;
}
.AnyTagClassName
{
color: #969895;
}
</style>
background-color css
<style>
a { background-color: #969895; }
a { background-color: rgb(150,152,149); }
div.DivClassName
{
background-color: #969895;
}
.BgClassName
{
background-color: #969895;
}
</style>
border-color css
<style>
span { border-color: #969895; }
span { border-color: rgb(150,152,149); }
td.TdClassName
{
border-color: #969895;
}
.TagClassName
{
border-color: #969895;
}
</style>