Shades of Lemon Ginger #968E2E
Tints of Lemon Ginger #968E2E
RGB
CMYK
RGB Variations
Color information
#968E2E (or 0x968E2E) is known color: Lemon Ginger. HEX triplet: 96, 8E and 2E. RGB value is (150,142,46). Sum of RGB (Red+Green+Blue) = 150+142+46=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #968E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E2E is #6971D1. Grayscale: #858585. Windows color (decimal): -6910418 or 3051158. OLE color: 3051158.
HSL color Cylindrical-coordinate representation of color #968E2E: hue angle of 55.38º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #968E2E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 46 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.41 |
| HSL | 55.38º | 0.53% | 0.38% | - |
| HSV(B) | 55.38º | 0.69% | 0.59% | - |
| XYZ | 22.74 | 26.03 | 6.41 | - |
| YUV | 133.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 46 | 0 | 0.05 | 0.69 | 0.41 | 55.38 | 0.53 | 0.38 |
| Hex | 96 | 8E | 2E | 0 | 5 | 45 | 29 | 37 | 35 | 26 |
| Octal | 226 | 216 | 56 | 0 | 5 | 105 | 51 | 67 | 65 | 46 |
| Binary | 10010110 | 10001110 | 101110 | 0 | 101 | 1000101 | 101001 | 110111 | 110101 | 100110 |
Color Harmonies of #968E2E
Complementary color
Monochromatic Colors of #968E2E
Black with #968E2E
Text Example
Text Example
White with #968E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E2E; }
p { color: rgb(150,142,46); }
H1.HeaderClassName
{
color: #968E2E;
}
.AnyTagClassName
{
color: #968E2E;
}
</style>
background-color css
<style>
a { background-color: #968E2E; }
a { background-color: rgb(150,142,46); }
div.DivClassName
{
background-color: #968E2E;
}
.BgClassName
{
background-color: #968E2E;
}
</style>
border-color css
<style>
span { border-color: #968E2E; }
span { border-color: rgb(150,142,46); }
td.TdClassName
{
border-color: #968E2E;
}
.TagClassName
{
border-color: #968E2E;
}
</style>