COLOR #6D865D

HEX: #6D865D RGB: (109,134,93)

Color info

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

RGB color model

#6D865D color RGB value is (109,134,93).

RGB: (109,134,93) (43%, 53%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 134 of 255 = 53%
B 93 of 255 = 36%

109
134
93

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

Portions of RGB colors in percentages

R + G + B = 109 + 134 + 93 = 336 (100%)
R 109 of 336 ~ 32.44%
G 134 of 336 ~ 39.88%
B 93 of 336 ~ 27.68'%

%32.44
%39.88
%27.68

CMYK color model

#6D865D color CMYK value is (19,0,31,47).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 47.45%

CMYK: (19,0,31,47)
C19M0Y31K47 (19%, 0%, 31%, 47%)
(0.19 / 0.00 / 0.31 / 0.47)

CMYK percentages

%18.66
%0
%30.6
%47.45

Codes

Color #6D865D in popluar color models

6D 86 5D
RGB 109 134 93
HSL 97° 18.06% 44.51%
HSB/HSV 97° 30.60% 52.55%
CMYK 18.66% 0.00% 30.60%
47.45%

Color #6D865D in popluar number systems.

HEX 6D 86 5D
Decimal 109 134 93
Binary 1101101 10000110 1011101
Octal 155 206 135

Shades and tints

Shades of #6D865D

#6D865D
(109,134,93)
#647A55
(100,122,85)
#5B6E4D
(91,110,77)
#526245
(82,98,69)
#49563D
(73,86,61)
#404A35
(64,74,53)
#373E2D
(55,62,45)
#2E3225
(46,50,37)
#25261D
(37,38,29)
#1C1A15
(28,26,21)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D865D

#6D865D
(109,134,93)
#7A916B
(122,145,107)
#879C79
(135,156,121)
#94A787
(148,167,135)
#A1B295
(161,178,149)
#AEBDA3
(174,189,163)
#BBC8B1
(187,200,177)
#C8D3BF
(200,211,191)
#D5DECD
(213,222,205)
#E2E9DB
(226,233,219)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D865D color. Also use rgb(109,134,93) instead hex code.

Text Font Color

.myTextColor { color: #6D865D; }

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

This text font color is #6D865D.

Background Color

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

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

This div background color is #6D865D.

Border color

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

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

This div border color is #6D865D.

Opacity

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

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

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

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

This text has shadow with #6D865D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D865D.

Preview

Color preview on black background

This text has color #6D865D on black background.


Color preview on white background

This text has color #6D865D on white background.


Black color preview on #6D865D background

This text has black color on #6D865D background.


White color preview on #6D865D background

This text has white color on #6D865D background.


Related colors

Complementary color

Complementary color for #hex is #9279A2.


I love getcolorcode.com

Triadic colors

1 #5D6D86 and #865D6D with #6D865D are triadic colors.

2 #5D866D and #866D5D with #6D865D are triadic colors.