COLOR #6C6755

HEX: #6C6755 RGB: (108,103,85)

Color info

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

RGB color model

#6C6755 color RGB value is (108,103,85).

RGB: (108,103,85) (42%, 40%, 33%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 85 of 255 = 33%

108
103
85

R + G + B ~ 38%. #6C6755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 103 + 85 = 296 (100%)
R 108 of 296 ~ 36.49%
G 103 of 296 ~ 34.8%
B 85 of 296 ~ 28.72'%

%36.49
%34.8
%28.72

CMYK color model

#6C6755 color CMYK value is (0,5,21,58).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 21.30%
  • key color value is 57.65%

CMYK: (0,5,21,58)
C0M5Y21K58 (0%, 5%, 21%, 58%)
(0.00 / 0.05 / 0.21 / 0.58)

CMYK percentages

%0
%4.63
%21.3
%57.65

Codes

Color #6C6755 in popluar color models

6C 67 55
RGB 108 103 85
HSL 47° 11.92% 37.84%
HSB/HSV 47° 21.30% 42.35%
CMYK 0.00% 4.63% 21.30%
57.65%

Color #6C6755 in popluar number systems.

HEX 6C 67 55
Decimal 108 103 85
Binary 1101100 1100111 1010101
Octal 154 147 125

Shades and tints

Shades of #6C6755

#6C6755
(108,103,85)
#635E4E
(99,94,78)
#5A5547
(90,85,71)
#514C40
(81,76,64)
#484339
(72,67,57)
#3F3A32
(63,58,50)
#36312B
(54,49,43)
#2D2824
(45,40,36)
#241F1D
(36,31,29)
#1B1616
(27,22,22)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C6755

#6C6755
(108,103,85)
#797464
(121,116,100)
#868173
(134,129,115)
#938E82
(147,142,130)
#A09B91
(160,155,145)
#ADA8A0
(173,168,160)
#BAB5AF
(186,181,175)
#C7C2BE
(199,194,190)
#D4CFCD
(212,207,205)
#E1DCDC
(225,220,220)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6755 color. Also use rgb(108,103,85) instead hex code.

Text Font Color

.myTextColor { color: #6C6755; }

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

This text font color is #6C6755.

Background Color

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

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

This div background color is #6C6755.

Border color

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

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

This div border color is #6C6755.

Opacity

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

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

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

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

This text has shadow with #6C6755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6755.

Preview

Color preview on black background

This text has color #6C6755 on black background.


Color preview on white background

This text has color #6C6755 on white background.


Black color preview on #6C6755 background

This text has black color on #6C6755 background.


White color preview on #6C6755 background

This text has white color on #6C6755 background.


Related colors

Complementary color

Complementary color for #hex is #9398AA.


I love getcolorcode.com

Triadic colors

1 #556C67 and #67556C with #6C6755 are triadic colors.

2 #55676C and #676C55 with #6C6755 are triadic colors.