COLOR #6D8975

HEX: #6D8975 RGB: (109,137,117)

Color info

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

RGB color model

#6D8975 color RGB value is (109,137,117).

RGB: (109,137,117) (43%, 54%, 46%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 117 of 255 = 46%

109
137
117

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

Portions of RGB colors in percentages

R + G + B = 109 + 137 + 117 = 363 (100%)
R 109 of 363 ~ 30.03%
G 137 of 363 ~ 37.74%
B 117 of 363 ~ 32.23'%

%30.03
%37.74
%32.23

CMYK color model

#6D8975 color CMYK value is (20,0,15,46).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 46.27%

CMYK: (20,0,15,46)
C20M0Y15K46 (20%, 0%, 15%, 46%)
(0.20 / 0.00 / 0.15 / 0.46)

CMYK percentages

%20.44
%0
%14.6
%46.27

Codes

Color #6D8975 in popluar color models

6D 89 75
RGB 109 137 117
HSL 137° 11.38% 48.24%
HSB/HSV 137° 20.44% 53.73%
CMYK 20.44% 0.00% 14.60%
46.27%

Color #6D8975 in popluar number systems.

HEX 6D 89 75
Decimal 109 137 117
Binary 1101101 10001001 1110101
Octal 155 211 165

Shades and tints

Shades of #6D8975

#6D8975
(109,137,117)
#647D6B
(100,125,107)
#5B7161
(91,113,97)
#526557
(82,101,87)
#49594D
(73,89,77)
#404D43
(64,77,67)
#374139
(55,65,57)
#2E352F
(46,53,47)
#252925
(37,41,37)
#1C1D1B
(28,29,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6D8975

#6D8975
(109,137,117)
#7A9381
(122,147,129)
#879D8D
(135,157,141)
#94A799
(148,167,153)
#A1B1A5
(161,177,165)
#AEBBB1
(174,187,177)
#BBC5BD
(187,197,189)
#C8CFC9
(200,207,201)
#D5D9D5
(213,217,213)
#E2E3E1
(226,227,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8975 color. Also use rgb(109,137,117) instead hex code.

Text Font Color

.myTextColor { color: #6D8975; }

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

This text font color is #6D8975.

Background Color

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

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

This div background color is #6D8975.

Border color

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

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

This div border color is #6D8975.

Opacity

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

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

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

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

This text has shadow with #6D8975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8975.

Preview

Color preview on black background

This text has color #6D8975 on black background.


Color preview on white background

This text has color #6D8975 on white background.


Black color preview on #6D8975 background

This text has black color on #6D8975 background.


White color preview on #6D8975 background

This text has white color on #6D8975 background.


Related colors

Complementary color

Complementary color for #hex is #92768A.


I love getcolorcode.com

Triadic colors

1 #756D89 and #89756D with #6D8975 are triadic colors.

2 #75896D and #896D75 with #6D8975 are triadic colors.