COLOR #6C6762

HEX: #6C6762 RGB: (108,103,98)

Color info

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

RGB color model

#6C6762 color RGB value is (108,103,98).

RGB: (108,103,98) (42%, 40%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 98 of 255 = 38%

108
103
98

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

Portions of RGB colors in percentages

R + G + B = 108 + 103 + 98 = 309 (100%)
R 108 of 309 ~ 34.95%
G 103 of 309 ~ 33.33%
B 98 of 309 ~ 31.72'%

%34.95
%33.33
%31.72

CMYK color model

#6C6762 color CMYK value is (0,5,9,58).

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

CMYK: (0,5,9,58)
C0M5Y9K58 (0%, 5%, 9%, 58%)
(0.00 / 0.05 / 0.09 / 0.58)

CMYK percentages

%0
%4.63
%9.26
%57.65

Codes

Color #6C6762 in popluar color models

6C 67 62
RGB 108 103 98
HSL 30° 4.85% 40.39%
HSB/HSV 30° 9.26% 42.35%
CMYK 0.00% 4.63% 9.26%
57.65%

Color #6C6762 in popluar number systems.

HEX 6C 67 62
Decimal 108 103 98
Binary 1101100 1100111 1100010
Octal 154 147 142

Shades and tints

Shades of #6C6762

#6C6762
(108,103,98)
#635E5A
(99,94,90)
#5A5552
(90,85,82)
#514C4A
(81,76,74)
#484342
(72,67,66)
#3F3A3A
(63,58,58)
#363132
(54,49,50)
#2D282A
(45,40,42)
#241F22
(36,31,34)
#1B161A
(27,22,26)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #6C6762

#6C6762
(108,103,98)
#797470
(121,116,112)
#86817E
(134,129,126)
#938E8C
(147,142,140)
#A09B9A
(160,155,154)
#ADA8A8
(173,168,168)
#BAB5B6
(186,181,182)
#C7C2C4
(199,194,196)
#D4CFD2
(212,207,210)
#E1DCE0
(225,220,224)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6762; }

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

This text font color is #6C6762.

Background Color

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

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

This div background color is #6C6762.

Border color

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

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

This div border color is #6C6762.

Opacity

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

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

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

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

This text has shadow with #6C6762 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6762.

Preview

Color preview on black background

This text has color #6C6762 on black background.


Color preview on white background

This text has color #6C6762 on white background.


Black color preview on #6C6762 background

This text has black color on #6C6762 background.


White color preview on #6C6762 background

This text has white color on #6C6762 background.


Related colors

Complementary color

Complementary color for #hex is #93989D.


I love getcolorcode.com

Triadic colors

1 #626C67 and #67626C with #6C6762 are triadic colors.

2 #62676C and #676C62 with #6C6762 are triadic colors.