COLOR #6C7665

HEX: #6C7665 RGB: (108,118,101)

Color info

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

RGB color model

#6C7665 color RGB value is (108,118,101).

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

RGB channels and saturation

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

108
118
101

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

Portions of RGB colors in percentages

R + G + B = 108 + 118 + 101 = 327 (100%)
R 108 of 327 ~ 33.03%
G 118 of 327 ~ 36.09%
B 101 of 327 ~ 30.89'%

%33.03
%36.09
%30.89

CMYK color model

#6C7665 color CMYK value is (8,0,14,54).

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

CMYK: (8,0,14,54)
C8M0Y14K54 (8%, 0%, 14%, 54%)
(0.08 / 0.00 / 0.14 / 0.54)

CMYK percentages

%8.47
%0
%14.41
%53.73

Codes

Color #6C7665 in popluar color models

6C 76 65
RGB 108 118 101
HSL 95° 7.76% 42.94%
HSB/HSV 95° 14.41% 46.27%
CMYK 8.47% 0.00% 14.41%
53.73%

Color #6C7665 in popluar number systems.

HEX 6C 76 65
Decimal 108 118 101
Binary 1101100 1110110 1100101
Octal 154 166 145

Shades and tints

Shades of #6C7665

#6C7665
(108,118,101)
#636C5C
(99,108,92)
#5A6253
(90,98,83)
#51584A
(81,88,74)
#484E41
(72,78,65)
#3F4438
(63,68,56)
#363A2F
(54,58,47)
#2D3026
(45,48,38)
#24261D
(36,38,29)
#1B1C14
(27,28,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #6C7665

#6C7665
(108,118,101)
#798273
(121,130,115)
#868E81
(134,142,129)
#939A8F
(147,154,143)
#A0A69D
(160,166,157)
#ADB2AB
(173,178,171)
#BABEB9
(186,190,185)
#C7CAC7
(199,202,199)
#D4D6D5
(212,214,213)
#E1E2E3
(225,226,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7665; }

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

This text font color is #6C7665.

Background Color

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

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

This div background color is #6C7665.

Border color

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

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

This div border color is #6C7665.

Opacity

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

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

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

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

This text has shadow with #6C7665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7665.

Preview

Color preview on black background

This text has color #6C7665 on black background.


Color preview on white background

This text has color #6C7665 on white background.


Black color preview on #6C7665 background

This text has black color on #6C7665 background.


White color preview on #6C7665 background

This text has white color on #6C7665 background.


Related colors

Complementary color

Complementary color for #hex is #93899A.


I love getcolorcode.com

Triadic colors

1 #656C76 and #76656C with #6C7665 are triadic colors.

2 #65766C and #766C65 with #6C7665 are triadic colors.