#968039

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

Shades of Lemon Ginger #968039

Tints of Lemon Ginger #968039

Color information

#968039 (or 0x968039) is unknown color: approx Lemon Ginger. HEX triplet: 96, 80 and 39. RGB value is (150,128,57). Sum of RGB (Red+Green+Blue) = 150+128+57=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #968039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968039 is #697FC6. Grayscale: #7E7E7E. Windows color (decimal): -6913991 or 3768470. OLE color: 3768470.

HSL color Cylindrical-coordinate representation of color #968039: hue angle of 45.81º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #968039 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB15012857-
CMYK00.150.620.41
HSL45.81º44.93%40.59%-
HSV(B)45.81º62%58.82%-
XYZ21.0422.227.05-
YUV126.4888.79144.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=44.78%
G=38.21%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501285700.150.620.4145.8144.9340.59
Hex9680390F3E292e2d29
Octal226200710177651565551
Binary100101101000000011100101111111110101001101110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968039; }

 p { color: rgb(150,128,57); }

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

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

 a { background-color: rgb(150,128,57); }

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

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

 span { border-color: rgb(150,128,57); }

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