#99964B

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

Shades of Highball #99964B

Tints of Highball #99964B

Color information

#99964B (or 0x99964B) is unknown color: approx Highball. HEX triplet: 99, 96 and 4B. RGB value is (153,150,75). Sum of RGB (Red+Green+Blue) = 153+150+75=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99964B is #6669B4. Grayscale: #8E8E8E. Windows color (decimal): -6711733 or 4953753. OLE color: 4953753.

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

Color convert

RGB15315075-
CMYK00.020.510.4
HSL57.69º34.21%44.71%-
HSV(B)57.69º50.98%60%-
XYZ25.3129.0910.94-
YUV142.3589.99135.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=40.48%
G=39.68%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531507500.020.510.457.6934.2144.71
Hex99964B0233283a222d
Octal231226113026350724255
Binary10011001100101101001011010110011101000111010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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