COLOR #6F685C

HEX: #6F685C RGB: (111,104,92)

Color info

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

RGB color model

#6F685C color RGB value is (111,104,92).

RGB: (111,104,92) (44%, 41%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 92 of 255 = 36%

111
104
92

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

Portions of RGB colors in percentages

R + G + B = 111 + 104 + 92 = 307 (100%)
R 111 of 307 ~ 36.16%
G 104 of 307 ~ 33.88%
B 92 of 307 ~ 29.97'%

%36.16
%33.88
%29.97

CMYK color model

#6F685C color CMYK value is (0,6,17,56).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 17.12%
  • key color value is 56.47%

CMYK: (0,6,17,56)
C0M6Y17K56 (0%, 6%, 17%, 56%)
(0.00 / 0.06 / 0.17 / 0.56)

CMYK percentages

%0
%6.31
%17.12
%56.47

Codes

Color #6F685C in popluar color models

6F 68 5C
RGB 111 104 92
HSL 38° 9.36% 39.80%
HSB/HSV 38° 17.12% 43.53%
CMYK 0.00% 6.31% 17.12%
56.47%

Color #6F685C in popluar number systems.

HEX 6F 68 5C
Decimal 111 104 92
Binary 1101111 1101000 1011100
Octal 157 150 134

Shades and tints

Shades of #6F685C

#6F685C
(111,104,92)
#655F54
(101,95,84)
#5B564C
(91,86,76)
#514D44
(81,77,68)
#47443C
(71,68,60)
#3D3B34
(61,59,52)
#33322C
(51,50,44)
#292924
(41,41,36)
#1F201C
(31,32,28)
#151714
(21,23,20)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F685C

#6F685C
(111,104,92)
#7C756A
(124,117,106)
#898278
(137,130,120)
#968F86
(150,143,134)
#A39C94
(163,156,148)
#B0A9A2
(176,169,162)
#BDB6B0
(189,182,176)
#CAC3BE
(202,195,190)
#D7D0CC
(215,208,204)
#E4DDDA
(228,221,218)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F685C color. Also use rgb(111,104,92) instead hex code.

Text Font Color

.myTextColor { color: #6F685C; }

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

This text font color is #6F685C.

Background Color

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

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

This div background color is #6F685C.

Border color

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

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

This div border color is #6F685C.

Opacity

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

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

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

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

This text has shadow with #6F685C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F685C.

Preview

Color preview on black background

This text has color #6F685C on black background.


Color preview on white background

This text has color #6F685C on white background.


Black color preview on #6F685C background

This text has black color on #6F685C background.


White color preview on #6F685C background

This text has white color on #6F685C background.


Related colors

Complementary color

Complementary color for #hex is #9097A3.


I love getcolorcode.com

Triadic colors

1 #5C6F68 and #685C6F with #6F685C are triadic colors.

2 #5C686F and #686F5C with #6F685C are triadic colors.