COLOR #686E61

HEX: #686E61 RGB: (104,110,97)

Color info

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

RGB color model

#686E61 color RGB value is (104,110,97).

RGB: (104,110,97) (41%, 43%, 38%)

RGB channels and saturation

R 104 of 255 = 41%
G 110 of 255 = 43%
B 97 of 255 = 38%

104
110
97

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

Portions of RGB colors in percentages

R + G + B = 104 + 110 + 97 = 311 (100%)
R 104 of 311 ~ 33.44%
G 110 of 311 ~ 35.37%
B 97 of 311 ~ 31.19'%

%33.44
%35.37
%31.19

CMYK color model

#686E61 color CMYK value is (5,0,12,57).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 56.86%

CMYK: (5,0,12,57)
C5M0Y12K57 (5%, 0%, 12%, 57%)
(0.05 / 0.00 / 0.12 / 0.57)

CMYK percentages

%5.45
%0
%11.82
%56.86

Codes

Color #686E61 in popluar color models

68 6E 61
RGB 104 110 97
HSL 88° 6.28% 40.59%
HSB/HSV 88° 11.82% 43.14%
CMYK 5.45% 0.00% 11.82%
56.86%

Color #686E61 in popluar number systems.

HEX 68 6E 61
Decimal 104 110 97
Binary 1101000 1101110 1100001
Octal 150 156 141

Shades and tints

Shades of #686E61

#686E61
(104,110,97)
#5F6459
(95,100,89)
#565A51
(86,90,81)
#4D5049
(77,80,73)
#444641
(68,70,65)
#3B3C39
(59,60,57)
#323231
(50,50,49)
#292829
(41,40,41)
#201E21
(32,30,33)
#171419
(23,20,25)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #686E61

#686E61
(104,110,97)
#757B6F
(117,123,111)
#82887D
(130,136,125)
#8F958B
(143,149,139)
#9CA299
(156,162,153)
#A9AFA7
(169,175,167)
#B6BCB5
(182,188,181)
#C3C9C3
(195,201,195)
#D0D6D1
(208,214,209)
#DDE3DF
(221,227,223)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686E61 color. Also use rgb(104,110,97) instead hex code.

Text Font Color

.myTextColor { color: #686E61; }

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

This text font color is #686E61.

Background Color

.myBgColor { background-color: #686E61; }

<div style="background-color:#686E61">Inner text</div>

This div background color is #686E61.

Border color

.myBorderColor { border: 1px solid #686E61; }

<div style="border:3px solid #686E61">Div</div>

This div border color is #686E61.

Opacity

.myOpacity80 { color: #686E61; opacity: 0.8; }

<p style="color:#686E61;opacity:0.8;">80%</p>

Text with #686E61 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 #686E61;}

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

This text has shadow with #686E61 color.


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

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

This text has shadow with #686E61 primary color and red secondary color.


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

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

This text has shadow with #686E61 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #686E61.

Preview

Color preview on black background

This text has color #686E61 on black background.


Color preview on white background

This text has color #686E61 on white background.


Black color preview on #686E61 background

This text has black color on #686E61 background.


White color preview on #686E61 background

This text has white color on #686E61 background.


Related colors

Complementary color

Complementary color for #hex is #97919E.


I love getcolorcode.com

Triadic colors

1 #61686E and #6E6168 with #686E61 are triadic colors.

2 #616E68 and #6E6861 with #686E61 are triadic colors.