COLOR #6C795D

HEX: #6C795D
RGB: (108,121,93)

Color info

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

RGB color model

#6C795D color RGB value is (108,121,93).

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

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 93 of 255 = 36%

108
121
93

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 93 = 322 (100%)
R 108 of 322 ~ 33.54%
G 121 of 322 ~ 37.58%
B 93 of 322 ~ 28.88%

%33.54
%37.58
%28.88

CMYK color model

#6C795D color CMYK value is (11,0,23,53).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(11,0,23,53)
C11M0Y23K53 
(11%,0%,23%,53%)
(0.11/0.00/0.23/0.53)	

CMYK percentages

%10.74
%0
%23.14
%52.55

Codes

Color #6C795D in popluar color models

6C795D
RGB10812193
HSL88°13.08%41.96%
HSB/HSV88°23.14%47.45%
CMYK10.74%0.00%23.14%
52.55%

Color #6C795D in popluar number systems.

HEX6C795D
Decimal10812193
Binary110110011110011011101
Octal154171135

Shades and tints

Shades of #6C795D

#6C795D
(108,121,93)
#636E55
(99,110,85)
#5A634D
(90,99,77)
#515845
(81,88,69)
#484D3D
(72,77,61)
#3F4235
(63,66,53)
#36372D
(54,55,45)
#2D2C25
(45,44,37)
#24211D
(36,33,29)
#1B1615
(27,22,21)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #6C795D

#6C795D
(108,121,93)
#79856B
(121,133,107)
#869179
(134,145,121)
#939D87
(147,157,135)
#A0A995
(160,169,149)
#ADB5A3
(173,181,163)
#BAC1B1
(186,193,177)
#C7CDBF
(199,205,191)
#D4D9CD
(212,217,205)
#E1E5DB
(225,229,219)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C795D; }

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

This text font color is #6C795D.


Background Color

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

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

This div background color is #6C795D.


Border color

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

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

This div border color is #6C795D.


Opacity

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

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

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

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

This text has shadow with #6C795D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C795D on black background.


Color preview on white background

This text has color #6C795D on white background.



Black color preview on #6C795D background

This text has black color on #6C795D background.


White color preview on #6C795D background

This text has white color on #6C795D background.