#999046

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

Shades of Highball #999046

Tints of Highball #999046

Color information

#999046 (or 0x999046) is unknown color: approx Highball. HEX triplet: 99, 90 and 46. RGB value is (153,144,70). Sum of RGB (Red+Green+Blue) = 153+144+70=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #999046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999046 is #666FB9. Grayscale: #8A8A8A. Windows color (decimal): -6713274 or 4624537. OLE color: 4624537.

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

Color convert

RGB15314470-
CMYK00.060.540.4
HSL53.49º37.22%43.73%-
HSV(B)53.49º54.25%60%-
XYZ24.2227.169.76-
YUV138.2589.48138.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=41.69%
G=39.24%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531447000.060.540.453.4937.2243.73
Hex99904606362835252c
Octal231220106066650654554
Binary100110011001000010001100110110110101000110101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999046; }

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

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

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

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

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

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

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

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