COLOR #6D7B42

HEX: #6D7B42
RGB: (109,123,66)

Color info

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

RGB color model

#6D7B42 color RGB value is (109,123,66).

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

RGB channels and saturation

R 109 of 255 = 43%
G 123 of 255 = 48%
B 66 of 255 = 26%

109
123
66

R + G + B ~ 39%. #6D7B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 123 + 66 = 298 (100%)
R 109 of 298 ~ 36.58%
G 123 of 298 ~ 41.28%
B 66 of 298 ~ 22.15%

%36.58
%41.28
%22.15

CMYK color model

#6D7B42 color CMYK value is (11,0,46,52).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 51.76%
CMYK:
(11,0,46,52)
C11M0Y46K52 
(11%,0%,46%,52%)
(0.11/0.00/0.46/0.52)	

CMYK percentages

%11.38
%0
%46.34
%51.76

Codes

Color #6D7B42 in popluar color models

6D7B42
RGB10912366
HSL75°30.16%37.06%
HSB/HSV75°46.34%48.24%
CMYK11.38%0.00%46.34%
51.76%

Color #6D7B42 in popluar number systems.

HEX6D7B42
Decimal10912366
Binary110110111110111000010
Octal155173102

Shades and tints

Shades of #6D7B42

#6D7B42
(109,123,66)
#64703C
(100,112,60)
#5B6536
(91,101,54)
#525A30
(82,90,48)
#494F2A
(73,79,42)
#404424
(64,68,36)
#37391E
(55,57,30)
#2E2E18
(46,46,24)
#252312
(37,35,18)
#1C180C
(28,24,12)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #6D7B42

#6D7B42
(109,123,66)
#7A8753
(122,135,83)
#879364
(135,147,100)
#949F75
(148,159,117)
#A1AB86
(161,171,134)
#AEB797
(174,183,151)
#BBC3A8
(187,195,168)
#C8CFB9
(200,207,185)
#D5DBCA
(213,219,202)
#E2E7DB
(226,231,219)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7B42; }

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

This text font color is #6D7B42.


Background Color

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

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

This div background color is #6D7B42.


Border color

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

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

This div border color is #6D7B42.


Opacity

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

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

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

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

This text has shadow with #6D7B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7B42 on black background.


Color preview on white background

This text has color #6D7B42 on white background.



Black color preview on #6D7B42 background

This text has black color on #6D7B42 background.


White color preview on #6D7B42 background

This text has white color on #6D7B42 background.