COLOR #6D8261

HEX: #6D8261
RGB: (109,130,97)

Color info

#6D8261 contains red, green and blue colors in about the same proportion. Web safe color of #6D8261 is #669966 (or #696).

RGB color model

#6D8261 color RGB value is (109,130,97).

  • red value is 109;
  • green value is 130;
  • blue value is 97.
RGB:
(109,130,97)
(43%,51%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 97 of 255 = 38%

109
130
97

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

Portions of RGB colors in percentages

R + G + B =
109 + 130 + 97 = 336 (100%)
R 109 of 336 ~ 32.44%
G 130 of 336 ~ 38.69%
B 97 of 336 ~ 28.87%

%32.44
%38.69
%28.87

CMYK color model

#6D8261 color CMYK value is (16,0,25,49).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(16,0,25,49)
C16M0Y25K49 
(16%,0%,25%,49%)
(0.16/0.00/0.25/0.49)	

CMYK percentages

%16.15
%0
%25.38
%49.02

Codes

Color #6D8261 in popluar color models

6D8261
RGB10913097
HSL98°14.54%44.51%
HSB/HSV98°25.38%50.98%
CMYK16.15%0.00%25.38%
49.02%

Color #6D8261 in popluar number systems.

HEX6D8261
Decimal10913097
Binary1101101100000101100001
Octal155202141

Shades and tints

Shades of #6D8261

#6D8261
(109,130,97)
#647759
(100,119,89)
#5B6C51
(91,108,81)
#526149
(82,97,73)
#495641
(73,86,65)
#404B39
(64,75,57)
#374031
(55,64,49)
#2E3529
(46,53,41)
#252A21
(37,42,33)
#1C1F19
(28,31,25)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6D8261

#6D8261
(109,130,97)
#7A8D6F
(122,141,111)
#87987D
(135,152,125)
#94A38B
(148,163,139)
#A1AE99
(161,174,153)
#AEB9A7
(174,185,167)
#BBC4B5
(187,196,181)
#C8CFC3
(200,207,195)
#D5DAD1
(213,218,209)
#E2E5DF
(226,229,223)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8261 color. Also use rgb(109,130,97) instead hex code.

Text Font Color

.myTextColor { color: #6D8261; }

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

This text font color is #6D8261.


Background Color

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

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

This div background color is #6D8261.


Border color

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

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

This div border color is #6D8261.


Opacity

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

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

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

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

This text has shadow with #6D8261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8261 on black background.


Color preview on white background

This text has color #6D8261 on white background.



Black color preview on #6D8261 background

This text has black color on #6D8261 background.


White color preview on #6D8261 background

This text has white color on #6D8261 background.