HEX: #C6876C
RGB: (198,135,108)
#C6876C contains mainly red color. Web safe color of #C6876C is #CC9966 (or #C96).
#C6876C color RGB value is (198,135,108).
RGB: (198,135,108)
(78%, 53%, 42%)
R 198 of 255 = 78%
G 135 of 255 = 53%
B 108 of 255 = 42%
R + G + B ~ 58%. #C6876C is middle color (not dark and not light).
R + G + B = 198 + 135 + 108 = 441 (100%)
R 198 of 441 ~ 44.9%
G 135 of 441 ~ 30.61%
B 108 of 441 ~ 24.49'%
#C6876C color CMYK value is (0,32,45,22).
CMYK: (0,32,45,22)
C0M32Y45K22 (0%, 32%, 45%, 22%)
(0.00 / 0.32 / 0.45 / 0.22)
Color #C6876C in popluar color models
C6 | 87 | 6C | |
---|---|---|---|
RGB | 198 | 135 | 108 |
HSL | 18° | 44.12% | 60.00% |
HSB/HSV | 18° | 45.45% | 77.65% |
CMYK | 0.00% | 31.82% | 45.45% |
22.35% |
Color #C6876C in popluar number systems.
HEX | C6 | 87 | 6C |
Decimal | 198 | 135 | 108 |
Binary | 11000110 | 10000111 | 1101100 |
Octal | 306 | 207 | 154 |
Shades of #C6876C
Tints of #C6876C
Examples of css and html codes for elements with #C6876C color. Also use rgb(198,135,108) instead hex code.
.myTextColor { color: #C6876C; }
<p style="color:#C6876C">This sample text font color is #C6876C.</p>
This text font color is #C6876C.
.myBgColor { background-color: #C6876C; }
<div style="background-color:#C6876C">Inner text</div>
This div background color is #C6876C.
.myBorderColor { border: 1px solid #C6876C; }
<div style="border:3px solid #C6876C">Div</div>
This div border color is #C6876C.
.myOpacity80 { color: #C6876C; opacity: 0.8; }
<p style="color:#C6876C;opacity:0.8;">80%</p>
Text with #C6876C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6876C;}
<p style="text-shadow: 3px 3px 1px #C6876C">Text here.</p>
This text has shadow with #C6876C color.
.textShadow {text-shadow: 3px 3px 1px #C6876C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6876C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6876C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6876C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6876C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6876C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6876C;
-webkit-box-shadow: 1px 1px 3px 2px #C6876C;
box-shadow: 1px 1px 3px 2px #C6876C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6876C; -webkit-box-shadow: 1px 1px 3px 2px #C6876C; box-shadow:1px 1px 3px 2px #C6876C;">
Div content here
</div>
This text has color #C6876C on black background.
This text has color #C6876C on white background.
This text has black color on #C6876C background.
This text has white color on #C6876C background.
Complementary color for #hex is #397893.