HEX: #C6A036
RGB: (198,160,54)
#C6A036 contains mainly red and green colors. Web safe color of #C6A036 is #CC9933 (or #C93).
#C6A036 color RGB value is (198,160,54).
RGB: (198,160,54)
(78%, 63%, 21%)
R 198 of 255 = 78%
G 160 of 255 = 63%
B 54 of 255 = 21%
R + G + B ~ 54%. #C6A036 is middle color (not dark and not light).
R + G + B = 198 + 160 + 54 = 412 (100%)
R 198 of 412 ~ 48.06%
G 160 of 412 ~ 38.83%
B 54 of 412 ~ 13.11'%
#C6A036 color CMYK value is (0,19,73,22).
CMYK: (0,19,73,22) C0M19Y73K22 (0%,19%,73%,22%) (0.00/0.19/0.73/0.22)
Color #C6A036 in popluar color models
C6 | A0 | 36 | |
---|---|---|---|
RGB | 198 | 160 | 54 |
HSL | 44° | 57.14% | 49.41% |
HSB/HSV | 44° | 72.73% | 77.65% |
CMYK | 0.00% | 19.19% | 72.73% |
22.35% |
Color #C6A036 in popluar number systems.
HEX | C6 | A0 | 36 |
Decimal | 198 | 160 | 54 |
Binary | 11000110 | 10100000 | 110110 |
Octal | 306 | 240 | 66 |
Shades of #C6A036
Tints of #C6A036
Examples of css and html codes for elements with #C6A036 color. Also use rgb(198,160,54) instead hex code.
.myTextColor { color: #C6A036; }
<p style="color:#C6A036">This sample text font color is #C6A036.</p>
This text font color is #C6A036.
.myBgColor { background-color: #C6A036; }
<div style="background-color:#C6A036">Inner text</div>
This div background color is #C6A036.
.myBorderColor { border: 1px solid #C6A036; }
<div style="border:3px solid #C6A036">Div</div>
This div border color is #C6A036.
.myOpacity80 { color: #C6A036; opacity: 0.8; }
<p style="color:#C6A036;opacity:0.8;">80%</p>
Text with #C6A036 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6A036;}
<p style="text-shadow: 3px 3px 1px #C6A036">Text here.</p>
This text has shadow with #C6A036 color.
.textShadow {text-shadow: 3px 3px 1px #C6A036', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6A036, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6A036 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A036, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6A036, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6A036 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6A036;
-webkit-box-shadow: 1px 1px 3px 2px #C6A036;
box-shadow: 1px 1px 3px 2px #C6A036;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6A036; -webkit-box-shadow: 1px 1px 3px 2px #C6A036; box-shadow:1px 1px 3px 2px #C6A036;">
Div content here
</div>
This text has color #C6A036 on black background.
This text has color #C6A036 on white background.
This text has black color on #C6A036 background.
This text has white color on #C6A036 background.
Complementary color for #hex is #395FC9.