HEX: #6E350E
RGB: (110,53,14)
#6E350E contains mainly red and green colors. Web safe color of #6E350E is #663300 (or #630).
#6E350E color RGB value is (110,53,14).
RGB: (110,53,14)
(43%, 21%, 5%)
R 110 of 255 = 43%
G 53 of 255 = 21%
B 14 of 255 = 5%
R + G + B ~ 23%. #6E350E is dark color.
R + G + B = 110 + 53 + 14 = 177 (100%)
R 110 of 177 ~ 62.15%
G 53 of 177 ~ 29.94%
B 14 of 177 ~ 7.91'%
#6E350E color CMYK value is (0,52,87,57).
CMYK: (0,52,87,57)
C0M52Y87K57 (0%, 52%, 87%, 57%)
(0.00 / 0.52 / 0.87 / 0.57)
Color #6E350E in popluar color models
6E | 35 | 0E | |
---|---|---|---|
RGB | 110 | 53 | 14 |
HSL | 24° | 77.42% | 24.31% |
HSB/HSV | 24° | 87.27% | 43.14% |
CMYK | 0.00% | 51.82% | 87.27% |
56.86% |
Color #6E350E in popluar number systems.
HEX | 6E | 35 | 0E |
Decimal | 110 | 53 | 14 |
Binary | 1101110 | 110101 | 1110 |
Octal | 156 | 65 | 16 |
Shades of #6E350E
Tints of #6E350E
Examples of css and html codes for elements with #6E350E color. Also use rgb(110,53,14) instead hex code.
.myTextColor { color: #6E350E; }
<p style="color:#6E350E">This sample text font color is #6E350E.</p>
This text font color is #6E350E.
.myBgColor { background-color: #6E350E; }
<div style="background-color:#6E350E">Inner text</div>
This div background color is #6E350E.
.myBorderColor { border: 1px solid #6E350E; }
<div style="border:3px solid #6E350E">Div</div>
This div border color is #6E350E.
.myOpacity80 { color: #6E350E; opacity: 0.8; }
<p style="color:#6E350E;opacity:0.8;">80%</p>
Text with #6E350E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E350E;}
<p style="text-shadow: 3px 3px 1px #6E350E">Text here.</p>
This text has shadow with #6E350E color.
.textShadow {text-shadow: 3px 3px 1px #6E350E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E350E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E350E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E350E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E350E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E350E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E350E;
-webkit-box-shadow: 1px 1px 3px 2px #6E350E;
box-shadow: 1px 1px 3px 2px #6E350E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E350E; -webkit-box-shadow: 1px 1px 3px 2px #6E350E; box-shadow:1px 1px 3px 2px #6E350E;">
Div content here
</div>
This text has color #6E350E on black background.
This text has color #6E350E on white background.
This text has black color on #6E350E background.
This text has white color on #6E350E background.
Complementary color for #hex is #91CAF1.