#64772D

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

Shades of Rain Forest #64772D

Tints of Rain Forest #64772D

Color information

#64772D (or 0x64772D) is unknown color: approx Rain Forest. HEX triplet: 64, 77 and 2D. RGB value is (100,119,45). Sum of RGB (Red+Green+Blue) = 100+119+45=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #64772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64772D is #9B88D2. Grayscale: #696969. Windows color (decimal): -10193107 or 2979684. OLE color: 2979684.

HSL color Cylindrical-coordinate representation of color #64772D: hue angle of 75.41º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64772D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB10011945-
CMYK0.1600.620.53
HSL75.41º45.12%32.16%-
HSV(B)75.41º62.18%46.67%-
XYZ12.3316.094.94-
YUV104.8894.21124.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=37.88%
G=45.08%
B=17.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119450.1600.620.5375.4145.1232.16
Hex64772D1003E354b2d20
Octal1441675520076651135540
Binary110010011101111011011000001111101101011001011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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