Shades of Mantle #99A597
Tints of Mantle #99A597
RGB
CMYK
RGB Variations
Color information
#99A597 (or 0x99A597) is known color: Mantle. HEX triplet: 99, A5 and 97. RGB value is (153,165,151). Sum of RGB (Red+Green+Blue) = 153+165+151=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #99A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A597 is #665A68. Grayscale: #9F9F9F. Windows color (decimal): -6707817 or 9938329. OLE color: 9938329.
HSL color Cylindrical-coordinate representation of color #99A597: hue angle of 111.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A597 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 151 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.35 |
| HSL | 111.43º | 0.07% | 0.62% | - |
| HSV(B) | 111.43º | 0.08% | 0.65% | - |
| XYZ | 32.18 | 35.92 | 34.51 | - |
| YUV | 159.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 151 | 0.07 | 0 | 0.08 | 0.35 | 111.43 | 0.07 | 0.62 |
| Hex | 99 | A5 | 97 | 7 | 0 | 8 | 23 | 6F | 7 | 3E |
| Octal | 231 | 245 | 227 | 7 | 0 | 10 | 43 | 157 | 7 | 76 |
| Binary | 10011001 | 10100101 | 10010111 | 111 | 0 | 1000 | 100011 | 1101111 | 111 | 111110 |
Color Harmonies of #99A597
Complementary color
Monochromatic Colors of #99A597
Black with #99A597
Text Example
Text Example
White with #99A597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A597; }
p { color: rgb(153,165,151); }
H1.HeaderClassName
{
color: #99A597;
}
.AnyTagClassName
{
color: #99A597;
}
</style>
background-color css
<style>
a { background-color: #99A597; }
a { background-color: rgb(153,165,151); }
div.DivClassName
{
background-color: #99A597;
}
.BgClassName
{
background-color: #99A597;
}
</style>
border-color css
<style>
span { border-color: #99A597; }
span { border-color: rgb(153,165,151); }
td.TdClassName
{
border-color: #99A597;
}
.TagClassName
{
border-color: #99A597;
}
</style>