#967D2C

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

Shades of Lemon Ginger #967D2C

Tints of Lemon Ginger #967D2C

Color information

#967D2C (or 0x967D2C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7D and 2C. RGB value is (150,125,44). Sum of RGB (Red+Green+Blue) = 150+125+44=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #967D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D2C is #6982D3. Grayscale: #7B7B7B. Windows color (decimal): -6914772 or 2915734. OLE color: 2915734.

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

Color convert

RGB15012544-
CMYK00.170.710.41
HSL45.85º54.64%38.04%-
HSV(B)45.85º70.67%58.82%-
XYZ20.3721.335.43-
YUV123.2483.28147.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=47.02%
G=39.18%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501254400.170.710.4145.8554.6438.04
Hex967D2C01147292e3726
Octal2261755402110751566746
Binary1001011011111011011000100011000111101001101110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967D2C; }

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

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

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

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

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

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

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

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