#967C2B

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

Shades of Lemon Ginger #967C2B

Tints of Lemon Ginger #967C2B

Color information

#967C2B (or 0x967C2B) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7C and 2B. RGB value is (150,124,43). Sum of RGB (Red+Green+Blue) = 150+124+43=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C2B is #6983D4. Grayscale: #7A7A7A. Windows color (decimal): -6915029 or 2849942. OLE color: 2849942.

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

Color convert

RGB15012443-
CMYK00.170.710.41
HSL45.42º55.44%37.84%-
HSV(B)45.42º71.33%58.82%-
XYZ20.2221.075.29-
YUV122.5483.11147.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=47.32%
G=39.12%
B=13.56%

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
Decimal1501244300.170.710.4145.4255.4437.84
Hex967C2B01147292d3726
Octal2261745302110751556746
Binary1001011011111001010110100011000111101001101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,43); }

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

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

 a { background-color: rgb(150,124,43); }

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

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

 span { border-color: rgb(150,124,43); }

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