COLOR #6D7425

HEX: #6D7425 RGB: (109,116,37)

Color info

#6D7425 contains mainly red and green colors. Web safe color of #6D7425 is #666633 (or #663).

RGB color model

#6D7425 color RGB value is (109,116,37).

RGB: (109,116,37) (43%, 45%, 15%)

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 37 of 255 = 15%

109
116
37

R + G + B ~ 34%. #6D7425 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 116 + 37 = 262 (100%)
R 109 of 262 ~ 41.6%
G 116 of 262 ~ 44.27%
B 37 of 262 ~ 14.12'%

%41.6
%44.27
%14.12

CMYK color model

#6D7425 color CMYK value is (6,0,68,55).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 68.10%
  • key color value is 54.51%
CMYK: (6,0,68,55) C6M0Y68K55 (6%,0%,68%,55%) (0.06/0.00/0.68/0.55) 

CMYK percentages

%6.03
%0
%68.1
%54.51

Codes

Color #6D7425 in popluar color models

6D 74 25
RGB 109 116 37
HSL 65° 51.63% 30.00%
HSB/HSV 65° 68.10% 45.49%
CMYK 6.03% 0.00% 68.10%
54.51%

Color #6D7425 in popluar number systems.

HEX 6D 74 25
Decimal 109 116 37
Binary 1101101 1110100 100101
Octal 155 164 45

Shades and tints

Shades of #6D7425

#6D7425
(109,116,37)
#646A22
(100,106,34)
#5B601F
(91,96,31)
#52561C
(82,86,28)
#494C19
(73,76,25)
#404216
(64,66,22)
#373813
(55,56,19)
#2E2E10
(46,46,16)
#25240D
(37,36,13)
#1C1A0A
(28,26,10)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #6D7425

#6D7425
(109,116,37)
#7A8038
(122,128,56)
#878C4B
(135,140,75)
#94985E
(148,152,94)
#A1A471
(161,164,113)
#AEB084
(174,176,132)
#BBBC97
(187,188,151)
#C8C8AA
(200,200,170)
#D5D4BD
(213,212,189)
#E2E0D0
(226,224,208)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7425; }

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

This text font color is #6D7425.

Background Color

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

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

This div background color is #6D7425.

Border color

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

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

This div border color is #6D7425.

Opacity

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

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

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

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

This text has shadow with #6D7425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7425.

Preview

Color preview on black background

This text has color #6D7425 on black background.


Color preview on white background

This text has color #6D7425 on white background.


Black color preview on #6D7425 background

This text has black color on #6D7425 background.


White color preview on #6D7425 background

This text has white color on #6D7425 background.


Related colors

Complementary color

Complementary color for #hex is #928BDA.


I love getcolorcode.com

Triadic colors

1 #256D74 and #74256D with #6D7425 are triadic colors.

2 #25746D and #746D25 with #6D7425 are triadic colors.