#968936

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

Shades of Highball #968936

Tints of Highball #968936

Color information

#968936 (or 0x968936) is unknown color: approx Highball. HEX triplet: 96, 89 and 36. RGB value is (150,137,54). Sum of RGB (Red+Green+Blue) = 150+137+54=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #968936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968936 is #6976C9. Grayscale: #838383. Windows color (decimal): -6911690 or 3574166. OLE color: 3574166.

HSL color Cylindrical-coordinate representation of color #968936: hue angle of 51.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #968936 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB15013754-
CMYK00.090.640.41
HSL51.88º47.06%40%-
HSV(B)51.88º64%58.82%-
XYZ22.1924.647.08-
YUV131.4384.31141.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 54 (21.48% from 255) = 15.84%
R=43.99%
G=40.18%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501375400.090.640.4151.8847.0640
Hex968936094029342f28
Octal2262116601110051645750
Binary1001011010001001110110010011000000101001110100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968936; }

 p { color: rgb(150,137,54); }

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

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

 a { background-color: rgb(150,137,54); }

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

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

 span { border-color: rgb(150,137,54); }

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