#999334

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

Shades of Highball #999334

Tints of Highball #999334

Color information

#999334 (or 0x999334) is unknown color: approx Highball. HEX triplet: 99, 93 and 34. RGB value is (153,147,52). Sum of RGB (Red+Green+Blue) = 153+147+52=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #999334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999334 is #666CCB. Grayscale: #8A8A8A. Windows color (decimal): -6712524 or 3445657. OLE color: 3445657.

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

Color convert

RGB15314752-
CMYK00.040.660.4
HSL56.44º49.27%40.2%-
HSV(B)56.44º66.01%60%-
XYZ24.1927.897.36-
YUV137.9679.49138.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=43.47%
G=41.76%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531475200.040.660.456.4449.2740.2
Hex999334044228383128
Octal231223640410250706150
Binary100110011001001111010001001000010101000111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999334; }

 p { color: rgb(153,147,52); }

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

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

 a { background-color: rgb(153,147,52); }

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

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

 span { border-color: rgb(153,147,52); }

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