Shades of Lemon Ginger #968A1D
Tints of Lemon Ginger #968A1D
RGB
CMYK
RGB Variations
Color information
#968A1D (or 0x968A1D) is known color: Lemon Ginger. HEX triplet: 96, 8A and 1D. RGB value is (150,138,29). Sum of RGB (Red+Green+Blue) = 150+138+29=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #968A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A1D is #6975E2. Grayscale: #818181. Windows color (decimal): -6911459 or 1936022. OLE color: 1936022.
HSL color Cylindrical-coordinate representation of color #968A1D: hue angle of 54.05º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #968A1D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 29 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.41 |
| HSL | 54.05º | 0.68% | 0.35% | - |
| HSV(B) | 54.05º | 0.81% | 0.59% | - |
| XYZ | 21.89 | 24.75 | 4.79 | - |
| YUV | 129.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 29 | 0 | 0.08 | 0.81 | 0.41 | 54.05 | 0.68 | 0.35 |
| Hex | 96 | 8A | 1D | 0 | 8 | 51 | 29 | 36 | 44 | 23 |
| Octal | 226 | 212 | 35 | 0 | 10 | 121 | 51 | 66 | 104 | 43 |
| Binary | 10010110 | 10001010 | 11101 | 0 | 1000 | 1010001 | 101001 | 110110 | 1000100 | 100011 |
Color Harmonies of #968A1D
Complementary color
Monochromatic Colors of #968A1D
Black with #968A1D
Text Example
Text Example
White with #968A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A1D; }
p { color: rgb(150,138,29); }
H1.HeaderClassName
{
color: #968A1D;
}
.AnyTagClassName
{
color: #968A1D;
}
</style>
background-color css
<style>
a { background-color: #968A1D; }
a { background-color: rgb(150,138,29); }
div.DivClassName
{
background-color: #968A1D;
}
.BgClassName
{
background-color: #968A1D;
}
</style>
border-color css
<style>
span { border-color: #968A1D; }
span { border-color: rgb(150,138,29); }
td.TdClassName
{
border-color: #968A1D;
}
.TagClassName
{
border-color: #968A1D;
}
</style>