#99962D

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

Shades of Highball #99962D

Tints of Highball #99962D

Color information

#99962D (or 0x99962D) is unknown color: approx Highball. HEX triplet: 99, 96 and 2D. RGB value is (153,150,45). Sum of RGB (Red+Green+Blue) = 153+150+45=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99962D is #6669D2. Grayscale: #8B8B8B. Windows color (decimal): -6711763 or 2987673. OLE color: 2987673.

HSL color Cylindrical-coordinate representation of color #99962D: hue angle of 58.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99962D is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB15315045-
CMYK00.020.710.4
HSL58.33º54.55%38.82%-
HSV(B)58.33º70.59%60%-
XYZ24.5228.776.74-
YUV138.9374.99138.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=43.97%
G=43.10%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531504500.020.710.458.3354.5538.82
Hex99962D0247283a3727
Octal231226550210750726747
Binary10011001100101101011010101000111101000111010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99962D; }

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

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

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

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

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

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

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

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