Shades of Lemon Ginger #967C2C
Tints of Lemon Ginger #967C2C
RGB
CMYK
RGB Variations
Color information
#967C2C (or 0x967C2C) is known color: Lemon Ginger. HEX triplet: 96, 7C and 2C. RGB value is (150,124,44). Sum of RGB (Red+Green+Blue) = 150+124+44=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #967C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C2C is #6983D3. Grayscale: #7B7B7B. Windows color (decimal): -6915028 or 2915478. OLE color: 2915478.
HSL color Cylindrical-coordinate representation of color #967C2C: hue angle of 45.28º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #967C2C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 44 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.41 |
| HSL | 45.28º | 0.55% | 0.38% | - |
| HSV(B) | 45.28º | 0.71% | 0.59% | - |
| XYZ | 20.24 | 21.08 | 5.39 | - |
| YUV | 122.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 44 | 0 | 0.17 | 0.71 | 0.41 | 45.28 | 0.55 | 0.38 |
| Hex | 96 | 7C | 2C | 0 | 11 | 47 | 29 | 2D | 37 | 26 |
| Octal | 226 | 174 | 54 | 0 | 21 | 107 | 51 | 55 | 67 | 46 |
| Binary | 10010110 | 1111100 | 101100 | 0 | 10001 | 1000111 | 101001 | 101101 | 110111 | 100110 |
Color Harmonies of #967C2C
Complementary color
Monochromatic Colors of #967C2C
Black with #967C2C
Text Example
Text Example
White with #967C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C2C; }
p { color: rgb(150,124,44); }
H1.HeaderClassName
{
color: #967C2C;
}
.AnyTagClassName
{
color: #967C2C;
}
</style>
background-color css
<style>
a { background-color: #967C2C; }
a { background-color: rgb(150,124,44); }
div.DivClassName
{
background-color: #967C2C;
}
.BgClassName
{
background-color: #967C2C;
}
</style>
border-color css
<style>
span { border-color: #967C2C; }
span { border-color: rgb(150,124,44); }
td.TdClassName
{
border-color: #967C2C;
}
.TagClassName
{
border-color: #967C2C;
}
</style>