COLOR #6D7351

HEX: #6D7351
RGB: (109,115,81)

Color info

#6D7351 contains red, green and blue colors in about the same proportion. Web safe color of #6D7351 is #666666 (or #666).

RGB color model

#6D7351 color RGB value is (109,115,81).

  • red value is 109;
  • green value is 115;
  • blue value is 81.
RGB:
(109,115,81)
(43%,45%,32%)

RGB channels and saturation

R 109 of 255 = 43%
G 115 of 255 = 45%
B 81 of 255 = 32%

109
115
81

R + G + B ~ 40%. #6D7351 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 115 + 81 = 305 (100%)
R 109 of 305 ~ 35.74%
G 115 of 305 ~ 37.7%
B 81 of 305 ~ 26.56%

%35.74
%37.7
%26.56

CMYK color model

#6D7351 color CMYK value is (5,0,30,55).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(5,0,30,55)
C5M0Y30K55 
(5%,0%,30%,55%)
(0.05/0.00/0.30/0.55)	

CMYK percentages

%5.22
%0
%29.57
%54.9

Codes

Color #6D7351 in popluar color models

6D7351
RGB10911581
HSL71°17.35%38.43%
HSB/HSV71°29.57%45.10%
CMYK5.22%0.00%29.57%
54.90%

Color #6D7351 in popluar number systems.

HEX6D7351
Decimal10911581
Binary110110111100111010001
Octal155163121

Shades and tints

Shades of #6D7351

#6D7351
(109,115,81)
#64694A
(100,105,74)
#5B5F43
(91,95,67)
#52553C
(82,85,60)
#494B35
(73,75,53)
#40412E
(64,65,46)
#373727
(55,55,39)
#2E2D20
(46,45,32)
#252319
(37,35,25)
#1C1912
(28,25,18)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #6D7351

#6D7351
(109,115,81)
#7A7F60
(122,127,96)
#878B6F
(135,139,111)
#94977E
(148,151,126)
#A1A38D
(161,163,141)
#AEAF9C
(174,175,156)
#BBBBAB
(187,187,171)
#C8C7BA
(200,199,186)
#D5D3C9
(213,211,201)
#E2DFD8
(226,223,216)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7351 color. Also use rgb(109,115,81) instead hex code.

Text Font Color

.myTextColor { color: #6D7351; }

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

This text font color is #6D7351.


Background Color

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

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

This div background color is #6D7351.


Border color

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

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

This div border color is #6D7351.


Opacity

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

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

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

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

This text has shadow with #6D7351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7351 on black background.


Color preview on white background

This text has color #6D7351 on white background.



Black color preview on #6D7351 background

This text has black color on #6D7351 background.


White color preview on #6D7351 background

This text has white color on #6D7351 background.