#968A2C

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

Shades of Lemon Ginger #968A2C

Tints of Lemon Ginger #968A2C

Color information

#968A2C (or 0x968A2C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 2C. RGB value is (150,138,44). Sum of RGB (Red+Green+Blue) = 150+138+44=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #968A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A2C is #6975D3. Grayscale: #838383. Windows color (decimal): -6911444 or 2919062. OLE color: 2919062.

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

Color convert

RGB15013844-
CMYK00.080.710.41
HSL53.21º54.64%38.04%-
HSV(B)53.21º70.67%58.82%-
XYZ22.1224.846.01-
YUV130.8778.98141.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=45.18%
G=41.57%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501384400.080.710.4153.2154.6438.04
Hex968A2C084729353726
Octal2262125401010751656746
Binary1001011010001010101100010001000111101001110101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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