#999608

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

Shades of Lucky #999608

Tints of Lucky #999608

Color information

#999608 (or 0x999608) is unknown color: approx Lucky. HEX triplet: 99, 96 and 08. RGB value is (153,150,8). Sum of RGB (Red+Green+Blue) = 153+150+8=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #999608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999608 is #6669F7. Grayscale: #878787. Windows color (decimal): -6711800 or 562841. OLE color: 562841.

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

Color convert

RGB1531508-
CMYK00.020.950.4
HSL58.76º90.06%31.57%-
HSV(B)58.76º94.77%60%-
XYZ24.0928.64.48-
YUV134.7156.49141.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 8 (3.52% from 255) = 2.57%
R=49.20%
G=48.23%
B=2.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153150800.020.950.458.7690.0631.57
Hex99968025F283b5a20
Octal2312261002137507313240
Binary1001100110010110100001010111111010001110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999608; }

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

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

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

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

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

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

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

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