COLOR #996633

HEX: #996633
RGB: (153,102,51)

Color info

#996633 contains mainly red and green colors. #996633 color is web safe color. It maybe written shortly as #963.

RGB color model

#996633 color RGB value is (153,102,51).

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

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 51 of 255 = 20%

153
102
51

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

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 51 = 306 (100%)
R 153 of 306 ~ 50%
G 102 of 306 ~ 33.33%
B 51 of 306 ~ 16.67%

%50
%33.33
%16.67

CMYK color model

#996633 color CMYK value is (0,33,67,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 66.67%
  • key color value is 40.00%
CMYK:
(0,33,67,40)
C0M33Y67K40 
(0%,33%,67%,40%)
(0.00/0.33/0.67/0.40)	

CMYK percentages

%0
%33.33
%66.67
%40

Codes

Color #996633 in popluar color models

996633
RGB15310251
HSL30°50.00%40.00%
HSB/HSV30°66.67%60.00%
CMYK0.00%33.33%66.67%
40.00%

Color #996633 in popluar number systems.

HEX996633
Decimal15310251
Binary100110011100110110011
Octal23114663

Shades and tints

Shades of #996633

#996633
(153,102,51)
#8C5D2F
(140,93,47)
#7F542B
(127,84,43)
#724B27
(114,75,39)
#654223
(101,66,35)
#58391F
(88,57,31)
#4B301B
(75,48,27)
#3E2717
(62,39,23)
#311E13
(49,30,19)
#24150F
(36,21,15)
#170C0B
(23,12,11)
#000000
(0,0,0)

Tints of #996633

#996633
(153,102,51)
#A27345
(162,115,69)
#AB8057
(171,128,87)
#B48D69
(180,141,105)
#BD9A7B
(189,154,123)
#C6A78D
(198,167,141)
#CFB49F
(207,180,159)
#D8C1B1
(216,193,177)
#E1CEC3
(225,206,195)
#EADBD5
(234,219,213)
#F3E8E7
(243,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996633; }

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

This text font color is #996633.


Background Color

.myBgColor { background-color: #996633; }

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

This div background color is #996633.


Border color

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

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

This div border color is #996633.


Opacity

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

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

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

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

This text has shadow with #996633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996633 on black background.


Color preview on white background

This text has color #996633 on white background.



Black color preview on #996633 background

This text has black color on #996633 background.


White color preview on #996633 background

This text has white color on #996633 background.