#967E40

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

Shades of Highball #967E40

Tints of Highball #967E40

Color information

#967E40 (or 0x967E40) is unknown color: approx Highball. HEX triplet: 96, 7E and 40. RGB value is (150,126,64). Sum of RGB (Red+Green+Blue) = 150+126+64=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #967E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E40 is #6981BF. Grayscale: #7E7E7E. Windows color (decimal): -6914496 or 4226710. OLE color: 4226710.

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

Color convert

RGB15012664-
CMYK00.160.570.41
HSL43.26º40.19%41.96%-
HSV(B)43.26º57.33%58.82%-
XYZ20.9621.787.95-
YUV126.1192.95145.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=44.12%
G=37.06%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501266400.160.570.4143.2640.1941.96
Hex967E4001039292b282a
Octal2261761000207151535052
Binary1001011011111101000000010000111001101001101011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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