COLOR #6C715C

HEX: #6C715C RGB: (108,113,92)

Color info

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

RGB color model

#6C715C color RGB value is (108,113,92).

RGB: (108,113,92) (42%, 44%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 92 of 255 = 36%

108
113
92

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

Portions of RGB colors in percentages

R + G + B = 108 + 113 + 92 = 313 (100%)
R 108 of 313 ~ 34.5%
G 113 of 313 ~ 36.1%
B 92 of 313 ~ 29.39'%

%34.5
%36.1
%29.39

CMYK color model

#6C715C color CMYK value is (4,0,19,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK: (4,0,19,56) C4M0Y19K56 (4%,0%,19%,56%) (0.04/0.00/0.19/0.56) 

CMYK percentages

%4.42
%0
%18.58
%55.69

Codes

Color #6C715C in popluar color models

6C 71 5C
RGB 108 113 92
HSL 74° 10.24% 40.20%
HSB/HSV 74° 18.58% 44.31%
CMYK 4.42% 0.00% 18.58%
55.69%

Color #6C715C in popluar number systems.

HEX 6C 71 5C
Decimal 108 113 92
Binary 1101100 1110001 1011100
Octal 154 161 134

Shades and tints

Shades of #6C715C

#6C715C
(108,113,92)
#636754
(99,103,84)
#5A5D4C
(90,93,76)
#515344
(81,83,68)
#48493C
(72,73,60)
#3F3F34
(63,63,52)
#36352C
(54,53,44)
#2D2B24
(45,43,36)
#24211C
(36,33,28)
#1B1714
(27,23,20)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C715C

#6C715C
(108,113,92)
#797D6A
(121,125,106)
#868978
(134,137,120)
#939586
(147,149,134)
#A0A194
(160,161,148)
#ADADA2
(173,173,162)
#BAB9B0
(186,185,176)
#C7C5BE
(199,197,190)
#D4D1CC
(212,209,204)
#E1DDDA
(225,221,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C715C; }

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

This text font color is #6C715C.

Background Color

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

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

This div background color is #6C715C.

Border color

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

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

This div border color is #6C715C.

Opacity

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

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

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

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

This text has shadow with #6C715C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C715C.

Preview

Color preview on black background

This text has color #6C715C on black background.


Color preview on white background

This text has color #6C715C on white background.


Black color preview on #6C715C background

This text has black color on #6C715C background.


White color preview on #6C715C background

This text has white color on #6C715C background.


Related colors

Complementary color

Complementary color for #hex is #938EA3.


I love getcolorcode.com

Triadic colors

1 #5C6C71 and #715C6C with #6C715C are triadic colors.

2 #5C716C and #716C5C with #6C715C are triadic colors.