#969346

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

Shades of Highball #969346

Tints of Highball #969346

Color information

#969346 (or 0x969346) is unknown color: approx Highball. HEX triplet: 96, 93 and 46. RGB value is (150,147,70). Sum of RGB (Red+Green+Blue) = 150+147+70=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #969346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969346 is #696CB9. Grayscale: #8B8B8B. Windows color (decimal): -6909114 or 4625302. OLE color: 4625302.

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

Color convert

RGB15014770-
CMYK00.020.530.41
HSL57.75º36.36%43.14%-
HSV(B)57.75º53.33%58.82%-
XYZ24.1227.799.89-
YUV139.1288.99135.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=40.87%
G=40.05%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501477000.020.530.4157.7536.3643.14
Hex9693460235293a242b
Octal226223106026551724453
Binary10010110100100111000110010110101101001111010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969346; }

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

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

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

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

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

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

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

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