#999604

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

Shades of Lucky #999604

Tints of Lucky #999604

Color information

#999604 (or 0x999604) is unknown color: approx Lucky. HEX triplet: 99, 96 and 04. RGB value is (153,150,4). Sum of RGB (Red+Green+Blue) = 153+150+4=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #999604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999604 is #6669FB. Grayscale: #868686. Windows color (decimal): -6711804 or 300697. OLE color: 300697.

HSL color Cylindrical-coordinate representation of color #999604: hue angle of 58.79º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #999604 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB1531504-
CMYK00.020.970.4
HSL58.79º94.9%30.78%-
HSV(B)58.79º97.39%60%-
XYZ24.0728.594.37-
YUV134.2554.49141.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=49.84%
G=48.86%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153150400.020.970.458.7994.930.78
Hex999640261283b5f1f
Octal231226402141507313737
Binary10011001100101101000101100001101000111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999604; }

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

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

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

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

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

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

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

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