COLOR #6D6A4F

HEX: #6D6A4F
RGB: (109,106,79)

Color info

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

RGB color model

#6D6A4F color RGB value is (109,106,79).

  • red value is 109;
  • green value is 106;
  • blue value is 79.
RGB:
(109,106,79)
(43%,42%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 106 of 255 = 42%
B 79 of 255 = 31%

109
106
79

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

Portions of RGB colors in percentages

R + G + B =
109 + 106 + 79 = 294 (100%)
R 109 of 294 ~ 37.07%
G 106 of 294 ~ 36.05%
B 79 of 294 ~ 26.87%

%37.07
%36.05
%26.87

CMYK color model

#6D6A4F color CMYK value is (0,3,28,57).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(0,3,28,57)
C0M3Y28K57 
(0%,3%,28%,57%)
(0.00/0.03/0.28/0.57)	

CMYK percentages

%0
%2.75
%27.52
%57.25

Codes

Color #6D6A4F in popluar color models

6D6A4F
RGB10910679
HSL54°15.96%36.86%
HSB/HSV54°27.52%42.75%
CMYK0.00%2.75%27.52%
57.25%

Color #6D6A4F in popluar number systems.

HEX6D6A4F
Decimal10910679
Binary110110111010101001111
Octal155152117

Shades and tints

Shades of #6D6A4F

#6D6A4F
(109,106,79)
#646148
(100,97,72)
#5B5841
(91,88,65)
#524F3A
(82,79,58)
#494633
(73,70,51)
#403D2C
(64,61,44)
#373425
(55,52,37)
#2E2B1E
(46,43,30)
#252217
(37,34,23)
#1C1910
(28,25,16)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #6D6A4F

#6D6A4F
(109,106,79)
#7A775F
(122,119,95)
#87846F
(135,132,111)
#94917F
(148,145,127)
#A19E8F
(161,158,143)
#AEAB9F
(174,171,159)
#BBB8AF
(187,184,175)
#C8C5BF
(200,197,191)
#D5D2CF
(213,210,207)
#E2DFDF
(226,223,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6A4F color. Also use rgb(109,106,79) instead hex code.

Text Font Color

.myTextColor { color: #6D6A4F; }

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

This text font color is #6D6A4F.


Background Color

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

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

This div background color is #6D6A4F.


Border color

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

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

This div border color is #6D6A4F.


Opacity

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

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

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

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

This text has shadow with #6D6A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6A4F on black background.


Color preview on white background

This text has color #6D6A4F on white background.



Black color preview on #6D6A4F background

This text has black color on #6D6A4F background.


White color preview on #6D6A4F background

This text has white color on #6D6A4F background.