#969039

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

Shades of Highball #969039

Tints of Highball #969039

Color information

#969039 (or 0x969039) is unknown color: approx Highball. HEX triplet: 96, 90 and 39. RGB value is (150,144,57). Sum of RGB (Red+Green+Blue) = 150+144+57=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #969039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969039 is #696FC6. Grayscale: #888888. Windows color (decimal): -6909895 or 3772566. OLE color: 3772566.

HSL color Cylindrical-coordinate representation of color #969039: hue angle of 56.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #969039 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB15014457-
CMYK00.040.620.41
HSL56.13º44.93%40.59%-
HSV(B)56.13º62%58.82%-
XYZ23.2926.737.8-
YUV135.8883.49138.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 57 (22.66% from 255) = 16.24%
R=42.74%
G=41.03%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501445700.040.620.4156.1344.9340.59
Hex969039043E29382d29
Octal22622071047651705551
Binary10010110100100001110010100111110101001111000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969039; }

 p { color: rgb(150,144,57); }

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

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

 a { background-color: rgb(150,144,57); }

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

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

 span { border-color: rgb(150,144,57); }

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