COLOR #99663A

HEX: #99663A
RGB: (153,102,58)

Color info

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

RGB color model

#99663A color RGB value is (153,102,58).

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

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 58 of 255 = 23%

153
102
58

R + G + B ~ 41%. #99663A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 58 = 313 (100%)
R 153 of 313 ~ 48.88%
G 102 of 313 ~ 32.59%
B 58 of 313 ~ 18.53%

%48.88
%32.59
%18.53

CMYK color model

#99663A color CMYK value is (0,33,62,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 62.09%
  • key color value is 40.00%
CMYK:
(0,33,62,40)
C0M33Y62K40 
(0%,33%,62%,40%)
(0.00/0.33/0.62/0.40)	

CMYK percentages

%0
%33.33
%62.09
%40

Codes

Color #99663A in popluar color models

99663A
RGB15310258
HSL28°45.02%41.37%
HSB/HSV28°62.09%60.00%
CMYK0.00%33.33%62.09%
40.00%

Color #99663A in popluar number systems.

HEX99663A
Decimal15310258
Binary100110011100110111010
Octal23114672

Shades and tints

Shades of #99663A

#99663A
(153,102,58)
#8C5D35
(140,93,53)
#7F5430
(127,84,48)
#724B2B
(114,75,43)
#654226
(101,66,38)
#583921
(88,57,33)
#4B301C
(75,48,28)
#3E2717
(62,39,23)
#311E12
(49,30,18)
#24150D
(36,21,13)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #99663A

#99663A
(153,102,58)
#A2734B
(162,115,75)
#AB805C
(171,128,92)
#B48D6D
(180,141,109)
#BD9A7E
(189,154,126)
#C6A78F
(198,167,143)
#CFB4A0
(207,180,160)
#D8C1B1
(216,193,177)
#E1CEC2
(225,206,194)
#EADBD3
(234,219,211)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99663A; }

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

This text font color is #99663A.


Background Color

.myBgColor { background-color: #99663A; }

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

This div background color is #99663A.


Border color

.myBorderColor { border: 1px solid #99663A; }

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

This div border color is #99663A.


Opacity

.myOpacity80 { color: #99663A; opacity: 0.8; }

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

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

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

This text has shadow with #99663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99663A on black background.


Color preview on white background

This text has color #99663A on white background.



Black color preview on #99663A background

This text has black color on #99663A background.


White color preview on #99663A background

This text has white color on #99663A background.