#999033

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

Shades of Highball #999033

Tints of Highball #999033

Color information

#999033 (or 0x999033) is unknown color: approx Highball. HEX triplet: 99, 90 and 33. RGB value is (153,144,51). Sum of RGB (Red+Green+Blue) = 153+144+51=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #999033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999033 is #666FCC. Grayscale: #888888. Windows color (decimal): -6713293 or 3379353. OLE color: 3379353.

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

Color convert

RGB15314451-
CMYK00.060.670.4
HSL54.71º50%40%-
HSV(B)54.71º66.67%60%-
XYZ23.7126.967.09-
YUV136.0979.98140.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=43.97%
G=41.38%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531445100.060.670.454.715040
Hex999033064328373228
Octal231220630610350676250
Binary100110011001000011001101101000011101000110111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999033; }

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

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

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

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

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

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

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

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