#968B2C

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

Shades of Lemon Ginger #968B2C

Tints of Lemon Ginger #968B2C

Color information

#968B2C (or 0x968B2C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8B and 2C. RGB value is (150,139,44). Sum of RGB (Red+Green+Blue) = 150+139+44=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B2C is #6974D3. Grayscale: #838383. Windows color (decimal): -6911188 or 2919318. OLE color: 2919318.

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

Color convert

RGB15013944-
CMYK00.070.710.41
HSL53.77º54.64%38.04%-
HSV(B)53.77º70.67%58.82%-
XYZ22.2625.136.06-
YUV131.4678.64141.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 44 (17.58% from 255) = 13.21%
R=45.05%
G=41.74%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501394400.070.710.4153.7754.6438.04
Hex968B2C074729363726
Octal226213540710751666746
Binary100101101000101110110001111000111101001110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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