#999315

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

Shades of Lucky #999315

Tints of Lucky #999315

Color information

#999315 (or 0x999315) is unknown color: approx Lucky. HEX triplet: 99, 93 and 15. RGB value is (153,147,21). Sum of RGB (Red+Green+Blue) = 153+147+21=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #999315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999315 is #666CEA. Grayscale: #868686. Windows color (decimal): -6712555 or 1414041. OLE color: 1414041.

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

Color convert

RGB15314721-
CMYK00.040.860.4
HSL57.27º75.86%34.12%-
HSV(B)57.27º86.27%60%-
XYZ23.7127.694.81-
YUV134.4363.99141.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=47.66%
G=45.79%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531472100.040.860.457.2775.8634.12
Hex999315045628394c22
Octal2312232504126507111442
Binary100110011001001110101010010101101010001110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999315; }

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

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

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

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

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

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

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

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