Shades of Lemon Ginger #918620
Tints of Lemon Ginger #918620
RGB
CMYK
RGB Variations
Color information
#918620 (or 0x918620) is known color: Lemon Ginger. HEX triplet: 91, 86 and 20. RGB value is (145,134,32). Sum of RGB (Red+Green+Blue) = 145+134+32=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #918620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918620 is #6E79DF. Grayscale: #7E7E7E. Windows color (decimal): -7240160 or 2131601. OLE color: 2131601.
HSL color Cylindrical-coordinate representation of color #918620: hue angle of 54.16º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #918620 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 32 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.43 |
| HSL | 54.16º | 0.64% | 0.35% | - |
| HSV(B) | 54.16º | 0.78% | 0.57% | - |
| XYZ | 20.46 | 23.17 | 4.76 | - |
| YUV | 125.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 32 | 0 | 0.08 | 0.78 | 0.43 | 54.16 | 0.64 | 0.35 |
| Hex | 91 | 86 | 20 | 0 | 8 | 4E | 2B | 36 | 40 | 23 |
| Octal | 221 | 206 | 40 | 0 | 10 | 116 | 53 | 66 | 100 | 43 |
| Binary | 10010001 | 10000110 | 100000 | 0 | 1000 | 1001110 | 101011 | 110110 | 1000000 | 100011 |
Color Harmonies of #918620
Complementary color
Monochromatic Colors of #918620
Black with #918620
Text Example
Text Example
White with #918620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918620; }
p { color: rgb(145,134,32); }
H1.HeaderClassName
{
color: #918620;
}
.AnyTagClassName
{
color: #918620;
}
</style>
background-color css
<style>
a { background-color: #918620; }
a { background-color: rgb(145,134,32); }
div.DivClassName
{
background-color: #918620;
}
.BgClassName
{
background-color: #918620;
}
</style>
border-color css
<style>
span { border-color: #918620; }
span { border-color: rgb(145,134,32); }
td.TdClassName
{
border-color: #918620;
}
.TagClassName
{
border-color: #918620;
}
</style>