Shades of Lemon Ginger #998336
Tints of Lemon Ginger #998336
RGB
CMYK
RGB Variations
Color information
#998336 (or 0x998336) is known color: Lemon Ginger. HEX triplet: 99, 83 and 36. RGB value is (153,131,54). Sum of RGB (Red+Green+Blue) = 153+131+54=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #998336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998336 is #667CC9. Grayscale: #818181. Windows color (decimal): -6716618 or 3572633. OLE color: 3572633.
HSL color Cylindrical-coordinate representation of color #998336: hue angle of 46.67º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #998336 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 54 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.4 |
| HSL | 46.67º | 0.48% | 0.41% | - |
| HSV(B) | 46.67º | 0.65% | 0.6% | - |
| XYZ | 21.92 | 23.27 | 6.83 | - |
| YUV | 128.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 54 | 0 | 0.14 | 0.65 | 0.4 | 46.67 | 0.48 | 0.41 |
| Hex | 99 | 83 | 36 | 0 | E | 41 | 28 | 2F | 30 | 29 |
| Octal | 231 | 203 | 66 | 0 | 16 | 101 | 50 | 57 | 60 | 51 |
| Binary | 10011001 | 10000011 | 110110 | 0 | 1110 | 1000001 | 101000 | 101111 | 110000 | 101001 |
Color Harmonies of #998336
Complementary color
Monochromatic Colors of #998336
Black with #998336
Text Example
Text Example
White with #998336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998336; }
p { color: rgb(153,131,54); }
H1.HeaderClassName
{
color: #998336;
}
.AnyTagClassName
{
color: #998336;
}
</style>
background-color css
<style>
a { background-color: #998336; }
a { background-color: rgb(153,131,54); }
div.DivClassName
{
background-color: #998336;
}
.BgClassName
{
background-color: #998336;
}
</style>
border-color css
<style>
span { border-color: #998336; }
span { border-color: rgb(153,131,54); }
td.TdClassName
{
border-color: #998336;
}
.TagClassName
{
border-color: #998336;
}
</style>