#968C2C

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

Shades of Lemon Ginger #968C2C

Tints of Lemon Ginger #968C2C

Color information

#968C2C (or 0x968C2C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8C and 2C. RGB value is (150,140,44). Sum of RGB (Red+Green+Blue) = 150+140+44=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C2C is #6973D3. Grayscale: #848484. Windows color (decimal): -6910932 or 2919574. OLE color: 2919574.

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

Color convert

RGB15014044-
CMYK00.070.710.41
HSL54.34º54.64%38.04%-
HSV(B)54.34º70.67%58.82%-
XYZ22.4125.426.11-
YUV132.0578.31140.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=44.91%
G=41.92%
B=13.17%

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
Decimal1501404400.070.710.4154.3454.6438.04
Hex968C2C074729363726
Octal226214540710751666746
Binary100101101000110010110001111000111101001110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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