Shades of Lemon Ginger #9A7E36
Tints of Lemon Ginger #9A7E36
RGB
CMYK
RGB Variations
Color information
#9A7E36 (or 0x9A7E36) is known color: Lemon Ginger. HEX triplet: 9A, 7E and 36. RGB value is (154,126,54). Sum of RGB (Red+Green+Blue) = 154+126+54=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7E36 is #6581C9. Grayscale: #7E7E7E. Windows color (decimal): -6652362 or 3571354. OLE color: 3571354.
HSL color Cylindrical-coordinate representation of color #9A7E36: hue angle of 43.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A7E36 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 54 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.40 |
| HSL | 43.2º | 0.48% | 0.41% | - |
| HSV(B) | 43.2º | 0.65% | 0.6% | - |
| XYZ | 21.45 | 22.06 | 6.62 | - |
| YUV | 126.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 54 | 0 | 0.18 | 0.65 | 0.40 | 43.2 | 0.48 | 0.41 |
| Hex | 9A | 7E | 36 | 0 | 12 | 41 | 28 | 2B | 30 | 29 |
| Octal | 232 | 176 | 66 | 0 | 22 | 101 | 50 | 53 | 60 | 51 |
| Binary | 10011010 | 1111110 | 110110 | 0 | 10010 | 1000001 | 101000 | 101011 | 110000 | 101001 |
Color Harmonies of #9A7E36
Complementary color
Monochromatic Colors of #9A7E36
Black with #9A7E36
Text Example
Text Example
White with #9A7E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E36; }
p { color: rgb(154,126,54); }
H1.HeaderClassName
{
color: #9A7E36;
}
.AnyTagClassName
{
color: #9A7E36;
}
</style>
background-color css
<style>
a { background-color: #9A7E36; }
a { background-color: rgb(154,126,54); }
div.DivClassName
{
background-color: #9A7E36;
}
.BgClassName
{
background-color: #9A7E36;
}
</style>
border-color css
<style>
span { border-color: #9A7E36; }
span { border-color: rgb(154,126,54); }
td.TdClassName
{
border-color: #9A7E36;
}
.TagClassName
{
border-color: #9A7E36;
}
</style>