#646E32

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

Shades of Rain Forest #646E32

Tints of Rain Forest #646E32

Color information

#646E32 (or 0x646E32) is unknown color: approx Rain Forest. HEX triplet: 64, 6E and 32. RGB value is (100,110,50). Sum of RGB (Red+Green+Blue) = 100+110+50=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #646E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646E32 is #9B91CD. Grayscale: #646464. Windows color (decimal): -10195406 or 3305060. OLE color: 3305060.

HSL color Cylindrical-coordinate representation of color #646E32: hue angle of 70º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646E32 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB10011050-
CMYK0.0900.550.57
HSL70º37.5%31.37%-
HSV(B)70º54.55%43.14%-
XYZ11.4114.095.14-
YUV100.1799.69127.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=38.46%
G=42.31%
B=19.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100110500.0900.550.577037.531.37
Hex646E3290373946261f
Octal1441566211067711064637
Binary1100100110111011001010010110111111001100011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646E32; }

 p { color: rgb(100,110,50); }

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

<style>
 a { background-color: #646E32; }

 a { background-color: rgb(100,110,50); }

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

<style>
 span { border-color: #646E32; }

 span { border-color: rgb(100,110,50); }

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