HEX: #996C49
RGB: (153,108,73)
#996C49 contains mainly red and green colors. Web safe color of #996C49 is #996633 (or #963).
#996C49 color RGB value is (153,108,73).
RGB: (153,108,73)
(60%, 42%, 29%)
R 153 of 255 = 60%
G 108 of 255 = 42%
B 73 of 255 = 29%
R + G + B ~ 44%. #996C49 is middle color (not dark and not light).
R + G + B = 153 + 108 + 73 = 334 (100%)
R 153 of 334 ~ 45.81%
G 108 of 334 ~ 32.34%
B 73 of 334 ~ 21.86'%
#996C49 color CMYK value is (0,29,52,40).
CMYK: (0,29,52,40) C0M29Y52K40 (0%,29%,52%,40%) (0.00/0.29/0.52/0.40)
Color #996C49 in popluar color models
99 | 6C | 49 | |
---|---|---|---|
RGB | 153 | 108 | 73 |
HSL | 26° | 35.40% | 44.31% |
HSB/HSV | 26° | 52.29% | 60.00% |
CMYK | 0.00% | 29.41% | 52.29% |
40.00% |
Color #996C49 in popluar number systems.
HEX | 99 | 6C | 49 |
Decimal | 153 | 108 | 73 |
Binary | 10011001 | 1101100 | 1001001 |
Octal | 231 | 154 | 111 |
Shades of #996C49
Tints of #996C49
Examples of css and html codes for elements with #996C49 color. Also use rgb(153,108,73) instead hex code.
.myTextColor { color: #996C49; }
<p style="color:#996C49">This sample text font color is #996C49.</p>
This text font color is #996C49.
.myBgColor { background-color: #996C49; }
<div style="background-color:#996C49">Inner text</div>
This div background color is #996C49.
.myBorderColor { border: 1px solid #996C49; }
<div style="border:3px solid #996C49">Div</div>
This div border color is #996C49.
.myOpacity80 { color: #996C49; opacity: 0.8; }
<p style="color:#996C49;opacity:0.8;">80%</p>
Text with #996C49 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #996C49;}
<p style="text-shadow: 3px 3px 1px #996C49">Text here.</p>
This text has shadow with #996C49 color.
.textShadow {text-shadow: 3px 3px 1px #996C49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #996C49, 5px 5px 20px red">Text here.</p>
This text has shadow with #996C49 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996C49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#996C49, Direction=45, Strength=4)">Text</p>
This text has shadow with #996C49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #996C49;
-webkit-box-shadow: 1px 1px 3px 2px #996C49;
box-shadow: 1px 1px 3px 2px #996C49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996C49; -webkit-box-shadow: 1px 1px 3px 2px #996C49; box-shadow:1px 1px 3px 2px #996C49;">
Div content here
</div>
This text has color #996C49 on black background.
This text has color #996C49 on white background.
This text has black color on #996C49 background.
This text has white color on #996C49 background.
Complementary color for #hex is #6693B6.