COLOR #6C716F

HEX: #6C716F RGB: (108,113,111)

Color info

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

RGB color model

#6C716F color RGB value is (108,113,111).

RGB: (108,113,111) (42%, 44%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 111 of 255 = 44%

108
113
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 113 + 111 = 332 (100%)
R 108 of 332 ~ 32.53%
G 113 of 332 ~ 34.04%
B 111 of 332 ~ 33.43'%

%32.53
%34.04
%33.43

CMYK color model

#6C716F color CMYK value is (4,0,2,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 55.69%

CMYK: (4,0,2,56)
C4M0Y2K56 (4%, 0%, 2%, 56%)
(0.04 / 0.00 / 0.02 / 0.56)

CMYK percentages

%4.42
%0
%1.77
%55.69

Codes

Color #6C716F in popluar color models

6C 71 6F
RGB 108 113 111
HSL 156° 2.26% 43.33%
HSB/HSV 156° 4.42% 44.31%
CMYK 4.42% 0.00% 1.77%
55.69%

Color #6C716F in popluar number systems.

HEX 6C 71 6F
Decimal 108 113 111
Binary 1101100 1110001 1101111
Octal 154 161 157

Shades and tints

Shades of #6C716F

#6C716F
(108,113,111)
#636765
(99,103,101)
#5A5D5B
(90,93,91)
#515351
(81,83,81)
#484947
(72,73,71)
#3F3F3D
(63,63,61)
#363533
(54,53,51)
#2D2B29
(45,43,41)
#24211F
(36,33,31)
#1B1715
(27,23,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #6C716F

#6C716F
(108,113,111)
#797D7C
(121,125,124)
#868989
(134,137,137)
#939596
(147,149,150)
#A0A1A3
(160,161,163)
#ADADB0
(173,173,176)
#BAB9BD
(186,185,189)
#C7C5CA
(199,197,202)
#D4D1D7
(212,209,215)
#E1DDE4
(225,221,228)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C716F color. Also use rgb(108,113,111) instead hex code.

Text Font Color

.myTextColor { color: #6C716F; }

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

This text font color is #6C716F.

Background Color

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

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

This div background color is #6C716F.

Border color

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

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

This div border color is #6C716F.

Opacity

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

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

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

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

This text has shadow with #6C716F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C716F.

Preview

Color preview on black background

This text has color #6C716F on black background.


Color preview on white background

This text has color #6C716F on white background.


Black color preview on #6C716F background

This text has black color on #6C716F background.


White color preview on #6C716F background

This text has white color on #6C716F background.


Related colors

Complementary color

Complementary color for #hex is #938E90.


I love getcolorcode.com

Triadic colors

1 #6F6C71 and #716F6C with #6C716F are triadic colors.

2 #6F716C and #716C6F with #6C716F are triadic colors.