COLOR #6F6D65

HEX: #6F6D65 RGB: (111,109,101)

Color info

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

RGB color model

#6F6D65 color RGB value is (111,109,101).

RGB: (111,109,101) (44%, 43%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 101 of 255 = 40%

111
109
101

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

Portions of RGB colors in percentages

R + G + B = 111 + 109 + 101 = 321 (100%)
R 111 of 321 ~ 34.58%
G 109 of 321 ~ 33.96%
B 101 of 321 ~ 31.46'%

%34.58
%33.96
%31.46

CMYK color model

#6F6D65 color CMYK value is (0,2,9,56).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 9.01%
  • key color value is 56.47%

CMYK: (0,2,9,56)
C0M2Y9K56 (0%, 2%, 9%, 56%)
(0.00 / 0.02 / 0.09 / 0.56)

CMYK percentages

%0
%1.8
%9.01
%56.47

Codes

Color #6F6D65 in popluar color models

6F 6D 65
RGB 111 109 101
HSL 48° 4.72% 41.57%
HSB/HSV 48° 9.01% 43.53%
CMYK 0.00% 1.80% 9.01%
56.47%

Color #6F6D65 in popluar number systems.

HEX 6F 6D 65
Decimal 111 109 101
Binary 1101111 1101101 1100101
Octal 157 155 145

Shades and tints

Shades of #6F6D65

#6F6D65
(111,109,101)
#65645C
(101,100,92)
#5B5B53
(91,91,83)
#51524A
(81,82,74)
#474941
(71,73,65)
#3D4038
(61,64,56)
#33372F
(51,55,47)
#292E26
(41,46,38)
#1F251D
(31,37,29)
#151C14
(21,28,20)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #6F6D65

#6F6D65
(111,109,101)
#7C7A73
(124,122,115)
#898781
(137,135,129)
#96948F
(150,148,143)
#A3A19D
(163,161,157)
#B0AEAB
(176,174,171)
#BDBBB9
(189,187,185)
#CAC8C7
(202,200,199)
#D7D5D5
(215,213,213)
#E4E2E3
(228,226,227)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6D65 color. Also use rgb(111,109,101) instead hex code.

Text Font Color

.myTextColor { color: #6F6D65; }

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

This text font color is #6F6D65.

Background Color

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

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

This div background color is #6F6D65.

Border color

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

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

This div border color is #6F6D65.

Opacity

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

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

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

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

This text has shadow with #6F6D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6D65.

Preview

Color preview on black background

This text has color #6F6D65 on black background.


Color preview on white background

This text has color #6F6D65 on white background.


Black color preview on #6F6D65 background

This text has black color on #6F6D65 background.


White color preview on #6F6D65 background

This text has white color on #6F6D65 background.


Related colors

Complementary color

Complementary color for #hex is #90929A.


I love getcolorcode.com

Triadic colors

1 #656F6D and #6D656F with #6F6D65 are triadic colors.

2 #656D6F and #6D6F65 with #6F6D65 are triadic colors.