Shades of Lemon Ginger #918415
Tints of Lemon Ginger #918415
RGB
CMYK
RGB Variations
Color information
#918415 (or 0x918415) is known color: Lemon Ginger. HEX triplet: 91, 84 and 15. RGB value is (145,132,21). Sum of RGB (Red+Green+Blue) = 145+132+21=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #918415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918415 is #6E7BEA. Grayscale: #7B7B7B. Windows color (decimal): -7240683 or 1410193. OLE color: 1410193.
HSL color Cylindrical-coordinate representation of color #918415: hue angle of 53.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918415 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 21 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.43 |
| HSL | 53.71º | 0.75% | 0.33% | - |
| HSV(B) | 53.71º | 0.86% | 0.57% | - |
| XYZ | 20.06 | 22.58 | 4.01 | - |
| YUV | 123.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 21 | 0 | 0.09 | 0.86 | 0.43 | 53.71 | 0.75 | 0.33 |
| Hex | 91 | 84 | 15 | 0 | 9 | 56 | 2B | 36 | 4B | 21 |
| Octal | 221 | 204 | 25 | 0 | 11 | 126 | 53 | 66 | 113 | 41 |
| Binary | 10010001 | 10000100 | 10101 | 0 | 1001 | 1010110 | 101011 | 110110 | 1001011 | 100001 |
Color Harmonies of #918415
Complementary color
Monochromatic Colors of #918415
Black with #918415
Text Example
Text Example
White with #918415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918415; }
p { color: rgb(145,132,21); }
H1.HeaderClassName
{
color: #918415;
}
.AnyTagClassName
{
color: #918415;
}
</style>
background-color css
<style>
a { background-color: #918415; }
a { background-color: rgb(145,132,21); }
div.DivClassName
{
background-color: #918415;
}
.BgClassName
{
background-color: #918415;
}
</style>
border-color css
<style>
span { border-color: #918415; }
span { border-color: rgb(145,132,21); }
td.TdClassName
{
border-color: #918415;
}
.TagClassName
{
border-color: #918415;
}
</style>