#99964C

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

Shades of Highball #99964C

Tints of Highball #99964C

Color information

#99964C (or 0x99964C) is unknown color: approx Highball. HEX triplet: 99, 96 and 4C. RGB value is (153,150,76). Sum of RGB (Red+Green+Blue) = 153+150+76=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99964C is #6669B3. Grayscale: #8E8E8E. Windows color (decimal): -6711732 or 5019289. OLE color: 5019289.

HSL color Cylindrical-coordinate representation of color #99964C: hue angle of 57.66º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99964C is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15315076-
CMYK00.020.500.4
HSL57.66º33.62%44.9%-
HSV(B)57.66º50.33%60%-
XYZ25.3529.1111.12-
YUV142.4690.49135.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 76 (30.08% from 255) = 20.05%
R=40.37%
G=39.58%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531507600.020.500.457.6633.6244.9
Hex99964C0232283a222d
Octal231226114026250724255
Binary10011001100101101001100010110010101000111010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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