HEX: #6A714A
RGB: (106,113,74)
#6A714A contains red, green and blue colors in about the same proportion. Web safe color of #6A714A is #666633 (or #663).
#6A714A color RGB value is (106,113,74).
RGB: (106,113,74)
(42%, 44%, 29%)
R 106 of 255 = 42%
G 113 of 255 = 44%
B 74 of 255 = 29%
R + G + B ~ 38%. #6A714A is quite dark color.
R + G + B = 106 + 113 + 74 = 293 (100%)
R 106 of 293 ~ 36.18%
G 113 of 293 ~ 38.57%
B 74 of 293 ~ 25.26'%
#6A714A color CMYK value is (6,0,35,56).
CMYK: (6,0,35,56) C6M0Y35K56 (6%,0%,35%,56%) (0.06/0.00/0.35/0.56)
Color #6A714A in popluar color models
6A | 71 | 4A | |
---|---|---|---|
RGB | 106 | 113 | 74 |
HSL | 71° | 20.86% | 36.67% |
HSB/HSV | 71° | 34.51% | 44.31% |
CMYK | 6.19% | 0.00% | 34.51% |
55.69% |
Color #6A714A in popluar number systems.
HEX | 6A | 71 | 4A |
Decimal | 106 | 113 | 74 |
Binary | 1101010 | 1110001 | 1001010 |
Octal | 152 | 161 | 112 |
Shades of #6A714A
Tints of #6A714A
Examples of css and html codes for elements with #6A714A color. Also use rgb(106,113,74) instead hex code.
.myTextColor { color: #6A714A; }
<p style="color:#6A714A">This sample text font color is #6A714A.</p>
This text font color is #6A714A.
.myBgColor { background-color: #6A714A; }
<div style="background-color:#6A714A">Inner text</div>
This div background color is #6A714A.
.myBorderColor { border: 1px solid #6A714A; }
<div style="border:3px solid #6A714A">Div</div>
This div border color is #6A714A.
.myOpacity80 { color: #6A714A; opacity: 0.8; }
<p style="color:#6A714A;opacity:0.8;">80%</p>
Text with #6A714A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A714A;}
<p style="text-shadow: 3px 3px 1px #6A714A">Text here.</p>
This text has shadow with #6A714A color.
.textShadow {text-shadow: 3px 3px 1px #6A714A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A714A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6A714A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A714A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A714A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A714A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6A714A;
-webkit-box-shadow: 1px 1px 3px 2px #6A714A;
box-shadow: 1px 1px 3px 2px #6A714A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6A714A; -webkit-box-shadow: 1px 1px 3px 2px #6A714A; box-shadow:1px 1px 3px 2px #6A714A;">
Div content here
</div>
This text has color #6A714A on black background.
This text has color #6A714A on white background.
This text has black color on #6A714A background.
This text has white color on #6A714A background.
Complementary color for #hex is #958EB5.