Shades of Lemon Ginger #997D2E
Tints of Lemon Ginger #997D2E
RGB
CMYK
RGB Variations
Color information
#997D2E (or 0x997D2E) is known color: Lemon Ginger. HEX triplet: 99, 7D and 2E. RGB value is (153,125,46). Sum of RGB (Red+Green+Blue) = 153+125+46=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #997D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D2E is #6682D1. Grayscale: #7C7C7C. Windows color (decimal): -6718162 or 3046809. OLE color: 3046809.
HSL color Cylindrical-coordinate representation of color #997D2E: hue angle of 44.3º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #997D2E is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 46 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.4 |
| HSL | 44.3º | 0.54% | 0.39% | - |
| HSV(B) | 44.3º | 0.7% | 0.6% | - |
| XYZ | 20.96 | 21.64 | 5.66 | - |
| YUV | 124.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 46 | 0 | 0.18 | 0.70 | 0.4 | 44.3 | 0.54 | 0.39 |
| Hex | 99 | 7D | 2E | 0 | 12 | 46 | 28 | 2C | 36 | 27 |
| Octal | 231 | 175 | 56 | 0 | 22 | 106 | 50 | 54 | 66 | 47 |
| Binary | 10011001 | 1111101 | 101110 | 0 | 10010 | 1000110 | 101000 | 101100 | 110110 | 100111 |
Color Harmonies of #997D2E
Complementary color
Monochromatic Colors of #997D2E
Black with #997D2E
Text Example
Text Example
White with #997D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D2E; }
p { color: rgb(153,125,46); }
H1.HeaderClassName
{
color: #997D2E;
}
.AnyTagClassName
{
color: #997D2E;
}
</style>
background-color css
<style>
a { background-color: #997D2E; }
a { background-color: rgb(153,125,46); }
div.DivClassName
{
background-color: #997D2E;
}
.BgClassName
{
background-color: #997D2E;
}
</style>
border-color css
<style>
span { border-color: #997D2E; }
span { border-color: rgb(153,125,46); }
td.TdClassName
{
border-color: #997D2E;
}
.TagClassName
{
border-color: #997D2E;
}
</style>