#968440

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

Shades of Highball #968440

Tints of Highball #968440

Color information

#968440 (or 0x968440) is unknown color: approx Highball. HEX triplet: 96, 84 and 40. RGB value is (150,132,64). Sum of RGB (Red+Green+Blue) = 150+132+64=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #968440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968440 is #697BBF. Grayscale: #818181. Windows color (decimal): -6912960 or 4228246. OLE color: 4228246.

HSL color Cylindrical-coordinate representation of color #968440: hue angle of 47.44º 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 #968440 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15013264-
CMYK00.120.570.41
HSL47.44º40.19%41.96%-
HSV(B)47.44º57.33%58.82%-
XYZ21.7523.368.21-
YUV129.6390.96142.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=43.35%
G=38.15%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501326400.120.570.4147.4440.1941.96
Hex9684400C39292f282a
Octal2262041000147151575052
Binary1001011010000100100000001100111001101001101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968440; }

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

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

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

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

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

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

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

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