HEX: #6D5259
RGB: (109,82,89)
#6D5259 contains red, green and blue colors in about the same proportion. #6D5259 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.
#6D5259 color RGB value is (109,82,89).
RGB: (109,82,89)
(43%, 32%, 35%)
R 109 of 255 = 43%
G 82 of 255 = 32%
B 89 of 255 = 35%
R + G + B ~ 37%. #6D5259 is quite dark color.
R + G + B = 109 + 82 + 89 = 280 (100%)
R 109 of 280 ~ 38.93%
G 82 of 280 ~ 29.29%
B 89 of 280 ~ 31.79'%
#6D5259 rengi CMYK tonu (0,25,18,57).
CMYK: (0,25,18,57)
C0M25Y18K57 (0%, 25%, 18%, 57%)
(0.00 / 0.25 / 0.18 / 0.57)
Color #6D5259 in popluar color models
6D | 52 | 59 | |
---|---|---|---|
RGB | 109 | 82 | 89 |
HSL | 344° | 14.14% | 37.45% |
HSB/HSV | 344° | 24.77% | 42.75% |
CMYK | 0.00% | 24.77% | 18.35% |
57.25% |
Color #6D5259 in popluar number systems.
HEX | 6D | 52 | 59 |
Decimal | 109 | 82 | 89 |
Binary | 1101101 | 1010010 | 1011001 |
Octal | 155 | 122 | 131 |
Shades of #6D5259
Tints of #6D5259
Examples of css and html codes for elements with #6D5259 color. Also use rgb(109,82,89) instead hex code.
.myTextColor { color: #6D5259; }
<p style="color:#6D5259">This sample text font color is #6D5259.</p>
This text font color is #6D5259.
.myBgColor { background-color: #6D5259; }
<div style="background-color:#6D5259">Inner text</div>
This div background color is #6D5259.
.myBorderColor { border: 1px solid #6D5259; }
<div style="border:3px solid #6D5259">Div</div>
This div border color is #6D5259.
.myOpacity80 { color: #6D5259; opacity: 0.8; }
<p style="color:#6D5259;opacity:0.8;">80%</p>
Text with #6D5259 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D5259;}
<p style="text-shadow: 3px 3px 1px #6D5259">Text here.</p>
This text has shadow with #6D5259 color.
.textShadow {text-shadow: 3px 3px 1px #6D5259', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D5259, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D5259 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D5259, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D5259, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D5259 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D5259;
-webkit-box-shadow: 1px 1px 3px 2px #6D5259;
box-shadow: 1px 1px 3px 2px #6D5259;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D5259; -webkit-box-shadow: 1px 1px 3px 2px #6D5259; box-shadow:1px 1px 3px 2px #6D5259;">
Div content here
</div>
This text has color #6D5259 on black background.
This text has color #6D5259 on white background.
This text has black color on #6D5259 background.
This text has white color on #6D5259 background.
Complementary color for #hex is #92ADA6.