COLOR #6D694C

HEX: #6D694C
RGB: (109,105,76)

Color info

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

RGB color model

#6D694C color RGB value is (109,105,76).

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

RGB channels and saturation

R 109 of 255 = 43%
G 105 of 255 = 41%
B 76 of 255 = 30%

109
105
76

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

Portions of RGB colors in percentages

R + G + B =
109 + 105 + 76 = 290 (100%)
R 109 of 290 ~ 37.59%
G 105 of 290 ~ 36.21%
B 76 of 290 ~ 26.21%

%37.59
%36.21
%26.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(0,4,30,57)
C0M4Y30K57 
(0%,4%,30%,57%)
(0.00/0.04/0.30/0.57)	

CMYK percentages

%0
%3.67
%30.28
%57.25

Codes

Color #6D694C in popluar color models

6D694C
RGB10910576
HSL53°17.84%36.27%
HSB/HSV53°30.28%42.75%
CMYK0.00%3.67%30.28%
57.25%

Color #6D694C in popluar number systems.

HEX6D694C
Decimal10910576
Binary110110111010011001100
Octal155151114

Shades and tints

Shades of #6D694C

#6D694C
(109,105,76)
#646046
(100,96,70)
#5B5740
(91,87,64)
#524E3A
(82,78,58)
#494534
(73,69,52)
#403C2E
(64,60,46)
#373328
(55,51,40)
#2E2A22
(46,42,34)
#25211C
(37,33,28)
#1C1816
(28,24,22)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #6D694C

#6D694C
(109,105,76)
#7A765C
(122,118,92)
#87836C
(135,131,108)
#94907C
(148,144,124)
#A19D8C
(161,157,140)
#AEAA9C
(174,170,156)
#BBB7AC
(187,183,172)
#C8C4BC
(200,196,188)
#D5D1CC
(213,209,204)
#E2DEDC
(226,222,220)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D694C; }

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

This text font color is #6D694C.


Background Color

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

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

This div background color is #6D694C.


Border color

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

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

This div border color is #6D694C.


Opacity

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

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

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

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

This text has shadow with #6D694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D694C on black background.


Color preview on white background

This text has color #6D694C on white background.



Black color preview on #6D694C background

This text has black color on #6D694C background.


White color preview on #6D694C background

This text has white color on #6D694C background.