#968E2C

Color #968E2C Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #968E2C

Tints of Lemon Ginger #968E2C

Color information

#968E2C (or 0x968E2C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8E and 2C. RGB value is (150,142,44). Sum of RGB (Red+Green+Blue) = 150+142+44=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #968E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E2C is #6971D3. Grayscale: #858585. Windows color (decimal): -6910420 or 2920086. OLE color: 2920086.

HSL color Cylindrical-coordinate representation of color #968E2C: hue angle of 55.47º 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 #968E2C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15014244-
CMYK00.050.710.41
HSL55.47º54.64%38.04%-
HSV(B)55.47º70.67%58.82%-
XYZ22.7126.016.21-
YUV133.2277.65139.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 44 (17.58% from 255) = 13.10%
R=44.64%
G=42.26%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501424400.050.710.4155.4754.6438.04
Hex968E2C054729373726
Octal226216540510751676746
Binary100101101000111010110001011000111101001110111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968E2C; }

 p { color: rgb(150,142,44); }

 H1.HeaderClassName
 {
   color: #968E2C;
 }
 .AnyTagClassName
 {
   color: #968E2C;
 }
</style>
background-color css

<style>
 a { background-color: #968E2C; }

 a { background-color: rgb(150,142,44); }

 div.DivClassName
 {
   background-color: #968E2C;
 }
 .BgClassName
 {
   background-color: #968E2C;
 }
</style>
border-color css

<style>
 span { border-color: #968E2C; }

 span { border-color: rgb(150,142,44); }

 td.TdClassName
 {
   border-color: #968E2C;
 }
 .TagClassName
 {
   border-color: #968E2C;
 }
</style>