#999642

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

Shades of Highball #999642

Tints of Highball #999642

Color information

#999642 (or 0x999642) is unknown color: approx Highball. HEX triplet: 99, 96 and 42. RGB value is (153,150,66). Sum of RGB (Red+Green+Blue) = 153+150+66=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #999642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999642 is #6669BD. Grayscale: #8D8D8D. Windows color (decimal): -6711742 or 4363929. OLE color: 4363929.

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

Color convert

RGB15315066-
CMYK00.020.570.4
HSL57.93º39.73%42.94%-
HSV(B)57.93º56.86%60%-
XYZ25.0328.989.43-
YUV141.3285.49136.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=41.46%
G=40.65%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531506600.020.570.457.9339.7342.94
Hex9996420239283a282b
Octal231226102027150725053
Binary10011001100101101000010010111001101000111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999642; }

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

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

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

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

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

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

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

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