#999345

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

Shades of Highball #999345

Tints of Highball #999345

Color information

#999345 (or 0x999345) is unknown color: approx Highball. HEX triplet: 99, 93 and 45. RGB value is (153,147,69). Sum of RGB (Red+Green+Blue) = 153+147+69=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #999345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999345 is #666CBA. Grayscale: #8C8C8C. Windows color (decimal): -6712507 or 4559769. OLE color: 4559769.

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

Color convert

RGB15314769-
CMYK00.040.550.4
HSL55.71º37.84%43.53%-
HSV(B)55.71º54.9%60%-
XYZ24.6428.079.75-
YUV139.987.99137.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=41.46%
G=39.84%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531476900.040.550.455.7137.8443.53
Hex99934504372838262c
Octal231223105046750704654
Binary100110011001001110001010100110111101000111000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999345; }

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

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

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

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

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

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

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

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