COLOR #6D615D

HEX: #6D615D
RGB: (109,97,93)

Color info

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

RGB color model

#6D615D color RGB value is (109,97,93).

  • red value is 109;
  • green value is 97;
  • blue value is 93.
RGB:
(109,97,93)
(43%,38%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 93 of 255 = 36%

109
97
93

R + G + B ~ 39%. #6D615D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 93 = 299 (100%)
R 109 of 299 ~ 36.45%
G 97 of 299 ~ 32.44%
B 93 of 299 ~ 31.1%

%36.45
%32.44
%31.1

CMYK color model

#6D615D color CMYK value is (0,11,15,57).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK:
(0,11,15,57)
C0M11Y15K57 
(0%,11%,15%,57%)
(0.00/0.11/0.15/0.57)	

CMYK percentages

%0
%11.01
%14.68
%57.25

Codes

Color #6D615D in popluar color models

6D615D
RGB1099793
HSL15°7.92%39.61%
HSB/HSV15°14.68%42.75%
CMYK0.00%11.01%14.68%
57.25%

Color #6D615D in popluar number systems.

HEX6D615D
Decimal1099793
Binary110110111000011011101
Octal155141135

Shades and tints

Shades of #6D615D

#6D615D
(109,97,93)
#645955
(100,89,85)
#5B514D
(91,81,77)
#524945
(82,73,69)
#49413D
(73,65,61)
#403935
(64,57,53)
#37312D
(55,49,45)
#2E2925
(46,41,37)
#25211D
(37,33,29)
#1C1915
(28,25,21)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D615D

#6D615D
(109,97,93)
#7A6F6B
(122,111,107)
#877D79
(135,125,121)
#948B87
(148,139,135)
#A19995
(161,153,149)
#AEA7A3
(174,167,163)
#BBB5B1
(187,181,177)
#C8C3BF
(200,195,191)
#D5D1CD
(213,209,205)
#E2DFDB
(226,223,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D615D color. Also use rgb(109,97,93) instead hex code.

Text Font Color

.myTextColor { color: #6D615D; }

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

This text font color is #6D615D.


Background Color

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

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

This div background color is #6D615D.


Border color

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

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

This div border color is #6D615D.


Opacity

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

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

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

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

This text has shadow with #6D615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D615D on black background.


Color preview on white background

This text has color #6D615D on white background.



Black color preview on #6D615D background

This text has black color on #6D615D background.


White color preview on #6D615D background

This text has white color on #6D615D background.