COLOR #6C705E

HEX: #6C705E
RGB: (108,112,94)

Color info

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

RGB color model

#6C705E color RGB value is (108,112,94).

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

RGB channels and saturation

R 108 of 255 = 42%
G 112 of 255 = 44%
B 94 of 255 = 37%

108
112
94

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

Portions of RGB colors in percentages

R + G + B =
108 + 112 + 94 = 314 (100%)
R 108 of 314 ~ 34.39%
G 112 of 314 ~ 35.67%
B 94 of 314 ~ 29.94%

%34.39
%35.67
%29.94

CMYK color model

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

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

CMYK percentages

%3.57
%0
%16.07
%56.08

Codes

Color #6C705E in popluar color models

6C705E
RGB10811294
HSL73°8.74%40.39%
HSB/HSV73°16.07%43.92%
CMYK3.57%0.00%16.07%
56.08%

Color #6C705E in popluar number systems.

HEX6C705E
Decimal10811294
Binary110110011100001011110
Octal154160136

Shades and tints

Shades of #6C705E

#6C705E
(108,112,94)
#636656
(99,102,86)
#5A5C4E
(90,92,78)
#515246
(81,82,70)
#48483E
(72,72,62)
#3F3E36
(63,62,54)
#36342E
(54,52,46)
#2D2A26
(45,42,38)
#24201E
(36,32,30)
#1B1616
(27,22,22)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C705E

#6C705E
(108,112,94)
#797D6C
(121,125,108)
#868A7A
(134,138,122)
#939788
(147,151,136)
#A0A496
(160,164,150)
#ADB1A4
(173,177,164)
#BABEB2
(186,190,178)
#C7CBC0
(199,203,192)
#D4D8CE
(212,216,206)
#E1E5DC
(225,229,220)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C705E color. Also use rgb(108,112,94) instead hex code.

Text Font Color

.myTextColor { color: #6C705E; }

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

This text font color is #6C705E.


Background Color

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

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

This div background color is #6C705E.


Border color

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

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

This div border color is #6C705E.


Opacity

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

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

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

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

This text has shadow with #6C705E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C705E on black background.


Color preview on white background

This text has color #6C705E on white background.



Black color preview on #6C705E background

This text has black color on #6C705E background.


White color preview on #6C705E background

This text has white color on #6C705E background.