COLOR #6C7667

HEX: #6C7667 RGB: (108,118,103)

Color info

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

RGB color model

#6C7667 color RGB value is (108,118,103).

RGB: (108,118,103) (42%, 46%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 118 of 255 = 46%
B 103 of 255 = 40%

108
118
103

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

Portions of RGB colors in percentages

R + G + B = 108 + 118 + 103 = 329 (100%)
R 108 of 329 ~ 32.83%
G 118 of 329 ~ 35.87%
B 103 of 329 ~ 31.31'%

%32.83
%35.87
%31.31

CMYK color model

#6C7667 color CMYK value is (8,0,13,54).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 53.73%

CMYK: (8,0,13,54)
C8M0Y13K54 (8%, 0%, 13%, 54%)
(0.08 / 0.00 / 0.13 / 0.54)

CMYK percentages

%8.47
%0
%12.71
%53.73

Codes

Color #6C7667 in popluar color models

6C 76 67
RGB 108 118 103
HSL 100° 6.79% 43.33%
HSB/HSV 100° 12.71% 46.27%
CMYK 8.47% 0.00% 12.71%
53.73%

Color #6C7667 in popluar number systems.

HEX 6C 76 67
Decimal 108 118 103
Binary 1101100 1110110 1100111
Octal 154 166 147

Shades and tints

Shades of #6C7667

#6C7667
(108,118,103)
#636C5E
(99,108,94)
#5A6255
(90,98,85)
#51584C
(81,88,76)
#484E43
(72,78,67)
#3F443A
(63,68,58)
#363A31
(54,58,49)
#2D3028
(45,48,40)
#24261F
(36,38,31)
#1B1C16
(27,28,22)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #6C7667

#6C7667
(108,118,103)
#798274
(121,130,116)
#868E81
(134,142,129)
#939A8E
(147,154,142)
#A0A69B
(160,166,155)
#ADB2A8
(173,178,168)
#BABEB5
(186,190,181)
#C7CAC2
(199,202,194)
#D4D6CF
(212,214,207)
#E1E2DC
(225,226,220)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7667; }

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

This text font color is #6C7667.

Background Color

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

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

This div background color is #6C7667.

Border color

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

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

This div border color is #6C7667.

Opacity

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

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

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

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

This text has shadow with #6C7667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7667.

Preview

Color preview on black background

This text has color #6C7667 on black background.


Color preview on white background

This text has color #6C7667 on white background.


Black color preview on #6C7667 background

This text has black color on #6C7667 background.


White color preview on #6C7667 background

This text has white color on #6C7667 background.


Related colors

Complementary color

Complementary color for #hex is #938998.


I love getcolorcode.com

Triadic colors

1 #676C76 and #76676C with #6C7667 are triadic colors.

2 #67766C and #766C67 with #6C7667 are triadic colors.