COLOR #6F684E

HEX: #6F684E RGB: (111,104,78)

Color info

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

RGB color model

#6F684E color RGB value is (111,104,78).

RGB: (111,104,78) (44%, 41%, 31%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 78 of 255 = 31%

111
104
78

R + G + B ~ 39%. #6F684E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 104 + 78 = 293 (100%)
R 111 of 293 ~ 37.88%
G 104 of 293 ~ 35.49%
B 78 of 293 ~ 26.62'%

%37.88
%35.49
%26.62

CMYK color model

#6F684E color CMYK value is (0,6,30,56).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK: (0,6,30,56) C0M6Y30K56 (0%,6%,30%,56%) (0.00/0.06/0.30/0.56) 

CMYK percentages

%0
%6.31
%29.73
%56.47

Codes

Color #6F684E in popluar color models

6F 68 4E
RGB 111 104 78
HSL 47° 17.46% 37.06%
HSB/HSV 47° 29.73% 43.53%
CMYK 0.00% 6.31% 29.73%
56.47%

Color #6F684E in popluar number systems.

HEX 6F 68 4E
Decimal 111 104 78
Binary 1101111 1101000 1001110
Octal 157 150 116

Shades and tints

Shades of #6F684E

#6F684E
(111,104,78)
#655F47
(101,95,71)
#5B5640
(91,86,64)
#514D39
(81,77,57)
#474432
(71,68,50)
#3D3B2B
(61,59,43)
#333224
(51,50,36)
#29291D
(41,41,29)
#1F2016
(31,32,22)
#15170F
(21,23,15)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #6F684E

#6F684E
(111,104,78)
#7C755E
(124,117,94)
#89826E
(137,130,110)
#968F7E
(150,143,126)
#A39C8E
(163,156,142)
#B0A99E
(176,169,158)
#BDB6AE
(189,182,174)
#CAC3BE
(202,195,190)
#D7D0CE
(215,208,206)
#E4DDDE
(228,221,222)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F684E; }

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

This text font color is #6F684E.

Background Color

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

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

This div background color is #6F684E.

Border color

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

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

This div border color is #6F684E.

Opacity

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

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

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

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

This text has shadow with #6F684E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F684E.

Preview

Color preview on black background

This text has color #6F684E on black background.


Color preview on white background

This text has color #6F684E on white background.


Black color preview on #6F684E background

This text has black color on #6F684E background.


White color preview on #6F684E background

This text has white color on #6F684E background.


Related colors

Complementary color

Complementary color for #hex is #9097B1.


I love getcolorcode.com

Triadic colors

1 #4E6F68 and #684E6F with #6F684E are triadic colors.

2 #4E686F and #686F4E with #6F684E are triadic colors.