Shades of Mantle #979996
Tints of Mantle #979996
RGB
CMYK
RGB Variations
Color information
#979996 (or 0x979996) is known color: Mantle. HEX triplet: 97, 99 and 96. RGB value is (151,153,150). Sum of RGB (Red+Green+Blue) = 151+153+150=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 153 - color contains mainly: green. Hex color #979996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979996 is #686669. Grayscale: #989898. Windows color (decimal): -6841962 or 9869719. OLE color: 9869719.
HSL color Cylindrical-coordinate representation of color #979996: 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 #979996 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 150 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.4 |
| HSL | 100º | 0.01% | 0.59% | - |
| HSV(B) | 100º | 0.02% | 0.6% | - |
| XYZ | 29.66 | 31.56 | 33.38 | - |
| YUV | 152.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 150 | 0.01 | 0 | 0.02 | 0.4 | 100 | 0.01 | 0.59 |
| Hex | 97 | 99 | 96 | 1 | 0 | 2 | 28 | 64 | 1 | 3B |
| Octal | 227 | 231 | 226 | 1 | 0 | 2 | 50 | 144 | 1 | 73 |
| Binary | 10010111 | 10011001 | 10010110 | 1 | 0 | 10 | 101000 | 1100100 | 1 | 111011 |
Color Harmonies of #979996
Complementary color
Monochromatic Colors of #979996
Black with #979996
Text Example
Text Example
White with #979996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979996; }
p { color: rgb(151,153,150); }
H1.HeaderClassName
{
color: #979996;
}
.AnyTagClassName
{
color: #979996;
}
</style>
background-color css
<style>
a { background-color: #979996; }
a { background-color: rgb(151,153,150); }
div.DivClassName
{
background-color: #979996;
}
.BgClassName
{
background-color: #979996;
}
</style>
border-color css
<style>
span { border-color: #979996; }
span { border-color: rgb(151,153,150); }
td.TdClassName
{
border-color: #979996;
}
.TagClassName
{
border-color: #979996;
}
</style>