COLOR #996817

HEX: #996817
RGB: (153,104,23)

Color info

#996817 contains mainly red and green colors. Web safe color of #996817 is #996600 (or #960).

RGB color model

#996817 color RGB value is (153,104,23).

  • red value is 153;
  • green value is 104;
  • blue value is 23.
RGB:
(153,104,23)
(60%,41%,9%)

RGB channels and saturation

R 153 of 255 = 60%
G 104 of 255 = 41%
B 23 of 255 = 9%

153
104
23

R + G + B ~ 37%. #996817 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 104 + 23 = 280 (100%)
R 153 of 280 ~ 54.64%
G 104 of 280 ~ 37.14%
B 23 of 280 ~ 8.21%

%54.64
%37.14

CMYK color model

#996817 color CMYK value is (0,32,85,40).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 84.97%
  • key color value is 40.00%
CMYK:
(0,32,85,40)
C0M32Y85K40 
(0%,32%,85%,40%)
(0.00/0.32/0.85/0.40)	

CMYK percentages

%0
%32.03
%84.97
%40

Codes

Color #996817 in popluar color models

996817
RGB15310423
HSL37°73.86%34.51%
HSB/HSV37°84.97%60.00%
CMYK0.00%32.03%84.97%
40.00%

Color #996817 in popluar number systems.

HEX996817
Decimal15310423
Binary10011001110100010111
Octal23115027

Shades and tints

Shades of #996817

#996817
(153,104,23)
#8C5F15
(140,95,21)
#7F5613
(127,86,19)
#724D11
(114,77,17)
#65440F
(101,68,15)
#583B0D
(88,59,13)
#4B320B
(75,50,11)
#3E2909
(62,41,9)
#312007
(49,32,7)
#241705
(36,23,5)
#170E03
(23,14,3)
#000000
(0,0,0)

Tints of #996817

#996817
(153,104,23)
#A2752C
(162,117,44)
#AB8241
(171,130,65)
#B48F56
(180,143,86)
#BD9C6B
(189,156,107)
#C6A980
(198,169,128)
#CFB695
(207,182,149)
#D8C3AA
(216,195,170)
#E1D0BF
(225,208,191)
#EADDD4
(234,221,212)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996817 color. Also use rgb(153,104,23) instead hex code.

Text Font Color

.myTextColor { color: #996817; }

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

This text font color is #996817.


Background Color

.myBgColor { background-color: #996817; }

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

This div background color is #996817.


Border color

.myBorderColor { border: 1px solid #996817; }

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

This div border color is #996817.


Opacity

.myOpacity80 { color: #996817; opacity: 0.8; }

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

Text with #996817 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 #996817;}

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

This text has shadow with #996817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996817 on black background.


Color preview on white background

This text has color #996817 on white background.



Black color preview on #996817 background

This text has black color on #996817 background.


White color preview on #996817 background

This text has white color on #996817 background.