COLOR #6F7969

HEX: #6F7969 RGB: (111,121,105)

Color info

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

RGB color model

#6F7969 color RGB value is (111,121,105).

RGB: (111,121,105) (44%, 47%, 41%)

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 105 of 255 = 41%

111
121
105

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

Portions of RGB colors in percentages

R + G + B = 111 + 121 + 105 = 337 (100%)
R 111 of 337 ~ 32.94%
G 121 of 337 ~ 35.91%
B 105 of 337 ~ 31.16'%

%32.94
%35.91
%31.16

CMYK color model

#6F7969 color CMYK value is (8,0,13,53).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK: (8,0,13,53) C8M0Y13K53 (8%,0%,13%,53%) (0.08/0.00/0.13/0.53) 

CMYK percentages

%8.26
%0
%13.22
%52.55

Codes

Color #6F7969 in popluar color models

6F 79 69
RGB 111 121 105
HSL 98° 7.08% 44.31%
HSB/HSV 98° 13.22% 47.45%
CMYK 8.26% 0.00% 13.22%
52.55%

Color #6F7969 in popluar number systems.

HEX 6F 79 69
Decimal 111 121 105
Binary 1101111 1111001 1101001
Octal 157 171 151

Shades and tints

Shades of #6F7969

#6F7969
(111,121,105)
#656E60
(101,110,96)
#5B6357
(91,99,87)
#51584E
(81,88,78)
#474D45
(71,77,69)
#3D423C
(61,66,60)
#333733
(51,55,51)
#292C2A
(41,44,42)
#1F2121
(31,33,33)
#151618
(21,22,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #6F7969

#6F7969
(111,121,105)
#7C8576
(124,133,118)
#899183
(137,145,131)
#969D90
(150,157,144)
#A3A99D
(163,169,157)
#B0B5AA
(176,181,170)
#BDC1B7
(189,193,183)
#CACDC4
(202,205,196)
#D7D9D1
(215,217,209)
#E4E5DE
(228,229,222)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7969; }

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

This text font color is #6F7969.

Background Color

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

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

This div background color is #6F7969.

Border color

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

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

This div border color is #6F7969.

Opacity

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

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

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

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

This text has shadow with #6F7969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7969.

Preview

Color preview on black background

This text has color #6F7969 on black background.


Color preview on white background

This text has color #6F7969 on white background.


Black color preview on #6F7969 background

This text has black color on #6F7969 background.


White color preview on #6F7969 background

This text has white color on #6F7969 background.


Related colors

Complementary color

Complementary color for #hex is #908696.


I love getcolorcode.com

Triadic colors

1 #696F79 and #79696F with #6F7969 are triadic colors.

2 #69796F and #796F69 with #6F7969 are triadic colors.