#96934C

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

Shades of Highball #96934C

Tints of Highball #96934C

Color information

#96934C (or 0x96934C) is unknown color: approx Highball. HEX triplet: 96, 93 and 4C. RGB value is (150,147,76). Sum of RGB (Red+Green+Blue) = 150+147+76=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96934C is #696CB3. Grayscale: #8C8C8C. Windows color (decimal): -6909108 or 5018518. OLE color: 5018518.

HSL color Cylindrical-coordinate representation of color #96934C: hue angle of 57.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96934C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15014776-
CMYK00.020.490.41
HSL57.57º32.74%44.31%-
HSV(B)57.57º49.33%58.82%-
XYZ24.3227.8710.94-
YUV139.891.99135.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=40.21%
G=39.41%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501477600.020.490.4157.5732.7444.31
Hex96934C0231293a212c
Octal226223114026151724154
Binary10010110100100111001100010110001101001111010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96934C; }

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

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

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

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

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

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

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

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