#968040

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

Shades of Highball #968040

Tints of Highball #968040

Color information

#968040 (or 0x968040) is unknown color: approx Highball. HEX triplet: 96, 80 and 40. RGB value is (150,128,64). Sum of RGB (Red+Green+Blue) = 150+128+64=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #968040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968040 is #697FBF. Grayscale: #7F7F7F. Windows color (decimal): -6913984 or 4227222. OLE color: 4227222.

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

Color convert

RGB15012864-
CMYK00.150.570.41
HSL44.65º40.19%41.96%-
HSV(B)44.65º57.33%58.82%-
XYZ21.2222.298.03-
YUV127.2892.29144.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=43.86%
G=37.43%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501286400.150.570.4144.6540.1941.96
Hex9680400F39292d282a
Octal2262001000177151555052
Binary1001011010000000100000001111111001101001101101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968040; }

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

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

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

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

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

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

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

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