COLOR #6F6561

HEX: #6F6561 RGB: (111,101,97)

Color info

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

RGB color model

#6F6561 color RGB value is (111,101,97).

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

RGB channels and saturation

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

111
101
97

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

Portions of RGB colors in percentages

R + G + B = 111 + 101 + 97 = 309 (100%)
R 111 of 309 ~ 35.92%
G 101 of 309 ~ 32.69%
B 97 of 309 ~ 31.39'%

%35.92
%32.69
%31.39

CMYK color model

#6F6561 color CMYK value is (0,9,13,56).

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

CMYK: (0,9,13,56)
C0M9Y13K56 (0%, 9%, 13%, 56%)
(0.00 / 0.09 / 0.13 / 0.56)

CMYK percentages

%0
%9.01
%12.61
%56.47

Codes

Color #6F6561 in popluar color models

6F 65 61
RGB 111 101 97
HSL 17° 6.73% 40.78%
HSB/HSV 17° 12.61% 43.53%
CMYK 0.00% 9.01% 12.61%
56.47%

Color #6F6561 in popluar number systems.

HEX 6F 65 61
Decimal 111 101 97
Binary 1101111 1100101 1100001
Octal 157 145 141

Shades and tints

Shades of #6F6561

#6F6561
(111,101,97)
#655C59
(101,92,89)
#5B5351
(91,83,81)
#514A49
(81,74,73)
#474141
(71,65,65)
#3D3839
(61,56,57)
#332F31
(51,47,49)
#292629
(41,38,41)
#1F1D21
(31,29,33)
#151419
(21,20,25)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F6561

#6F6561
(111,101,97)
#7C736F
(124,115,111)
#89817D
(137,129,125)
#968F8B
(150,143,139)
#A39D99
(163,157,153)
#B0ABA7
(176,171,167)
#BDB9B5
(189,185,181)
#CAC7C3
(202,199,195)
#D7D5D1
(215,213,209)
#E4E3DF
(228,227,223)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6561; }

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

This text font color is #6F6561.

Background Color

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

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

This div background color is #6F6561.

Border color

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

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

This div border color is #6F6561.

Opacity

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

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

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

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

This text has shadow with #6F6561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6561.

Preview

Color preview on black background

This text has color #6F6561 on black background.


Color preview on white background

This text has color #6F6561 on white background.


Black color preview on #6F6561 background

This text has black color on #6F6561 background.


White color preview on #6F6561 background

This text has white color on #6F6561 background.


Related colors

Complementary color

Complementary color for #hex is #909A9E.


I love getcolorcode.com

Triadic colors

1 #616F65 and #65616F with #6F6561 are triadic colors.

2 #61656F and #656F61 with #6F6561 are triadic colors.