#64742D

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

Shades of Rain Forest #64742D

Tints of Rain Forest #64742D

Color information

#64742D (or 0x64742D) is unknown color: approx Rain Forest. HEX triplet: 64, 74 and 2D. RGB value is (100,116,45). Sum of RGB (Red+Green+Blue) = 100+116+45=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #64742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64742D is #9B8BD2. Grayscale: #676767. Windows color (decimal): -10193875 or 2978916. OLE color: 2978916.

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

Color convert

RGB10011645-
CMYK0.1400.610.55
HSL73.52º44.1%31.57%-
HSV(B)73.52º61.21%45.49%-
XYZ11.9715.394.82-
YUV103.1295.2125.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=38.31%
G=44.44%
B=17.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116450.1400.610.5573.5244.131.57
Hex64742DE03D374a2c20
Octal1441645516075671125440
Binary11001001110100101101111001111011101111001010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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