Shades of Lemon Ginger #918632
Tints of Lemon Ginger #918632
RGB
CMYK
RGB Variations
Color information
#918632 (or 0x918632) is known color: Lemon Ginger. HEX triplet: 91, 86 and 32. RGB value is (145,134,50). Sum of RGB (Red+Green+Blue) = 145+134+50=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #918632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918632 is #6E79CD. Grayscale: #808080. Windows color (decimal): -7240142 or 3311249. OLE color: 3311249.
HSL color Cylindrical-coordinate representation of color #918632: hue angle of 53.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #918632 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 50 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.43 |
| HSL | 53.05º | 0.49% | 0.38% | - |
| HSV(B) | 53.05º | 0.66% | 0.57% | - |
| XYZ | 20.78 | 23.3 | 6.42 | - |
| YUV | 127.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 50 | 0 | 0.08 | 0.66 | 0.43 | 53.05 | 0.49 | 0.38 |
| Hex | 91 | 86 | 32 | 0 | 8 | 42 | 2B | 35 | 31 | 26 |
| Octal | 221 | 206 | 62 | 0 | 10 | 102 | 53 | 65 | 61 | 46 |
| Binary | 10010001 | 10000110 | 110010 | 0 | 1000 | 1000010 | 101011 | 110101 | 110001 | 100110 |
Color Harmonies of #918632
Complementary color
Monochromatic Colors of #918632
Black with #918632
Text Example
Text Example
White with #918632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918632; }
p { color: rgb(145,134,50); }
H1.HeaderClassName
{
color: #918632;
}
.AnyTagClassName
{
color: #918632;
}
</style>
background-color css
<style>
a { background-color: #918632; }
a { background-color: rgb(145,134,50); }
div.DivClassName
{
background-color: #918632;
}
.BgClassName
{
background-color: #918632;
}
</style>
border-color css
<style>
span { border-color: #918632; }
span { border-color: rgb(145,134,50); }
td.TdClassName
{
border-color: #918632;
}
.TagClassName
{
border-color: #918632;
}
</style>