Shades of Lemon Ginger #908614
Tints of Lemon Ginger #908614
RGB
CMYK
RGB Variations
Color information
#908614 (or 0x908614) is known color: Lemon Ginger. HEX triplet: 90, 86 and 14. RGB value is (144,134,20). Sum of RGB (Red+Green+Blue) = 144+134+20=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #908614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908614 is #6F79EB. Grayscale: #7C7C7C. Windows color (decimal): -7305708 or 1345168. OLE color: 1345168.
HSL color Cylindrical-coordinate representation of color #908614: hue angle of 55.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #908614 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 20 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.44 |
| HSL | 55.16º | 0.76% | 0.32% | - |
| HSV(B) | 55.16º | 0.86% | 0.56% | - |
| XYZ | 20.15 | 23.03 | 4.04 | - |
| YUV | 123.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 20 | 0 | 0.07 | 0.86 | 0.44 | 55.16 | 0.76 | 0.32 |
| Hex | 90 | 86 | 14 | 0 | 7 | 56 | 2C | 37 | 4C | 20 |
| Octal | 220 | 206 | 24 | 0 | 7 | 126 | 54 | 67 | 114 | 40 |
| Binary | 10010000 | 10000110 | 10100 | 0 | 111 | 1010110 | 101100 | 110111 | 1001100 | 100000 |
Color Harmonies of #908614
Complementary color
Monochromatic Colors of #908614
Black with #908614
Text Example
Text Example
White with #908614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908614; }
p { color: rgb(144,134,20); }
H1.HeaderClassName
{
color: #908614;
}
.AnyTagClassName
{
color: #908614;
}
</style>
background-color css
<style>
a { background-color: #908614; }
a { background-color: rgb(144,134,20); }
div.DivClassName
{
background-color: #908614;
}
.BgClassName
{
background-color: #908614;
}
</style>
border-color css
<style>
span { border-color: #908614; }
span { border-color: rgb(144,134,20); }
td.TdClassName
{
border-color: #908614;
}
.TagClassName
{
border-color: #908614;
}
</style>