#64772E

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

Shades of Rain Forest #64772E

Tints of Rain Forest #64772E

Color information

#64772E (or 0x64772E) is unknown color: approx Rain Forest. HEX triplet: 64, 77 and 2E. RGB value is (100,119,46). Sum of RGB (Red+Green+Blue) = 100+119+46=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #64772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64772E is #9B88D1. Grayscale: #696969. Windows color (decimal): -10193106 or 3045220. OLE color: 3045220.

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

Color convert

RGB10011946-
CMYK0.1600.610.53
HSL75.62º44.24%32.35%-
HSV(B)75.62º61.34%46.67%-
XYZ12.3516.15.04-
YUV10594.71124.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=37.74%
G=44.91%
B=17.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119460.1600.610.5375.6244.2432.35
Hex64772E1003D354c2c20
Octal1441675620075651145440
Binary110010011101111011101000001111011101011001100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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