COLOR #6D744B

HEX: #6D744B RGB: (109,116,75)

Color info

#6D744B contains red, green and blue colors in about the same proportion. Web safe color of #6D744B is #666633 (or #663).

RGB color model

#6D744B color RGB value is (109,116,75).

RGB: (109,116,75) (43%, 45%, 29%)

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 75 of 255 = 29%

109
116
75

R + G + B ~ 39%. #6D744B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 116 + 75 = 300 (100%)
R 109 of 300 ~ 36.33%
G 116 of 300 ~ 38.67%
B 75 of 300 ~ 25'%

%36.33
%38.67
%25

CMYK color model

#6D744B color CMYK value is (6,0,35,55).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%

CMYK: (6,0,35,55)
C6M0Y35K55 (6%, 0%, 35%, 55%)
(0.06 / 0.00 / 0.35 / 0.55)

CMYK percentages

%6.03
%0
%35.34
%54.51

Codes

Color #6D744B in popluar color models

6D 74 4B
RGB 109 116 75
HSL 70° 21.47% 37.45%
HSB/HSV 70° 35.34% 45.49%
CMYK 6.03% 0.00% 35.34%
54.51%

Color #6D744B in popluar number systems.

HEX 6D 74 4B
Decimal 109 116 75
Binary 1101101 1110100 1001011
Octal 155 164 113

Shades and tints

Shades of #6D744B

#6D744B
(109,116,75)
#646A45
(100,106,69)
#5B603F
(91,96,63)
#525639
(82,86,57)
#494C33
(73,76,51)
#40422D
(64,66,45)
#373827
(55,56,39)
#2E2E21
(46,46,33)
#25241B
(37,36,27)
#1C1A15
(28,26,21)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D744B

#6D744B
(109,116,75)
#7A805B
(122,128,91)
#878C6B
(135,140,107)
#94987B
(148,152,123)
#A1A48B
(161,164,139)
#AEB09B
(174,176,155)
#BBBCAB
(187,188,171)
#C8C8BB
(200,200,187)
#D5D4CB
(213,212,203)
#E2E0DB
(226,224,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D744B color. Also use rgb(109,116,75) instead hex code.

Text Font Color

.myTextColor { color: #6D744B; }

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

This text font color is #6D744B.

Background Color

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

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

This div background color is #6D744B.

Border color

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

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

This div border color is #6D744B.

Opacity

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

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

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

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

This text has shadow with #6D744B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D744B.

Preview

Color preview on black background

This text has color #6D744B on black background.


Color preview on white background

This text has color #6D744B on white background.


Black color preview on #6D744B background

This text has black color on #6D744B background.


White color preview on #6D744B background

This text has white color on #6D744B background.


Related colors

Complementary color

Complementary color for #hex is #928BB4.


I love getcolorcode.com

Triadic colors

1 #4B6D74 and #744B6D with #6D744B are triadic colors.

2 #4B746D and #746D4B with #6D744B are triadic colors.