COLOR #6C715F

HEX: #6C715F
RGB: (108,113,95)

Color info

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

RGB color model

#6C715F color RGB value is (108,113,95).

  • red value is 108;
  • green value is 113;
  • blue value is 95.
RGB:
(108,113,95)
(42%,44%,37%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 95 of 255 = 37%

108
113
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 95 = 316 (100%)
R 108 of 316 ~ 34.18%
G 113 of 316 ~ 35.76%
B 95 of 316 ~ 30.06%

%34.18
%35.76
%30.06

CMYK color model

#6C715F color CMYK value is (4,0,16,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(4,0,16,56)
C4M0Y16K56 
(4%,0%,16%,56%)
(0.04/0.00/0.16/0.56)	

CMYK percentages

%4.42
%0
%15.93
%55.69

Codes

Color #6C715F in popluar color models

6C715F
RGB10811395
HSL77°8.65%40.78%
HSB/HSV77°15.93%44.31%
CMYK4.42%0.00%15.93%
55.69%

Color #6C715F in popluar number systems.

HEX6C715F
Decimal10811395
Binary110110011100011011111
Octal154161137

Shades and tints

Shades of #6C715F

#6C715F
(108,113,95)
#636757
(99,103,87)
#5A5D4F
(90,93,79)
#515347
(81,83,71)
#48493F
(72,73,63)
#3F3F37
(63,63,55)
#36352F
(54,53,47)
#2D2B27
(45,43,39)
#24211F
(36,33,31)
#1B1717
(27,23,23)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C715F

#6C715F
(108,113,95)
#797D6D
(121,125,109)
#86897B
(134,137,123)
#939589
(147,149,137)
#A0A197
(160,161,151)
#ADADA5
(173,173,165)
#BAB9B3
(186,185,179)
#C7C5C1
(199,197,193)
#D4D1CF
(212,209,207)
#E1DDDD
(225,221,221)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C715F; }

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

This text font color is #6C715F.


Background Color

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

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

This div background color is #6C715F.


Border color

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

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

This div border color is #6C715F.


Opacity

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

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

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

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

This text has shadow with #6C715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C715F on black background.


Color preview on white background

This text has color #6C715F on white background.



Black color preview on #6C715F background

This text has black color on #6C715F background.


White color preview on #6C715F background

This text has white color on #6C715F background.