#646C2C

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

Shades of Rain Forest #646C2C

Tints of Rain Forest #646C2C

Color information

#646C2C (or 0x646C2C) is unknown color: approx Rain Forest. HEX triplet: 64, 6C and 2C. RGB value is (100,108,44). Sum of RGB (Red+Green+Blue) = 100+108+44=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #646C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C2C is #9B93D3. Grayscale: #626262. Windows color (decimal): -10195924 or 2911332. OLE color: 2911332.

HSL color Cylindrical-coordinate representation of color #646C2C: hue angle of 67.5º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #646C2C is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB10010844-
CMYK0.0700.590.58
HSL67.5º42.11%29.8%-
HSV(B)67.5º59.26%42.35%-
XYZ11.0713.624.43-
YUV98.3197.35129.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.68%
GREEN value IS 108 (42.58% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 17.46%
R=39.68%
G=42.86%
B=17.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100108440.0700.590.5867.542.1129.8
Hex646C2C703B3A442a1e
Octal144154547073721045236
Binary110010011011001011001110111011111010100010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,108,44); }

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

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

 a { background-color: rgb(100,108,44); }

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

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

 span { border-color: rgb(100,108,44); }

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