#999040

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

Shades of Highball #999040

Tints of Highball #999040

Color information

#999040 (or 0x999040) is unknown color: approx Highball. HEX triplet: 99, 90 and 40. RGB value is (153,144,64). Sum of RGB (Red+Green+Blue) = 153+144+64=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #999040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999040 is #666FBF. Grayscale: #898989. Windows color (decimal): -6713280 or 4231321. OLE color: 4231321.

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

Color convert

RGB15314464-
CMYK00.060.580.4
HSL53.93º41.01%42.55%-
HSV(B)53.93º58.17%60%-
XYZ24.0427.098.81-
YUV137.5786.48139-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=42.38%
G=39.89%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531446400.060.580.453.9341.0142.55
Hex999040063A2836292b
Octal231220100067250665153
Binary100110011001000010000000110111010101000110110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999040; }

 p { color: rgb(153,144,64); }

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

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

 a { background-color: rgb(153,144,64); }

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

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

 span { border-color: rgb(153,144,64); }

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