#64712B

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

Shades of Rain Forest #64712B

Tints of Rain Forest #64712B

Color information

#64712B (or 0x64712B) is unknown color: approx Rain Forest. HEX triplet: 64, 71 and 2B. RGB value is (100,113,43). Sum of RGB (Red+Green+Blue) = 100+113+43=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #64712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64712B is #9B8ED4. Grayscale: #656565. Windows color (decimal): -10194645 or 2847076. OLE color: 2847076.

HSL color Cylindrical-coordinate representation of color #64712B: hue angle of 71.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64712B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB10011343-
CMYK0.1200.620.56
HSL71.14º44.87%30.59%-
HSV(B)71.14º61.95%44.31%-
XYZ11.614.694.51-
YUV101.1395.19127.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=39.06%
G=44.14%
B=16.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100113430.1200.620.5671.1444.8730.59
Hex64712BC03E38472d1f
Octal1441615314076701075537
Binary1100100111000110101111000111110111000100011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64712B; }

 p { color: rgb(100,113,43); }

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

<style>
 a { background-color: #64712B; }

 a { background-color: rgb(100,113,43); }

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

<style>
 span { border-color: #64712B; }

 span { border-color: rgb(100,113,43); }

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