COLOR #6C685E

HEX: #6C685E RGB: (108,104,94)

Color info

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

RGB color model

#6C685E color RGB value is (108,104,94).

RGB: (108,104,94) (42%, 41%, 37%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 94 of 255 = 37%

108
104
94

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

Portions of RGB colors in percentages

R + G + B = 108 + 104 + 94 = 306 (100%)
R 108 of 306 ~ 35.29%
G 104 of 306 ~ 33.99%
B 94 of 306 ~ 30.72'%

%35.29
%33.99
%30.72

CMYK color model

#6C685E color CMYK value is (0,4,13,58).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 12.96%
  • key color value is 57.65%

CMYK: (0,4,13,58)
C0M4Y13K58 (0%, 4%, 13%, 58%)
(0.00 / 0.04 / 0.13 / 0.58)

CMYK percentages

%0
%3.7
%12.96
%57.65

Codes

Color #6C685E in popluar color models

6C 68 5E
RGB 108 104 94
HSL 43° 6.93% 39.61%
HSB/HSV 43° 12.96% 42.35%
CMYK 0.00% 3.70% 12.96%
57.65%

Color #6C685E in popluar number systems.

HEX 6C 68 5E
Decimal 108 104 94
Binary 1101100 1101000 1011110
Octal 154 150 136

Shades and tints

Shades of #6C685E

#6C685E
(108,104,94)
#635F56
(99,95,86)
#5A564E
(90,86,78)
#514D46
(81,77,70)
#48443E
(72,68,62)
#3F3B36
(63,59,54)
#36322E
(54,50,46)
#2D2926
(45,41,38)
#24201E
(36,32,30)
#1B1716
(27,23,22)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C685E

#6C685E
(108,104,94)
#79756C
(121,117,108)
#86827A
(134,130,122)
#938F88
(147,143,136)
#A09C96
(160,156,150)
#ADA9A4
(173,169,164)
#BAB6B2
(186,182,178)
#C7C3C0
(199,195,192)
#D4D0CE
(212,208,206)
#E1DDDC
(225,221,220)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C685E color. Also use rgb(108,104,94) instead hex code.

Text Font Color

.myTextColor { color: #6C685E; }

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

This text font color is #6C685E.

Background Color

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

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

This div background color is #6C685E.

Border color

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

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

This div border color is #6C685E.

Opacity

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

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

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

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

This text has shadow with #6C685E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C685E.

Preview

Color preview on black background

This text has color #6C685E on black background.


Color preview on white background

This text has color #6C685E on white background.


Black color preview on #6C685E background

This text has black color on #6C685E background.


White color preview on #6C685E background

This text has white color on #6C685E background.


Related colors

Complementary color

Complementary color for #hex is #9397A1.


I love getcolorcode.com

Triadic colors

1 #5E6C68 and #685E6C with #6C685E are triadic colors.

2 #5E686C and #686C5E with #6C685E are triadic colors.