COLOR #6D725F

HEX: #6D725F RGB: (109,114,95)

Color info

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

RGB color model

#6D725F color RGB value is (109,114,95).

RGB: (109,114,95) (43%, 45%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 95 of 255 = 37%

109
114
95

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

Portions of RGB colors in percentages

R + G + B = 109 + 114 + 95 = 318 (100%)
R 109 of 318 ~ 34.28%
G 114 of 318 ~ 35.85%
B 95 of 318 ~ 29.87'%

%34.28
%35.85
%29.87

CMYK color model

#6D725F color CMYK value is (4,0,17,55).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 55.29%

CMYK: (4,0,17,55)
C4M0Y17K55 (4%, 0%, 17%, 55%)
(0.04 / 0.00 / 0.17 / 0.55)

CMYK percentages

%4.39
%0
%16.67
%55.29

Codes

Color #6D725F in popluar color models

6D 72 5F
RGB 109 114 95
HSL 76° 9.09% 40.98%
HSB/HSV 76° 16.67% 44.71%
CMYK 4.39% 0.00% 16.67%
55.29%

Color #6D725F in popluar number systems.

HEX 6D 72 5F
Decimal 109 114 95
Binary 1101101 1110010 1011111
Octal 155 162 137

Shades and tints

Shades of #6D725F

#6D725F
(109,114,95)
#646857
(100,104,87)
#5B5E4F
(91,94,79)
#525447
(82,84,71)
#494A3F
(73,74,63)
#404037
(64,64,55)
#37362F
(55,54,47)
#2E2C27
(46,44,39)
#25221F
(37,34,31)
#1C1817
(28,24,23)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D725F

#6D725F
(109,114,95)
#7A7E6D
(122,126,109)
#878A7B
(135,138,123)
#949689
(148,150,137)
#A1A297
(161,162,151)
#AEAEA5
(174,174,165)
#BBBAB3
(187,186,179)
#C8C6C1
(200,198,193)
#D5D2CF
(213,210,207)
#E2DEDD
(226,222,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D725F color. Also use rgb(109,114,95) instead hex code.

Text Font Color

.myTextColor { color: #6D725F; }

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

This text font color is #6D725F.

Background Color

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

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

This div background color is #6D725F.

Border color

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

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

This div border color is #6D725F.

Opacity

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

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

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

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

This text has shadow with #6D725F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D725F.

Preview

Color preview on black background

This text has color #6D725F on black background.


Color preview on white background

This text has color #6D725F on white background.


Black color preview on #6D725F background

This text has black color on #6D725F background.


White color preview on #6D725F background

This text has white color on #6D725F background.


Related colors

Complementary color

Complementary color for #hex is #928DA0.


I love getcolorcode.com

Triadic colors

1 #5F6D72 and #725F6D with #6D725F are triadic colors.

2 #5F726D and #726D5F with #6D725F are triadic colors.