#64742A

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

Shades of Rain Forest #64742A

Tints of Rain Forest #64742A

Color information

#64742A (or 0x64742A) is unknown color: approx Rain Forest. HEX triplet: 64, 74 and 2A. RGB value is (100,116,42). Sum of RGB (Red+Green+Blue) = 100+116+42=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #64742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64742A is #9B8BD5. Grayscale: #676767. Windows color (decimal): -10193878 or 2782308. OLE color: 2782308.

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

Color convert

RGB10011642-
CMYK0.1400.640.55
HSL72.97º46.84%30.98%-
HSV(B)72.97º63.79%45.49%-
XYZ11.9215.374.53-
YUV102.7893.7126.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=38.76%
G=44.96%
B=16.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116420.1400.640.5572.9746.8430.98
Hex64742AE04037492f1f
Octal14416452160100671115737
Binary11001001110100101010111001000000110111100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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