COLOR #6D7142

HEX: #6D7142
RGB: (109,113,66)

Color info

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

RGB color model

#6D7142 color RGB value is (109,113,66).

  • red value is 109;
  • green value is 113;
  • blue value is 66.
RGB:
(109,113,66)
(43%,44%,26%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 66 of 255 = 26%

109
113
66

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

Portions of RGB colors in percentages

R + G + B =
109 + 113 + 66 = 288 (100%)
R 109 of 288 ~ 37.85%
G 113 of 288 ~ 39.24%
B 66 of 288 ~ 22.92%

%37.85
%39.24
%22.92

CMYK color model

#6D7142 color CMYK value is (4,0,42,56).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(4,0,42,56)
C4M0Y42K56 
(4%,0%,42%,56%)
(0.04/0.00/0.42/0.56)	

CMYK percentages

%3.54
%0
%41.59
%55.69

Codes

Color #6D7142 in popluar color models

6D7142
RGB10911366
HSL65°26.26%35.10%
HSB/HSV65°41.59%44.31%
CMYK3.54%0.00%41.59%
55.69%

Color #6D7142 in popluar number systems.

HEX6D7142
Decimal10911366
Binary110110111100011000010
Octal155161102

Shades and tints

Shades of #6D7142

#6D7142
(109,113,66)
#64673C
(100,103,60)
#5B5D36
(91,93,54)
#525330
(82,83,48)
#49492A
(73,73,42)
#403F24
(64,63,36)
#37351E
(55,53,30)
#2E2B18
(46,43,24)
#252112
(37,33,18)
#1C170C
(28,23,12)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #6D7142

#6D7142
(109,113,66)
#7A7D53
(122,125,83)
#878964
(135,137,100)
#949575
(148,149,117)
#A1A186
(161,161,134)
#AEAD97
(174,173,151)
#BBB9A8
(187,185,168)
#C8C5B9
(200,197,185)
#D5D1CA
(213,209,202)
#E2DDDB
(226,221,219)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7142; }

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

This text font color is #6D7142.


Background Color

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

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

This div background color is #6D7142.


Border color

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

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

This div border color is #6D7142.


Opacity

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

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

Text with #6D7142 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 #6D7142;}

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

This text has shadow with #6D7142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7142 on black background.


Color preview on white background

This text has color #6D7142 on white background.



Black color preview on #6D7142 background

This text has black color on #6D7142 background.


White color preview on #6D7142 background

This text has white color on #6D7142 background.