COLOR #6D7565

HEX: #6D7565
RGB: (109,117,101)

Color info

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

RGB color model

#6D7565 color RGB value is (109,117,101).

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

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 101 of 255 = 40%

109
117
101

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 101 = 327 (100%)
R 109 of 327 ~ 33.33%
G 117 of 327 ~ 35.78%
B 101 of 327 ~ 30.89%

%33.33
%35.78
%30.89

CMYK color model

#6D7565 color CMYK value is (7,0,14,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(7,0,14,54)
C7M0Y14K54 
(7%,0%,14%,54%)
(0.07/0.00/0.14/0.54)	

CMYK percentages

%6.84
%0
%13.68
%54.12

Codes

Color #6D7565 in popluar color models

6D7565
RGB109117101
HSL90°7.34%42.75%
HSB/HSV90°13.68%45.88%
CMYK6.84%0.00%13.68%
54.12%

Color #6D7565 in popluar number systems.

HEX6D7565
Decimal109117101
Binary110110111101011100101
Octal155165145

Shades and tints

Shades of #6D7565

#6D7565
(109,117,101)
#646B5C
(100,107,92)
#5B6153
(91,97,83)
#52574A
(82,87,74)
#494D41
(73,77,65)
#404338
(64,67,56)
#37392F
(55,57,47)
#2E2F26
(46,47,38)
#25251D
(37,37,29)
#1C1B14
(28,27,20)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #6D7565

#6D7565
(109,117,101)
#7A8173
(122,129,115)
#878D81
(135,141,129)
#94998F
(148,153,143)
#A1A59D
(161,165,157)
#AEB1AB
(174,177,171)
#BBBDB9
(187,189,185)
#C8C9C7
(200,201,199)
#D5D5D5
(213,213,213)
#E2E1E3
(226,225,227)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7565; }

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

This text font color is #6D7565.


Background Color

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

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

This div background color is #6D7565.


Border color

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

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

This div border color is #6D7565.


Opacity

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

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

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

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

This text has shadow with #6D7565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7565 on black background.


Color preview on white background

This text has color #6D7565 on white background.



Black color preview on #6D7565 background

This text has black color on #6D7565 background.


White color preview on #6D7565 background

This text has white color on #6D7565 background.