HEX: #C68760
RGB: (198,135,96)
#C68760 contains mainly red color. Web safe color of #C68760 is #CC9966 (or #C96).
#C68760 color RGB value is (198,135,96).
RGB: (198,135,96)
(78%, 53%, 38%)
R 198 of 255 = 78%
G 135 of 255 = 53%
B 96 of 255 = 38%
R + G + B ~ 56%. #C68760 is middle color (not dark and not light).
R + G + B = 198 + 135 + 96 = 429 (100%)
R 198 of 429 ~ 46.15%
G 135 of 429 ~ 31.47%
B 96 of 429 ~ 22.38'%
#C68760 color CMYK value is (0,32,52,22).
CMYK: (0,32,52,22)
C0M32Y52K22 (0%, 32%, 52%, 22%)
(0.00 / 0.32 / 0.52 / 0.22)
Color #C68760 in popluar color models
C6 | 87 | 60 | |
---|---|---|---|
RGB | 198 | 135 | 96 |
HSL | 23° | 47.22% | 57.65% |
HSB/HSV | 23° | 51.52% | 77.65% |
CMYK | 0.00% | 31.82% | 51.52% |
22.35% |
Color #C68760 in popluar number systems.
HEX | C6 | 87 | 60 |
Decimal | 198 | 135 | 96 |
Binary | 11000110 | 10000111 | 1100000 |
Octal | 306 | 207 | 140 |
Shades of #C68760
Tints of #C68760
Examples of css and html codes for elements with #C68760 color. Also use rgb(198,135,96) instead hex code.
.myTextColor { color: #C68760; }
<p style="color:#C68760">This sample text font color is #C68760.</p>
This text font color is #C68760.
.myBgColor { background-color: #C68760; }
<div style="background-color:#C68760">Inner text</div>
This div background color is #C68760.
.myBorderColor { border: 1px solid #C68760; }
<div style="border:3px solid #C68760">Div</div>
This div border color is #C68760.
.myOpacity80 { color: #C68760; opacity: 0.8; }
<p style="color:#C68760;opacity:0.8;">80%</p>
Text with #C68760 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C68760;}
<p style="text-shadow: 3px 3px 1px #C68760">Text here.</p>
This text has shadow with #C68760 color.
.textShadow {text-shadow: 3px 3px 1px #C68760', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C68760, 5px 5px 20px red">Text here.</p>
This text has shadow with #C68760 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C68760, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C68760, Direction=45, Strength=4)">Text</p>
This text has shadow with #C68760 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C68760;
-webkit-box-shadow: 1px 1px 3px 2px #C68760;
box-shadow: 1px 1px 3px 2px #C68760;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C68760; -webkit-box-shadow: 1px 1px 3px 2px #C68760; box-shadow:1px 1px 3px 2px #C68760;">
Div content here
</div>
This text has color #C68760 on black background.
This text has color #C68760 on white background.
This text has black color on #C68760 background.
This text has white color on #C68760 background.
Complementary color for #hex is #39789F.