#64772A

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

Shades of Rain Forest #64772A

Tints of Rain Forest #64772A

Color information

#64772A (or 0x64772A) is unknown color: approx Rain Forest. HEX triplet: 64, 77 and 2A. RGB value is (100,119,42). Sum of RGB (Red+Green+Blue) = 100+119+42=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #64772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64772A is #9B88D5. Grayscale: #686868. Windows color (decimal): -10193110 or 2783076. OLE color: 2783076.

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

Color convert

RGB10011942-
CMYK0.1600.650.53
HSL74.81º47.83%31.57%-
HSV(B)74.81º64.71%46.67%-
XYZ12.2716.074.65-
YUV104.5492.71124.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=38.31%
G=45.59%
B=16.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119420.1600.650.5374.8147.8331.57
Hex64772A10041354b3020
Octal14416752200101651136040
Binary1100100111011110101010000010000011101011001011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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