HEX: #C6A434
RGB: (198,164,52)
#C6A434 contains mainly red and green colors. Web safe color of #C6A434 is #CC9933 (or #C93).
#C6A434 color RGB value is (198,164,52).
RGB: (198,164,52)
(78%, 64%, 20%)
R 198 of 255 = 78%
G 164 of 255 = 64%
B 52 of 255 = 20%
R + G + B ~ 54%. #C6A434 is middle color (not dark and not light).
R + G + B = 198 + 164 + 52 = 414 (100%)
R 198 of 414 ~ 47.83%
G 164 of 414 ~ 39.61%
B 52 of 414 ~ 12.56'%
#C6A434 color CMYK value is (0,17,74,22).
CMYK: (0,17,74,22)
C0M17Y74K22 (0%, 17%, 74%, 22%)
(0.00 / 0.17 / 0.74 / 0.22)
Color #C6A434 in popluar color models
C6 | A4 | 34 | |
---|---|---|---|
RGB | 198 | 164 | 52 |
HSL | 46° | 58.40% | 49.02% |
HSB/HSV | 46° | 73.74% | 77.65% |
CMYK | 0.00% | 17.17% | 73.74% |
22.35% |
Color #C6A434 in popluar number systems.
HEX | C6 | A4 | 34 |
Decimal | 198 | 164 | 52 |
Binary | 11000110 | 10100100 | 110100 |
Octal | 306 | 244 | 64 |
Shades of #C6A434
Tints of #C6A434
Examples of css and html codes for elements with #C6A434 color. Also use rgb(198,164,52) instead hex code.
.myTextColor { color: #C6A434; }
<p style="color:#C6A434">This sample text font color is #C6A434.</p>
This text font color is #C6A434.
.myBgColor { background-color: #C6A434; }
<div style="background-color:#C6A434">Inner text</div>
This div background color is #C6A434.
.myBorderColor { border: 1px solid #C6A434; }
<div style="border:3px solid #C6A434">Div</div>
This div border color is #C6A434.
.myOpacity80 { color: #C6A434; opacity: 0.8; }
<p style="color:#C6A434;opacity:0.8;">80%</p>
Text with #C6A434 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6A434;}
<p style="text-shadow: 3px 3px 1px #C6A434">Text here.</p>
This text has shadow with #C6A434 color.
.textShadow {text-shadow: 3px 3px 1px #C6A434', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6A434, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6A434 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A434, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6A434, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6A434 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6A434;
-webkit-box-shadow: 1px 1px 3px 2px #C6A434;
box-shadow: 1px 1px 3px 2px #C6A434;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6A434; -webkit-box-shadow: 1px 1px 3px 2px #C6A434; box-shadow:1px 1px 3px 2px #C6A434;">
Div content here
</div>
This text has color #C6A434 on black background.
This text has color #C6A434 on white background.
This text has black color on #C6A434 background.
This text has white color on #C6A434 background.
Complementary color for #hex is #395BCB.