COLOR #6C795E

HEX: #6C795E
RGB: (108,121,94)

Color info

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

RGB color model

#6C795E color RGB value is (108,121,94).

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

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 94 of 255 = 37%

108
121
94

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 94 = 323 (100%)
R 108 of 323 ~ 33.44%
G 121 of 323 ~ 37.46%
B 94 of 323 ~ 29.1%

%33.44
%37.46
%29.1

CMYK color model

#6C795E color CMYK value is (11,0,22,53).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%
CMYK:
(11,0,22,53)
C11M0Y22K53 
(11%,0%,22%,53%)
(0.11/0.00/0.22/0.53)	

CMYK percentages

%10.74
%0
%22.31
%52.55

Codes

Color #6C795E in popluar color models

6C795E
RGB10812194
HSL89°12.56%42.16%
HSB/HSV89°22.31%47.45%
CMYK10.74%0.00%22.31%
52.55%

Color #6C795E in popluar number systems.

HEX6C795E
Decimal10812194
Binary110110011110011011110
Octal154171136

Shades and tints

Shades of #6C795E

#6C795E
(108,121,94)
#636E56
(99,110,86)
#5A634E
(90,99,78)
#515846
(81,88,70)
#484D3E
(72,77,62)
#3F4236
(63,66,54)
#36372E
(54,55,46)
#2D2C26
(45,44,38)
#24211E
(36,33,30)
#1B1616
(27,22,22)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #6C795E

#6C795E
(108,121,94)
#79856C
(121,133,108)
#86917A
(134,145,122)
#939D88
(147,157,136)
#A0A996
(160,169,150)
#ADB5A4
(173,181,164)
#BAC1B2
(186,193,178)
#C7CDC0
(199,205,192)
#D4D9CE
(212,217,206)
#E1E5DC
(225,229,220)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C795E; }

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

This text font color is #6C795E.


Background Color

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

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

This div background color is #6C795E.


Border color

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

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

This div border color is #6C795E.


Opacity

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

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

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

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

This text has shadow with #6C795E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C795E on black background.


Color preview on white background

This text has color #6C795E on white background.



Black color preview on #6C795E background

This text has black color on #6C795E background.


White color preview on #6C795E background

This text has white color on #6C795E background.