HEX: #C69F59
RGB: (198,159,89)
#C69F59 contains mainly red and green colors. Web safe color of #C69F59 is #CC9966 (or #C96).
#C69F59 color RGB value is (198,159,89).
RGB: (198,159,89)
(78%, 62%, 35%)
R 198 of 255 = 78%
G 159 of 255 = 62%
B 89 of 255 = 35%
R + G + B ~ 58%. #C69F59 is middle color (not dark and not light).
R + G + B = 198 + 159 + 89 = 446 (100%)
R 198 of 446 ~ 44.39%
G 159 of 446 ~ 35.65%
B 89 of 446 ~ 19.96'%
#C69F59 color CMYK value is (0,20,55,22).
CMYK: (0,20,55,22)
C0M20Y55K22 (0%, 20%, 55%, 22%)
(0.00 / 0.20 / 0.55 / 0.22)
Color #C69F59 in popluar color models
C6 | 9F | 59 | |
---|---|---|---|
RGB | 198 | 159 | 89 |
HSL | 39° | 48.88% | 56.27% |
HSB/HSV | 39° | 55.05% | 77.65% |
CMYK | 0.00% | 19.70% | 55.05% |
22.35% |
Color #C69F59 in popluar number systems.
HEX | C6 | 9F | 59 |
Decimal | 198 | 159 | 89 |
Binary | 11000110 | 10011111 | 1011001 |
Octal | 306 | 237 | 131 |
Shades of #C69F59
Tints of #C69F59
Examples of css and html codes for elements with #C69F59 color. Also use rgb(198,159,89) instead hex code.
.myTextColor { color: #C69F59; }
<p style="color:#C69F59">This sample text font color is #C69F59.</p>
This text font color is #C69F59.
.myBgColor { background-color: #C69F59; }
<div style="background-color:#C69F59">Inner text</div>
This div background color is #C69F59.
.myBorderColor { border: 1px solid #C69F59; }
<div style="border:3px solid #C69F59">Div</div>
This div border color is #C69F59.
.myOpacity80 { color: #C69F59; opacity: 0.8; }
<p style="color:#C69F59;opacity:0.8;">80%</p>
Text with #C69F59 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C69F59;}
<p style="text-shadow: 3px 3px 1px #C69F59">Text here.</p>
This text has shadow with #C69F59 color.
.textShadow {text-shadow: 3px 3px 1px #C69F59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C69F59, 5px 5px 20px red">Text here.</p>
This text has shadow with #C69F59 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C69F59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C69F59, Direction=45, Strength=4)">Text</p>
This text has shadow with #C69F59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C69F59;
-webkit-box-shadow: 1px 1px 3px 2px #C69F59;
box-shadow: 1px 1px 3px 2px #C69F59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C69F59; -webkit-box-shadow: 1px 1px 3px 2px #C69F59; box-shadow:1px 1px 3px 2px #C69F59;">
Div content here
</div>
This text has color #C69F59 on black background.
This text has color #C69F59 on white background.
This text has black color on #C69F59 background.
This text has white color on #C69F59 background.
Complementary color for #hex is #3960A6.