COLOR #6D7969

HEX: #6D7969
RGB: (109,121,105)

Color info

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

RGB color model

#6D7969 color RGB value is (109,121,105).

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

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 105 of 255 = 41%

109
121
105

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

Portions of RGB colors in percentages

R + G + B =
109 + 121 + 105 = 335 (100%)
R 109 of 335 ~ 32.54%
G 121 of 335 ~ 36.12%
B 105 of 335 ~ 31.34%

%32.54
%36.12
%31.34

CMYK color model

#6D7969 color CMYK value is (10,0,13,53).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(10,0,13,53)
C10M0Y13K53 
(10%,0%,13%,53%)
(0.10/0.00/0.13/0.53)	

CMYK percentages

%9.92
%0
%13.22
%52.55

Codes

Color #6D7969 in popluar color models

6D7969
RGB109121105
HSL105°7.08%44.31%
HSB/HSV105°13.22%47.45%
CMYK9.92%0.00%13.22%
52.55%

Color #6D7969 in popluar number systems.

HEX6D7969
Decimal109121105
Binary110110111110011101001
Octal155171151

Shades and tints

Shades of #6D7969

#6D7969
(109,121,105)
#646E60
(100,110,96)
#5B6357
(91,99,87)
#52584E
(82,88,78)
#494D45
(73,77,69)
#40423C
(64,66,60)
#373733
(55,55,51)
#2E2C2A
(46,44,42)
#252121
(37,33,33)
#1C1618
(28,22,24)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D7969

#6D7969
(109,121,105)
#7A8576
(122,133,118)
#879183
(135,145,131)
#949D90
(148,157,144)
#A1A99D
(161,169,157)
#AEB5AA
(174,181,170)
#BBC1B7
(187,193,183)
#C8CDC4
(200,205,196)
#D5D9D1
(213,217,209)
#E2E5DE
(226,229,222)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7969; }

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

This text font color is #6D7969.


Background Color

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

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

This div background color is #6D7969.


Border color

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

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

This div border color is #6D7969.


Opacity

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

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

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

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

This text has shadow with #6D7969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7969 on black background.


Color preview on white background

This text has color #6D7969 on white background.



Black color preview on #6D7969 background

This text has black color on #6D7969 background.


White color preview on #6D7969 background

This text has white color on #6D7969 background.