#9C8C2C

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

Shades of Lemon Ginger #9C8C2C

Tints of Lemon Ginger #9C8C2C

Color information

#9C8C2C (or 0x9C8C2C) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 8C and 2C. RGB value is (156,140,44). Sum of RGB (Red+Green+Blue) = 156+140+44=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8C2C is #6373D3. Grayscale: #868686. Windows color (decimal): -6517716 or 2919580. OLE color: 2919580.

HSL color Cylindrical-coordinate representation of color #9C8C2C: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C8C2C is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB15614044-
CMYK00.100.720.39
HSL51.43º56%39.22%-
HSV(B)51.43º71.79%61.18%-
XYZ23.5426.016.16-
YUV133.8477.3143.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.88%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=45.88%
G=41.18%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561404400.100.720.3951.435639.22
Hex9C8C2C0A4827333827
Octal2342145401211047637047
Binary1001110010001100101100010101001000100111110011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,140,44); }

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

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

 a { background-color: rgb(156,140,44); }

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

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

 span { border-color: rgb(156,140,44); }

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