#9F971C

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

Shades of Lucky #9F971C

Tints of Lucky #9F971C

Color information

#9F971C (or 0x9F971C) is unknown color: approx Lucky. HEX triplet: 9F, 97 and 1C. RGB value is (159,151,28). Sum of RGB (Red+Green+Blue) = 159+151+28=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F971C is #6068E3. Grayscale: #8B8B8B. Windows color (decimal): -6318308 or 1873823. OLE color: 1873823.

HSL color Cylindrical-coordinate representation of color #9F971C: hue angle of 56.34º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F971C is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB15915128-
CMYK00.050.820.38
HSL56.34º70.05%36.67%-
HSV(B)56.34º82.39%62.35%-
XYZ25.5729.595.46-
YUV139.3765.15142-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 28 (11.33% from 255) = 8.28%
R=47.04%
G=44.67%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591512800.050.820.3856.3470.0536.67
Hex9F971C055226384625
Octal2372273405122467010645
Binary100111111001011111100010110100101001101110001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F971C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F971C; }

 p { color: rgb(159,151,28); }

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

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

 a { background-color: rgb(159,151,28); }

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

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

 span { border-color: rgb(159,151,28); }

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