#64742C

Color #64742C Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #64742C

Tints of Rain Forest #64742C

Color information

#64742C (or 0x64742C) is unknown color: approx Rain Forest. HEX triplet: 64, 74 and 2C. RGB value is (100,116,44). Sum of RGB (Red+Green+Blue) = 100+116+44=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #64742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64742C is #9B8BD3. Grayscale: #676767. Windows color (decimal): -10193876 or 2913380. OLE color: 2913380.

HSL color Cylindrical-coordinate representation of color #64742C: hue angle of 73.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64742C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB10011644-
CMYK0.1400.620.55
HSL73.33º45%31.37%-
HSV(B)73.33º62.07%45.49%-
XYZ11.9615.384.72-
YUV103.0194.7125.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=38.46%
G=44.62%
B=16.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116440.1400.620.5573.334531.37
Hex64742CE03E37492d1f
Octal1441645416076671115537
Binary1100100111010010110011100111110110111100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64742C; }

 p { color: rgb(100,116,44); }

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

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

 a { background-color: rgb(100,116,44); }

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

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

 span { border-color: rgb(100,116,44); }

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