Shades of Lemon Ginger #908631
Tints of Lemon Ginger #908631
RGB
CMYK
RGB Variations
Color information
#908631 (or 0x908631) is known color: Lemon Ginger. HEX triplet: 90, 86 and 31. RGB value is (144,134,49). Sum of RGB (Red+Green+Blue) = 144+134+49=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #908631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908631 is #6F79CE. Grayscale: #7F7F7F. Windows color (decimal): -7305679 or 3245712. OLE color: 3245712.
HSL color Cylindrical-coordinate representation of color #908631: hue angle of 53.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #908631 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 49 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.44 |
| HSL | 53.68º | 0.49% | 0.38% | - |
| HSV(B) | 53.68º | 0.66% | 0.56% | - |
| XYZ | 20.58 | 23.2 | 6.3 | - |
| YUV | 127.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 49 | 0 | 0.07 | 0.66 | 0.44 | 53.68 | 0.49 | 0.38 |
| Hex | 90 | 86 | 31 | 0 | 7 | 42 | 2C | 36 | 31 | 26 |
| Octal | 220 | 206 | 61 | 0 | 7 | 102 | 54 | 66 | 61 | 46 |
| Binary | 10010000 | 10000110 | 110001 | 0 | 111 | 1000010 | 101100 | 110110 | 110001 | 100110 |
Color Harmonies of #908631
Complementary color
Monochromatic Colors of #908631
Black with #908631
Text Example
Text Example
White with #908631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908631; }
p { color: rgb(144,134,49); }
H1.HeaderClassName
{
color: #908631;
}
.AnyTagClassName
{
color: #908631;
}
</style>
background-color css
<style>
a { background-color: #908631; }
a { background-color: rgb(144,134,49); }
div.DivClassName
{
background-color: #908631;
}
.BgClassName
{
background-color: #908631;
}
</style>
border-color css
<style>
span { border-color: #908631; }
span { border-color: rgb(144,134,49); }
td.TdClassName
{
border-color: #908631;
}
.TagClassName
{
border-color: #908631;
}
</style>