HEX: #996A4B
RGB: (153,106,75)
#996A4B contains mainly red and green colors. Web safe color of #996A4B is #996633 (or #963).
#996A4B color RGB value is (153,106,75).
RGB: (153,106,75)
(60%, 42%, 29%)
R 153 of 255 = 60%
G 106 of 255 = 42%
B 75 of 255 = 29%
R + G + B ~ 44%. #996A4B is middle color (not dark and not light).
R + G + B = 153 + 106 + 75 = 334 (100%)
R 153 of 334 ~ 45.81%
G 106 of 334 ~ 31.74%
B 75 of 334 ~ 22.46'%
#996A4B color CMYK value is (0,31,51,40).
CMYK: (0,31,51,40)
C0M31Y51K40 (0%, 31%, 51%, 40%)
(0.00 / 0.31 / 0.51 / 0.40)
Color #996A4B in popluar color models
99 | 6A | 4B | |
---|---|---|---|
RGB | 153 | 106 | 75 |
HSL | 24° | 34.21% | 44.71% |
HSB/HSV | 24° | 50.98% | 60.00% |
CMYK | 0.00% | 30.72% | 50.98% |
40.00% |
Color #996A4B in popluar number systems.
HEX | 99 | 6A | 4B |
Decimal | 153 | 106 | 75 |
Binary | 10011001 | 1101010 | 1001011 |
Octal | 231 | 152 | 113 |
Shades of #996A4B
Tints of #996A4B
Examples of css and html codes for elements with #996A4B color. Also use rgb(153,106,75) instead hex code.
.myTextColor { color: #996A4B; }
<p style="color:#996A4B">This sample text font color is #996A4B.</p>
This text font color is #996A4B.
.myBgColor { background-color: #996A4B; }
<div style="background-color:#996A4B">Inner text</div>
This div background color is #996A4B.
.myBorderColor { border: 1px solid #996A4B; }
<div style="border:3px solid #996A4B">Div</div>
This div border color is #996A4B.
.myOpacity80 { color: #996A4B; opacity: 0.8; }
<p style="color:#996A4B;opacity:0.8;">80%</p>
Text with #996A4B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #996A4B;}
<p style="text-shadow: 3px 3px 1px #996A4B">Text here.</p>
This text has shadow with #996A4B color.
.textShadow {text-shadow: 3px 3px 1px #996A4B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #996A4B, 5px 5px 20px red">Text here.</p>
This text has shadow with #996A4B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996A4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#996A4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #996A4B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #996A4B;
-webkit-box-shadow: 1px 1px 3px 2px #996A4B;
box-shadow: 1px 1px 3px 2px #996A4B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996A4B; -webkit-box-shadow: 1px 1px 3px 2px #996A4B; box-shadow:1px 1px 3px 2px #996A4B;">
Div content here
</div>
This text has color #996A4B on black background.
This text has color #996A4B on white background.
This text has black color on #996A4B background.
This text has white color on #996A4B background.
Complementary color for #hex is #6695B4.