#6D702C

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

Shades of Rain Forest #6D702C

Tints of Rain Forest #6D702C

Color information

#6D702C (or 0x6D702C) is unknown color: approx Rain Forest. HEX triplet: 6D, 70 and 2C. RGB value is (109,112,44). Sum of RGB (Red+Green+Blue) = 109+112+44=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #6D702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D702C is #928FD3. Grayscale: #676767. Windows color (decimal): -9605076 or 2912365. OLE color: 2912365.

HSL color Cylindrical-coordinate representation of color #6D702C: hue angle of 62.65º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D702C is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB10911244-
CMYK0.0300.610.56
HSL62.65º43.59%30.59%-
HSV(B)62.65º60.71%43.92%-
XYZ12.5615.024.62-
YUV103.3594.51132.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=41.13%
G=42.26%
B=16.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112440.0300.610.5662.6543.5930.59
Hex6D702C303D383f2c1f
Octal15516054307570775437
Binary1101101111000010110011011110111100011111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D702C; }

 p { color: rgb(109,112,44); }

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

<style>
 a { background-color: #6D702C; }

 a { background-color: rgb(109,112,44); }

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

<style>
 span { border-color: #6D702C; }

 span { border-color: rgb(109,112,44); }

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