#9F961E

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

Shades of Lucky #9F961E

Tints of Lucky #9F961E

Color information

#9F961E (or 0x9F961E) is unknown color: approx Lucky. HEX triplet: 9F, 96 and 1E. RGB value is (159,150,30). Sum of RGB (Red+Green+Blue) = 159+150+30=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F961E is #6069E1. Grayscale: #8B8B8B. Windows color (decimal): -6318562 or 2004639. OLE color: 2004639.

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

Color convert

RGB15915030-
CMYK00.060.810.38
HSL55.81º68.25%37.06%-
HSV(B)55.81º81.13%62.35%-
XYZ25.4429.285.54-
YUV139.0166.48142.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=46.90%
G=44.25%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591503000.060.810.3855.8168.2537.06
Hex9F961E065126384425
Octal2372263606121467010445
Binary100111111001011011110011010100011001101110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,30); }

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

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

 a { background-color: rgb(159,150,30); }

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

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

 span { border-color: rgb(159,150,30); }

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