#918622

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

Shades of Lemon Ginger #918622

Tints of Lemon Ginger #918622

Color information

#918622 (or 0x918622) is unknown color: approx Lemon Ginger. HEX triplet: 91, 86 and 22. RGB value is (145,134,34). Sum of RGB (Red+Green+Blue) = 145+134+34=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #918622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918622 is #6E79DD. Grayscale: #7E7E7E. Windows color (decimal): -7240158 or 2262673. OLE color: 2262673.

HSL color Cylindrical-coordinate representation of color #918622: hue angle of 54.05º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #918622 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14513434-
CMYK00.080.770.43
HSL54.05º62.01%35.1%-
HSV(B)54.05º76.55%56.86%-
XYZ20.4923.194.91-
YUV125.8976.14141.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 34 (13.67% from 255) = 10.86%
R=46.33%
G=42.81%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451343400.080.770.4354.0562.0135.1
Hex918622084D2B363e23
Octal2212064201011553667643
Binary1001000110000110100010010001001101101011110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918622; }

 p { color: rgb(145,134,34); }

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

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

 a { background-color: rgb(145,134,34); }

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

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

 span { border-color: rgb(145,134,34); }

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