HEX: #C6B271
RGB: (198,178,113)
#C6B271 contains mainly red and green colors. Web safe color of #C6B271 is #CC9966 (or #C96).
#C6B271 color RGB value is (198,178,113).
RGB: (198,178,113) (78%,70%,44%)
R 198 of 255 = 78%
G 178 of 255 = 70%
B 113 of 255 = 44%
R + G + B ~ 64%. #C6B271 is quite light color.
R + G + B =
198 + 178 + 113 = 489 (100%)
R 198 of 489 ~ 40.49%
G 178 of 489 ~ 36.4%
B 113 of 489 ~ 23.11%
#C6B271 color CMYK value is (0,10,43,22).
CMYK: (0,10,43,22) C0M10Y43K22 (0%,10%,43%,22%) (0.00/0.10/0.43/0.22)
C6 | B2 | 71 | |
---|---|---|---|
RGB | 198 | 178 | 113 |
HSL | 46° | 42.71% | 60.98% |
HSB/HSV | 46° | 42.93% | 77.65% |
CMYK | 0.00% | 10.10% | 42.93% |
22.35% |
HEX | C6 | B2 | 71 |
Decimal | 198 | 178 | 113 |
Binary | 11000110 | 10110010 | 1110001 |
Octal | 306 | 262 | 161 |
Examples of css and html codes for elements with #C6B271 color. Also use rgb(198,178,113) instead hex code.
.myTextColor { color: #C6B271; }
<p style="color:#C6B271">This sample text font color is #C6B271.</p>
This text font color is #C6B271.
.myBgColor { background-color: #C6B271; }
<div style="background-color:#C6B271">Inner text</div>
This div background color is #C6B271.
.myBorderColor { border: 1px solid #C6B271; }
<div style="border:3px solid #C6B271">Div</div>
This div border color is #C6B271.
.myOpacity80 { color: #C6B271; opacity: 0.8; }
<p style="color:#C6B271;opacity:0.8;">80%</p>
Text with #C6B271 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6B271;}
<p style="text-shadow: 3px 3px 1px #C6B271">Text here.</p>
This text has shadow with #C6B271 color.
.textShadow {text-shadow: 3px 3px 1px #C6B271, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6B271, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6B271 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6B271, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6B271, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6B271 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6B271; -webkit-box-shadow: 1px 1px 3px 2px #C6B271; box-shadow: 1px 1px 3px 2px #C6B271; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6B271; -webkit-box-shadow: 1px 1px 3px 2px #C6B271; box-shadow:1px 1px 3px 2px #C6B271;">
Div content here</div>
This text has color #C6B271 on black background.
This text has color #C6B271 on white background.
This text has black color on #C6B271 background.
This text has white color on #C6B271 background.