COLOR #6D713E

HEX: #6D713E
RGB: (109,113,62)

Color info

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

RGB color model

#6D713E color RGB value is (109,113,62).

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

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 62 of 255 = 24%

109
113
62

R + G + B ~ 37%. #6D713E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 113 + 62 = 284 (100%)
R 109 of 284 ~ 38.38%
G 113 of 284 ~ 39.79%
B 62 of 284 ~ 21.83%

%38.38
%39.79
%21.83

CMYK color model

#6D713E color CMYK value is (4,0,45,56).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 55.69%
CMYK:
(4,0,45,56)
C4M0Y45K56 
(4%,0%,45%,56%)
(0.04/0.00/0.45/0.56)	

CMYK percentages

%3.54
%0
%45.13
%55.69

Codes

Color #6D713E in popluar color models

6D713E
RGB10911362
HSL65°29.14%34.31%
HSB/HSV65°45.13%44.31%
CMYK3.54%0.00%45.13%
55.69%

Color #6D713E in popluar number systems.

HEX6D713E
Decimal10911362
Binary11011011110001111110
Octal15516176

Shades and tints

Shades of #6D713E

#6D713E
(109,113,62)
#646739
(100,103,57)
#5B5D34
(91,93,52)
#52532F
(82,83,47)
#49492A
(73,73,42)
#403F25
(64,63,37)
#373520
(55,53,32)
#2E2B1B
(46,43,27)
#252116
(37,33,22)
#1C1711
(28,23,17)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #6D713E

#6D713E
(109,113,62)
#7A7D4F
(122,125,79)
#878960
(135,137,96)
#949571
(148,149,113)
#A1A182
(161,161,130)
#AEAD93
(174,173,147)
#BBB9A4
(187,185,164)
#C8C5B5
(200,197,181)
#D5D1C6
(213,209,198)
#E2DDD7
(226,221,215)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D713E; }

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

This text font color is #6D713E.


Background Color

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

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

This div background color is #6D713E.


Border color

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

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

This div border color is #6D713E.


Opacity

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

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

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

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

This text has shadow with #6D713E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D713E on black background.


Color preview on white background

This text has color #6D713E on white background.



Black color preview on #6D713E background

This text has black color on #6D713E background.


White color preview on #6D713E background

This text has white color on #6D713E background.