COLOR #6D7242

HEX: #6D7242 RGB: (109,114,66)

Color info

#6D7242 contains red, green and blue colors in about the same proportion. Web safe color of #6D7242 is #666633 (or #663).

RGB color model

#6D7242 color RGB value is (109,114,66).

RGB: (109,114,66) (43%, 45%, 26%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 66 of 255 = 26%

109
114
66

R + G + B ~ 38%. #6D7242 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 114 + 66 = 289 (100%)
R 109 of 289 ~ 37.72%
G 114 of 289 ~ 39.45%
B 66 of 289 ~ 22.84'%

%37.72
%39.45
%22.84

CMYK color model

#6D7242 color CMYK value is (4,0,42,55).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 55.29%

CMYK: (4,0,42,55)
C4M0Y42K55 (4%, 0%, 42%, 55%)
(0.04 / 0.00 / 0.42 / 0.55)

CMYK percentages

%4.39
%0
%42.11
%55.29

Codes

Color #6D7242 in popluar color models

6D 72 42
RGB 109 114 66
HSL 66° 26.67% 35.29%
HSB/HSV 66° 42.11% 44.71%
CMYK 4.39% 0.00% 42.11%
55.29%

Color #6D7242 in popluar number systems.

HEX 6D 72 42
Decimal 109 114 66
Binary 1101101 1110010 1000010
Octal 155 162 102

Shades and tints

Shades of #6D7242

#6D7242
(109,114,66)
#64683C
(100,104,60)
#5B5E36
(91,94,54)
#525430
(82,84,48)
#494A2A
(73,74,42)
#404024
(64,64,36)
#37361E
(55,54,30)
#2E2C18
(46,44,24)
#252212
(37,34,18)
#1C180C
(28,24,12)
#130E06
(19,14,6)
#000000
(0,0,0)

Tints of #6D7242

#6D7242
(109,114,66)
#7A7E53
(122,126,83)
#878A64
(135,138,100)
#949675
(148,150,117)
#A1A286
(161,162,134)
#AEAE97
(174,174,151)
#BBBAA8
(187,186,168)
#C8C6B9
(200,198,185)
#D5D2CA
(213,210,202)
#E2DEDB
(226,222,219)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7242 color. Also use rgb(109,114,66) instead hex code.

Text Font Color

.myTextColor { color: #6D7242; }

<p style="color:#6D7242">This sample text font color is #6D7242.</p>

This text font color is #6D7242.

Background Color

.myBgColor { background-color: #6D7242; }

<div style="background-color:#6D7242">Inner text</div>

This div background color is #6D7242.

Border color

.myBorderColor { border: 1px solid #6D7242; }

<div style="border:3px solid #6D7242">Div</div>

This div border color is #6D7242.

Opacity

.myOpacity80 { color: #6D7242; opacity: 0.8; }

<p style="color:#6D7242;opacity:0.8;">80%</p>

Text with #6D7242 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6D7242;}

<p style="text-shadow: 3px 3px 1px #6D7242">Text here.</p>

This text has shadow with #6D7242 color.


.textShadow {text-shadow: 3px 3px 1px #6D7242', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6D7242, 5px 5px 20px red">Text here.</p>

This text has shadow with #6D7242 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D7242, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6D7242, Direction=45, Strength=4)">Text</p>

This text has shadow with #6D7242 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D7242;
-webkit-box-shadow: 1px 1px 3px 2px #6D7242;
box-shadow: 1px 1px 3px 2px #6D7242;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D7242; -webkit-box-shadow: 1px 1px 3px 2px #6D7242; box-shadow:1px 1px 3px 2px #6D7242;">
Div content here
</div>

This div box has shadow with color #6D7242.

Preview

Color preview on black background

This text has color #6D7242 on black background.


Color preview on white background

This text has color #6D7242 on white background.


Black color preview on #6D7242 background

This text has black color on #6D7242 background.


White color preview on #6D7242 background

This text has white color on #6D7242 background.


Related colors

Complementary color

Complementary color for #hex is #928DBD.


I love getcolorcode.com

Triadic colors

1 #426D72 and #72426D with #6D7242 are triadic colors.

2 #42726D and #726D42 with #6D7242 are triadic colors.