Shades of Lemon Ginger #968E2D
Tints of Lemon Ginger #968E2D
RGB
CMYK
RGB Variations
Color information
#968E2D (or 0x968E2D) is known color: Lemon Ginger. HEX triplet: 96, 8E and 2D. RGB value is (150,142,45). Sum of RGB (Red+Green+Blue) = 150+142+45=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E2D is #6971D2. Grayscale: #858585. Windows color (decimal): -6910419 or 2985622. OLE color: 2985622.
HSL color Cylindrical-coordinate representation of color #968E2D: hue angle of 55.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #968E2D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 45 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.41 |
| HSL | 55.43º | 0.54% | 0.38% | - |
| HSV(B) | 55.43º | 0.7% | 0.59% | - |
| XYZ | 22.72 | 26.02 | 6.31 | - |
| YUV | 133.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 45 | 0 | 0.05 | 0.70 | 0.41 | 55.43 | 0.54 | 0.38 |
| Hex | 96 | 8E | 2D | 0 | 5 | 46 | 29 | 37 | 36 | 26 |
| Octal | 226 | 216 | 55 | 0 | 5 | 106 | 51 | 67 | 66 | 46 |
| Binary | 10010110 | 10001110 | 101101 | 0 | 101 | 1000110 | 101001 | 110111 | 110110 | 100110 |
Color Harmonies of #968E2D
Complementary color
Monochromatic Colors of #968E2D
Black with #968E2D
Text Example
Text Example
White with #968E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E2D; }
p { color: rgb(150,142,45); }
H1.HeaderClassName
{
color: #968E2D;
}
.AnyTagClassName
{
color: #968E2D;
}
</style>
background-color css
<style>
a { background-color: #968E2D; }
a { background-color: rgb(150,142,45); }
div.DivClassName
{
background-color: #968E2D;
}
.BgClassName
{
background-color: #968E2D;
}
</style>
border-color css
<style>
span { border-color: #968E2D; }
span { border-color: rgb(150,142,45); }
td.TdClassName
{
border-color: #968E2D;
}
.TagClassName
{
border-color: #968E2D;
}
</style>