COLOR #6D7459

HEX: #6D7459
RGB: (109,116,89)

Color info

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

RGB color model

#6D7459 color RGB value is (109,116,89).

  • red value is 109;
  • green value is 116;
  • blue value is 89.
RGB:
(109,116,89)
(43%,45%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 89 of 255 = 35%

109
116
89

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

Portions of RGB colors in percentages

R + G + B =
109 + 116 + 89 = 314 (100%)
R 109 of 314 ~ 34.71%
G 116 of 314 ~ 36.94%
B 89 of 314 ~ 28.34%

%34.71
%36.94
%28.34

CMYK color model

#6D7459 color CMYK value is (6,0,23,55).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 54.51%
CMYK:
(6,0,23,55)
C6M0Y23K55 
(6%,0%,23%,55%)
(0.06/0.00/0.23/0.55)	

CMYK percentages

%6.03
%0
%23.28
%54.51

Codes

Color #6D7459 in popluar color models

6D7459
RGB10911689
HSL76°13.17%40.20%
HSB/HSV76°23.28%45.49%
CMYK6.03%0.00%23.28%
54.51%

Color #6D7459 in popluar number systems.

HEX6D7459
Decimal10911689
Binary110110111101001011001
Octal155164131

Shades and tints

Shades of #6D7459

#6D7459
(109,116,89)
#646A51
(100,106,81)
#5B6049
(91,96,73)
#525641
(82,86,65)
#494C39
(73,76,57)
#404231
(64,66,49)
#373829
(55,56,41)
#2E2E21
(46,46,33)
#252419
(37,36,25)
#1C1A11
(28,26,17)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #6D7459

#6D7459
(109,116,89)
#7A8068
(122,128,104)
#878C77
(135,140,119)
#949886
(148,152,134)
#A1A495
(161,164,149)
#AEB0A4
(174,176,164)
#BBBCB3
(187,188,179)
#C8C8C2
(200,200,194)
#D5D4D1
(213,212,209)
#E2E0E0
(226,224,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7459; }

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

This text font color is #6D7459.


Background Color

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

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

This div background color is #6D7459.


Border color

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

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

This div border color is #6D7459.


Opacity

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

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

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

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

This text has shadow with #6D7459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7459 on black background.


Color preview on white background

This text has color #6D7459 on white background.



Black color preview on #6D7459 background

This text has black color on #6D7459 background.


White color preview on #6D7459 background

This text has white color on #6D7459 background.