Shades of Mantle #9CA697
Tints of Mantle #9CA697
RGB
CMYK
RGB Variations
Color information
#9CA697 (or 0x9CA697) is known color: Mantle. HEX triplet: 9C, A6 and 97. RGB value is (156,166,151). Sum of RGB (Red+Green+Blue) = 156+166+151=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA697 is #635968. Grayscale: #A1A1A1. Windows color (decimal): -6510953 or 9938588. OLE color: 9938588.
HSL color Cylindrical-coordinate representation of color #9CA697: hue angle of 100º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CA697 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 151 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.35 |
| HSL | 100º | 0.08% | 0.62% | - |
| HSV(B) | 100º | 0.09% | 0.65% | - |
| XYZ | 32.93 | 36.57 | 34.6 | - |
| YUV | 161.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 151 | 0.06 | 0 | 0.09 | 0.35 | 100 | 0.08 | 0.62 |
| Hex | 9C | A6 | 97 | 6 | 0 | 9 | 23 | 64 | 8 | 3E |
| Octal | 234 | 246 | 227 | 6 | 0 | 11 | 43 | 144 | 10 | 76 |
| Binary | 10011100 | 10100110 | 10010111 | 110 | 0 | 1001 | 100011 | 1100100 | 1000 | 111110 |
Color Harmonies of #9CA697
Complementary color
Monochromatic Colors of #9CA697
Black with #9CA697
Text Example
Text Example
White with #9CA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA697; }
p { color: rgb(156,166,151); }
H1.HeaderClassName
{
color: #9CA697;
}
.AnyTagClassName
{
color: #9CA697;
}
</style>
background-color css
<style>
a { background-color: #9CA697; }
a { background-color: rgb(156,166,151); }
div.DivClassName
{
background-color: #9CA697;
}
.BgClassName
{
background-color: #9CA697;
}
</style>
border-color css
<style>
span { border-color: #9CA697; }
span { border-color: rgb(156,166,151); }
td.TdClassName
{
border-color: #9CA697;
}
.TagClassName
{
border-color: #9CA697;
}
</style>