#999648

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

Shades of Highball #999648

Tints of Highball #999648

Color information

#999648 (or 0x999648) is unknown color: approx Highball. HEX triplet: 99, 96 and 48. RGB value is (153,150,72). Sum of RGB (Red+Green+Blue) = 153+150+72=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #999648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999648 is #6669B7. Grayscale: #8E8E8E. Windows color (decimal): -6711736 or 4757145. OLE color: 4757145.

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

Color convert

RGB15315072-
CMYK00.020.530.4
HSL57.78º36%44.12%-
HSV(B)57.78º52.94%60%-
XYZ25.2129.0510.41-
YUV14288.49135.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=40.8%
G=40%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531507200.020.530.457.783644.12
Hex9996480235283a242c
Octal231226110026550724454
Binary10011001100101101001000010110101101000111010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999648; }

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

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

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

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

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

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

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

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