COLOR #996645

HEX: #996645
RGB: (153,102,69)

Color info

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

RGB color model

#996645 color RGB value is (153,102,69).

  • red value is 153;
  • green value is 102;
  • blue value is 69.
RGB:
(153,102,69)
(60%,40%,27%)

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 69 of 255 = 27%

153
102
69

R + G + B ~ 42%. #996645 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 69 = 324 (100%)
R 153 of 324 ~ 47.22%
G 102 of 324 ~ 31.48%
B 69 of 324 ~ 21.3%

%47.22
%31.48
%21.3

CMYK color model

#996645 color CMYK value is (0,33,55,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 54.90%
  • key color value is 40.00%
CMYK:
(0,33,55,40)
C0M33Y55K40 
(0%,33%,55%,40%)
(0.00/0.33/0.55/0.40)	

CMYK percentages

%0
%33.33
%54.9
%40

Codes

Color #996645 in popluar color models

996645
RGB15310269
HSL24°37.84%43.53%
HSB/HSV24°54.90%60.00%
CMYK0.00%33.33%54.90%
40.00%

Color #996645 in popluar number systems.

HEX996645
Decimal15310269
Binary1001100111001101000101
Octal231146105

Shades and tints

Shades of #996645

#996645
(153,102,69)
#8C5D3F
(140,93,63)
#7F5439
(127,84,57)
#724B33
(114,75,51)
#65422D
(101,66,45)
#583927
(88,57,39)
#4B3021
(75,48,33)
#3E271B
(62,39,27)
#311E15
(49,30,21)
#24150F
(36,21,15)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #996645

#996645
(153,102,69)
#A27355
(162,115,85)
#AB8065
(171,128,101)
#B48D75
(180,141,117)
#BD9A85
(189,154,133)
#C6A795
(198,167,149)
#CFB4A5
(207,180,165)
#D8C1B5
(216,193,181)
#E1CEC5
(225,206,197)
#EADBD5
(234,219,213)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996645 color. Also use rgb(153,102,69) instead hex code.

Text Font Color

.myTextColor { color: #996645; }

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

This text font color is #996645.


Background Color

.myBgColor { background-color: #996645; }

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

This div background color is #996645.


Border color

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

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

This div border color is #996645.


Opacity

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

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

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

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

This text has shadow with #996645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996645 on black background.


Color preview on white background

This text has color #996645 on white background.



Black color preview on #996645 background

This text has black color on #996645 background.


White color preview on #996645 background

This text has white color on #996645 background.