HEX: #6D685D
RGB: (109,104,93)
#6D685D contains red, green and blue colors in about the same proportion. Web safe color of #6D685D is #666666 (or #666).
#6D685D color RGB value is (109,104,93).
RGB: (109,104,93)
(43%, 41%, 36%)
R 109 of 255 = 43%
G 104 of 255 = 41%
B 93 of 255 = 36%
R + G + B ~ 40%. #6D685D is middle color (not dark and not light).
R + G + B = 109 + 104 + 93 = 306 (100%)
R 109 of 306 ~ 35.62%
G 104 of 306 ~ 33.99%
B 93 of 306 ~ 30.39'%
#6D685D color CMYK value is (0,5,15,57).
CMYK: (0,5,15,57) C0M5Y15K57 (0%,5%,15%,57%) (0.00/0.05/0.15/0.57)
Color #6D685D in popluar color models
6D | 68 | 5D | |
---|---|---|---|
RGB | 109 | 104 | 93 |
HSL | 41° | 7.92% | 39.61% |
HSB/HSV | 41° | 14.68% | 42.75% |
CMYK | 0.00% | 4.59% | 14.68% |
57.25% |
Color #6D685D in popluar number systems.
HEX | 6D | 68 | 5D |
Decimal | 109 | 104 | 93 |
Binary | 1101101 | 1101000 | 1011101 |
Octal | 155 | 150 | 135 |
Shades of #6D685D
Tints of #6D685D
Examples of css and html codes for elements with #6D685D color. Also use rgb(109,104,93) instead hex code.
.myTextColor { color: #6D685D; }
<p style="color:#6D685D">This sample text font color is #6D685D.</p>
This text font color is #6D685D.
.myBgColor { background-color: #6D685D; }
<div style="background-color:#6D685D">Inner text</div>
This div background color is #6D685D.
.myBorderColor { border: 1px solid #6D685D; }
<div style="border:3px solid #6D685D">Div</div>
This div border color is #6D685D.
.myOpacity80 { color: #6D685D; opacity: 0.8; }
<p style="color:#6D685D;opacity:0.8;">80%</p>
Text with #6D685D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D685D;}
<p style="text-shadow: 3px 3px 1px #6D685D">Text here.</p>
This text has shadow with #6D685D color.
.textShadow {text-shadow: 3px 3px 1px #6D685D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D685D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D685D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D685D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D685D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D685D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D685D;
-webkit-box-shadow: 1px 1px 3px 2px #6D685D;
box-shadow: 1px 1px 3px 2px #6D685D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D685D; -webkit-box-shadow: 1px 1px 3px 2px #6D685D; box-shadow:1px 1px 3px 2px #6D685D;">
Div content here
</div>
This text has color #6D685D on black background.
This text has color #6D685D on white background.
This text has black color on #6D685D background.
This text has white color on #6D685D background.
Complementary color for #hex is #9297A2.