#969342

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

Shades of Highball #969342

Tints of Highball #969342

Color information

#969342 (or 0x969342) is unknown color: approx Highball. HEX triplet: 96, 93 and 42. RGB value is (150,147,66). Sum of RGB (Red+Green+Blue) = 150+147+66=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #969342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969342 is #696CBD. Grayscale: #8A8A8A. Windows color (decimal): -6909118 or 4363158. OLE color: 4363158.

HSL color Cylindrical-coordinate representation of color #969342: hue angle of 57.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #969342 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15014766-
CMYK00.020.560.41
HSL57.86º38.89%42.35%-
HSV(B)57.86º56%58.82%-
XYZ23.9927.749.24-
YUV138.6686.99136.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=41.32%
G=40.50%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501476600.020.560.4157.8638.8942.35
Hex9693420238293a272a
Octal226223102027051724752
Binary10010110100100111000010010111000101001111010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969342; }

 p { color: rgb(150,147,66); }

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

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

 a { background-color: rgb(150,147,66); }

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

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

 span { border-color: rgb(150,147,66); }

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