COLOR #6F6761

HEX: #6F6761 RGB: (111,103,97)

Color info

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

RGB color model

#6F6761 color RGB value is (111,103,97).

RGB: (111,103,97) (44%, 40%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 97 of 255 = 38%

111
103
97

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

Portions of RGB colors in percentages

R + G + B = 111 + 103 + 97 = 311 (100%)
R 111 of 311 ~ 35.69%
G 103 of 311 ~ 33.12%
B 97 of 311 ~ 31.19'%

%35.69
%33.12
%31.19

CMYK color model

#6F6761 color CMYK value is (0,7,13,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 12.61%
  • key color value is 56.47%

CMYK: (0,7,13,56)
C0M7Y13K56 (0%, 7%, 13%, 56%)
(0.00 / 0.07 / 0.13 / 0.56)

CMYK percentages

%0
%7.21
%12.61
%56.47

Codes

Color #6F6761 in popluar color models

6F 67 61
RGB 111 103 97
HSL 26° 6.73% 40.78%
HSB/HSV 26° 12.61% 43.53%
CMYK 0.00% 7.21% 12.61%
56.47%

Color #6F6761 in popluar number systems.

HEX 6F 67 61
Decimal 111 103 97
Binary 1101111 1100111 1100001
Octal 157 147 141

Shades and tints

Shades of #6F6761

#6F6761
(111,103,97)
#655E59
(101,94,89)
#5B5551
(91,85,81)
#514C49
(81,76,73)
#474341
(71,67,65)
#3D3A39
(61,58,57)
#333131
(51,49,49)
#292829
(41,40,41)
#1F1F21
(31,31,33)
#151619
(21,22,25)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F6761

#6F6761
(111,103,97)
#7C746F
(124,116,111)
#89817D
(137,129,125)
#968E8B
(150,142,139)
#A39B99
(163,155,153)
#B0A8A7
(176,168,167)
#BDB5B5
(189,181,181)
#CAC2C3
(202,194,195)
#D7CFD1
(215,207,209)
#E4DCDF
(228,220,223)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6761 color. Also use rgb(111,103,97) instead hex code.

Text Font Color

.myTextColor { color: #6F6761; }

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

This text font color is #6F6761.

Background Color

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

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

This div background color is #6F6761.

Border color

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

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

This div border color is #6F6761.

Opacity

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

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

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

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

This text has shadow with #6F6761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6761.

Preview

Color preview on black background

This text has color #6F6761 on black background.


Color preview on white background

This text has color #6F6761 on white background.


Black color preview on #6F6761 background

This text has black color on #6F6761 background.


White color preview on #6F6761 background

This text has white color on #6F6761 background.


Related colors

Complementary color

Complementary color for #hex is #90989E.


I love getcolorcode.com

Triadic colors

1 #616F67 and #67616F with #6F6761 are triadic colors.

2 #61676F and #676F61 with #6F6761 are triadic colors.