#9C862E

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

Shades of Lemon Ginger #9C862E

Tints of Lemon Ginger #9C862E

Color information

#9C862E (or 0x9C862E) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 86 and 2E. RGB value is (156,134,46). Sum of RGB (Red+Green+Blue) = 156+134+46=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C862E is #6379D1. Grayscale: #828282. Windows color (decimal): -6519250 or 3049116. OLE color: 3049116.

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

Color convert

RGB15613446-
CMYK00.140.710.39
HSL48º54.46%39.61%-
HSV(B)48º70.51%61.18%-
XYZ22.7324.326.08-
YUV130.5580.29146.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 46 (18.36% from 255) = 13.69%
R=46.43%
G=39.88%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561344600.140.710.394854.4639.61
Hex9C862E0E4727303628
Octal2342065601610747606650
Binary1001110010000110101110011101000111100111110000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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