COLOR #6D755C

HEX: #6D755C
RGB: (109,117,92)

Color info

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

RGB color model

#6D755C color RGB value is (109,117,92).

  • red value is 109;
  • green value is 117;
  • blue value is 92.
RGB:
(109,117,92)
(43%,46%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 92 of 255 = 36%

109
117
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 92 = 318 (100%)
R 109 of 318 ~ 34.28%
G 117 of 318 ~ 36.79%
B 92 of 318 ~ 28.93%

%34.28
%36.79
%28.93

CMYK color model

#6D755C color CMYK value is (7,0,21,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 54.12%
CMYK:
(7,0,21,54)
C7M0Y21K54 
(7%,0%,21%,54%)
(0.07/0.00/0.21/0.54)	

CMYK percentages

%6.84
%0
%21.37
%54.12

Codes

Color #6D755C in popluar color models

6D755C
RGB10911792
HSL79°11.96%40.98%
HSB/HSV79°21.37%45.88%
CMYK6.84%0.00%21.37%
54.12%

Color #6D755C in popluar number systems.

HEX6D755C
Decimal10911792
Binary110110111101011011100
Octal155165134

Shades and tints

Shades of #6D755C

#6D755C
(109,117,92)
#646B54
(100,107,84)
#5B614C
(91,97,76)
#525744
(82,87,68)
#494D3C
(73,77,60)
#404334
(64,67,52)
#37392C
(55,57,44)
#2E2F24
(46,47,36)
#25251C
(37,37,28)
#1C1B14
(28,27,20)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6D755C

#6D755C
(109,117,92)
#7A816A
(122,129,106)
#878D78
(135,141,120)
#949986
(148,153,134)
#A1A594
(161,165,148)
#AEB1A2
(174,177,162)
#BBBDB0
(187,189,176)
#C8C9BE
(200,201,190)
#D5D5CC
(213,213,204)
#E2E1DA
(226,225,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D755C color. Also use rgb(109,117,92) instead hex code.

Text Font Color

.myTextColor { color: #6D755C; }

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

This text font color is #6D755C.


Background Color

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

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

This div background color is #6D755C.


Border color

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

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

This div border color is #6D755C.


Opacity

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

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

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

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

This text has shadow with #6D755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D755C on black background.


Color preview on white background

This text has color #6D755C on white background.



Black color preview on #6D755C background

This text has black color on #6D755C background.


White color preview on #6D755C background

This text has white color on #6D755C background.