#9C8634

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

Shades of Lemon Ginger #9C8634

Tints of Lemon Ginger #9C8634

Color information

#9C8634 (or 0x9C8634) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 86 and 34. RGB value is (156,134,52). Sum of RGB (Red+Green+Blue) = 156+134+52=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8634 is #6379CB. Grayscale: #838383. Windows color (decimal): -6519244 or 3442332. OLE color: 3442332.

HSL color Cylindrical-coordinate representation of color #9C8634: hue angle of 47.31º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C8634 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB15613452-
CMYK00.140.670.39
HSL47.31º50%40.78%-
HSV(B)47.31º66.67%61.18%-
XYZ22.8624.376.75-
YUV131.2383.29145.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=45.61%
G=39.18%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561345200.140.670.3947.315040.78
Hex9C86340E43272f3229
Octal2342066401610347576251
Binary1001110010000110110100011101000011100111101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,52); }

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

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

 a { background-color: rgb(156,134,52); }

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

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

 span { border-color: rgb(156,134,52); }

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