COLOR #6D674C

HEX: #6D674C
RGB: (109,103,76)

Color info

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

RGB color model

#6D674C color RGB value is (109,103,76).

  • red value is 109;
  • green value is 103;
  • blue value is 76.
RGB:
(109,103,76)
(43%,40%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 76 of 255 = 30%

109
103
76

R + G + B ~ 38%. #6D674C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 76 = 288 (100%)
R 109 of 288 ~ 37.85%
G 103 of 288 ~ 35.76%
B 76 of 288 ~ 26.39%

%37.85
%35.76
%26.39

CMYK color model

#6D674C color CMYK value is (0,6,30,57).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(0,6,30,57)
C0M6Y30K57 
(0%,6%,30%,57%)
(0.00/0.06/0.30/0.57)	

CMYK percentages

%0
%5.5
%30.28
%57.25

Codes

Color #6D674C in popluar color models

6D674C
RGB10910376
HSL49°17.84%36.27%
HSB/HSV49°30.28%42.75%
CMYK0.00%5.50%30.28%
57.25%

Color #6D674C in popluar number systems.

HEX6D674C
Decimal10910376
Binary110110111001111001100
Octal155147114

Shades and tints

Shades of #6D674C

#6D674C
(109,103,76)
#645E46
(100,94,70)
#5B5540
(91,85,64)
#524C3A
(82,76,58)
#494334
(73,67,52)
#403A2E
(64,58,46)
#373128
(55,49,40)
#2E2822
(46,40,34)
#251F1C
(37,31,28)
#1C1616
(28,22,22)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D674C

#6D674C
(109,103,76)
#7A745C
(122,116,92)
#87816C
(135,129,108)
#948E7C
(148,142,124)
#A19B8C
(161,155,140)
#AEA89C
(174,168,156)
#BBB5AC
(187,181,172)
#C8C2BC
(200,194,188)
#D5CFCC
(213,207,204)
#E2DCDC
(226,220,220)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D674C color. Also use rgb(109,103,76) instead hex code.

Text Font Color

.myTextColor { color: #6D674C; }

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

This text font color is #6D674C.


Background Color

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

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

This div background color is #6D674C.


Border color

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

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

This div border color is #6D674C.


Opacity

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

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

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

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

This text has shadow with #6D674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D674C on black background.


Color preview on white background

This text has color #6D674C on white background.



Black color preview on #6D674C background

This text has black color on #6D674C background.


White color preview on #6D674C background

This text has white color on #6D674C background.