COLOR #6D735C

HEX: #6D735C
RGB: (109,115,92)

Color info

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

RGB color model

#6D735C color RGB value is (109,115,92).

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

RGB channels and saturation

R 109 of 255 = 43%
G 115 of 255 = 45%
B 92 of 255 = 36%

109
115
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 115 + 92 = 316 (100%)
R 109 of 316 ~ 34.49%
G 115 of 316 ~ 36.39%
B 92 of 316 ~ 29.11%

%34.49
%36.39
%29.11

CMYK color model

#6D735C color CMYK value is (5,0,20,55).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(5,0,20,55)
C5M0Y20K55 
(5%,0%,20%,55%)
(0.05/0.00/0.20/0.55)	

CMYK percentages

%5.22
%0
%20
%54.9

Codes

Color #6D735C in popluar color models

6D735C
RGB10911592
HSL76°11.11%40.59%
HSB/HSV76°20.00%45.10%
CMYK5.22%0.00%20.00%
54.90%

Color #6D735C in popluar number systems.

HEX6D735C
Decimal10911592
Binary110110111100111011100
Octal155163134

Shades and tints

Shades of #6D735C

#6D735C
(109,115,92)
#646954
(100,105,84)
#5B5F4C
(91,95,76)
#525544
(82,85,68)
#494B3C
(73,75,60)
#404134
(64,65,52)
#37372C
(55,55,44)
#2E2D24
(46,45,36)
#25231C
(37,35,28)
#1C1914
(28,25,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #6D735C

#6D735C
(109,115,92)
#7A7F6A
(122,127,106)
#878B78
(135,139,120)
#949786
(148,151,134)
#A1A394
(161,163,148)
#AEAFA2
(174,175,162)
#BBBBB0
(187,187,176)
#C8C7BE
(200,199,190)
#D5D3CC
(213,211,204)
#E2DFDA
(226,223,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D735C; }

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

This text font color is #6D735C.


Background Color

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

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

This div background color is #6D735C.


Border color

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

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

This div border color is #6D735C.


Opacity

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

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

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

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

This text has shadow with #6D735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D735C on black background.


Color preview on white background

This text has color #6D735C on white background.



Black color preview on #6D735C background

This text has black color on #6D735C background.


White color preview on #6D735C background

This text has white color on #6D735C background.