COLOR #996A21

HEX: #996A21
RGB: (153,106,33)

Color info

#996A21 contains mainly red and green colors. Web safe color of #996A21 is #996633 (or #963).

RGB color model

#996A21 color RGB value is (153,106,33).

  • red value is 153;
  • green value is 106;
  • blue value is 33.
RGB:
(153,106,33)
(60%,42%,13%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 33 of 255 = 13%

153
106
33

R + G + B ~ 38%. #996A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 33 = 292 (100%)
R 153 of 292 ~ 52.4%
G 106 of 292 ~ 36.3%
B 33 of 292 ~ 11.3%

%52.4
%36.3
%11.3

CMYK color model

#996A21 color CMYK value is (0,31,78,40).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 78.43%
  • key color value is 40.00%
CMYK:
(0,31,78,40)
C0M31Y78K40 
(0%,31%,78%,40%)
(0.00/0.31/0.78/0.40)	

CMYK percentages

%0
%30.72
%78.43
%40

Codes

Color #996A21 in popluar color models

996A21
RGB15310633
HSL37°64.52%36.47%
HSB/HSV37°78.43%60.00%
CMYK0.00%30.72%78.43%
40.00%

Color #996A21 in popluar number systems.

HEX996A21
Decimal15310633
Binary100110011101010100001
Octal23115241

Shades and tints

Shades of #996A21

#996A21
(153,106,33)
#8C611E
(140,97,30)
#7F581B
(127,88,27)
#724F18
(114,79,24)
#654615
(101,70,21)
#583D12
(88,61,18)
#4B340F
(75,52,15)
#3E2B0C
(62,43,12)
#312209
(49,34,9)
#241906
(36,25,6)
#171003
(23,16,3)
#000000
(0,0,0)

Tints of #996A21

#996A21
(153,106,33)
#A27735
(162,119,53)
#AB8449
(171,132,73)
#B4915D
(180,145,93)
#BD9E71
(189,158,113)
#C6AB85
(198,171,133)
#CFB899
(207,184,153)
#D8C5AD
(216,197,173)
#E1D2C1
(225,210,193)
#EADFD5
(234,223,213)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A21 color. Also use rgb(153,106,33) instead hex code.

Text Font Color

.myTextColor { color: #996A21; }

<p style="color:#996A21">This sample text font color is #996A21.</p>

This text font color is #996A21.


Background Color

.myBgColor { background-color: #996A21; }

<div style="background-color:#996A21">Inner text</div>

This div background color is #996A21.


Border color

.myBorderColor { border: 1px solid #996A21; }

<div style="border:3px solid #996A21">Div</div>

This div border color is #996A21.


Opacity

.myOpacity80 { color: #996A21; opacity: 0.8; }

<p style="color:#996A21;opacity:0.8;">80%</p>

Text with #996A21 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #996A21;}

<p style="text-shadow: 3px 3px 1px #996A21">Text here.</p>

This text has shadow with #996A21 color.

.textShadow {text-shadow: 3px 3px 1px #996A21, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #996A21, 5px 5px 20px red">Text here.</p>

This text has shadow with #996A21 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996A21, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#996A21, Direction=45, Strength=4)">Text</p>

This text has shadow with #996A21 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #996A21;
  -webkit-box-shadow:	1px 1px 3px 2px #996A21;
  box-shadow:		1px 1px 3px 2px #996A21;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996A21;
-webkit-box-shadow: 1px 1px 3px 2px #996A21;
box-shadow:1px 1px 3px 2px #996A21;">
Div content here</div>
This div box has shadow with color #996A21.

Preview

Color preview on black background

This text has color #996A21 on black background.


Color preview on white background

This text has color #996A21 on white background.



Black color preview on #996A21 background

This text has black color on #996A21 background.


White color preview on #996A21 background

This text has white color on #996A21 background.