Html Css Color HEX #6D702E Rain Forest

📋 copy color: '#6D702E'

red 109 ◦ green 112 ◦ blue 46

#6D702E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #6D702E

Tints of Rain Forest #6D702E

RGB

 RED value IS 109 (42.97% from 255) = 40.82%

 GREEN value IS 112 (44.14% from 255) = 41.95%

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 40.82%
G = 41.95%
B = 17.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6D702E (or 0x6D702E) is known color: Rain Forest. HEX triplet: 6D, 70 and 2E. RGB value is (109,112,46). Sum of RGB (Red+Green+Blue) = 109+112+46=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #6D702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D702E is #928FD1. Grayscale: #676767. Windows color (decimal): -9605074 or 3043437. OLE color: 3043437.

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

Color convert

RGB 109 112 46 -
CMYK 0.03 0 0.59 0.56
HSL 62.73º 0.42% 0.31% -
HSV(B) 62.73º 0.59% 0.44% -
XYZ 12.59 15.04 4.82 -
YUV 103.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 109 112 46 0.03 0 0.59 0.56 62.73 0.42 0.31
Hex 6D 70 2E 3 0 3B 38 3F 2A 1F
Octal 155 160 56 3 0 73 70 77 52 37
Binary 1101101 1110000 101110 11 0 111011 111000 111111 101010 11111

Color Harmonies of #6D702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D702E

Black with #6D702E

Text Example


Text Example

White with #6D702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D702E;
 }
 .AnyTagClassName
 {
   color: #6D702E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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