#646D2F

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

Shades of Rain Forest #646D2F

Tints of Rain Forest #646D2F

Color information

#646D2F (or 0x646D2F) is unknown color: approx Rain Forest. HEX triplet: 64, 6D and 2F. RGB value is (100,109,47). Sum of RGB (Red+Green+Blue) = 100+109+47=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #646D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646D2F is #9B92D0. Grayscale: #636363. Windows color (decimal): -10195665 or 3108196. OLE color: 3108196.

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

Color convert

RGB10010947-
CMYK0.0800.570.57
HSL68.71º39.74%30.59%-
HSV(B)68.71º56.88%42.75%-
XYZ11.2413.854.77-
YUV99.2498.52128.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=39.06%
G=42.58%
B=18.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109470.0800.570.5768.7139.7430.59
Hex646D2F80393945281f
Octal1441555710071711055037
Binary1100100110110110111110000111001111001100010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,109,47); }

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

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

 a { background-color: rgb(100,109,47); }

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

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

 span { border-color: rgb(100,109,47); }

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