#967E3B

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

Shades of Lemon Ginger #967E3B

Tints of Lemon Ginger #967E3B

Color information

#967E3B (or 0x967E3B) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7E and 3B. RGB value is (150,126,59). Sum of RGB (Red+Green+Blue) = 150+126+59=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #967E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E3B is #6981C4. Grayscale: #7D7D7D. Windows color (decimal): -6914501 or 3899030. OLE color: 3899030.

HSL color Cylindrical-coordinate representation of color #967E3B: hue angle of 44.18º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #967E3B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15012659-
CMYK00.160.610.41
HSL44.18º43.54%40.98%-
HSV(B)44.18º60.67%58.82%-
XYZ20.8321.727.23-
YUV125.5490.45145.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=44.78%
G=37.61%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501265900.160.610.4144.1843.5440.98
Hex967E3B0103D292c2c29
Octal226176730207551545451
Binary100101101111110111011010000111101101001101100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,126,59); }

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

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

 a { background-color: rgb(150,126,59); }

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

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

 span { border-color: rgb(150,126,59); }

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