COLOR #99706D

HEX: #99706D RGB: (153,112,109)

Color info

#99706D contains red, green and blue colors in about the same proportion. Web safe color of #99706D is #996666 (or #966).

RGB color model

#99706D color RGB value is (153,112,109).

RGB: (153,112,109) (60%, 44%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 109 of 255 = 43%

153
112
109

R + G + B ~ 49%. #99706D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 112 + 109 = 374 (100%)
R 153 of 374 ~ 40.91%
G 112 of 374 ~ 29.95%
B 109 of 374 ~ 29.14'%

%40.91
%29.95
%29.14

CMYK color model

#99706D color CMYK value is (0,27,29,40).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK: (0,27,29,40) C0M27Y29K40 (0%,27%,29%,40%) (0.00/0.27/0.29/0.40) 

CMYK percentages

%0
%26.8
%28.76
%40

Codes

Color #99706D in popluar color models

99 70 6D
RGB 153 112 109
HSL 17.74% 51.37%
HSB/HSV 28.76% 60.00%
CMYK 0.00% 26.80% 28.76%
40.00%

Color #99706D in popluar number systems.

HEX 99 70 6D
Decimal 153 112 109
Binary 10011001 1110000 1101101
Octal 231 160 155

Shades and tints

Shades of #99706D

#99706D
(153,112,109)
#8C6664
(140,102,100)
#7F5C5B
(127,92,91)
#725252
(114,82,82)
#654849
(101,72,73)
#583E40
(88,62,64)
#4B3437
(75,52,55)
#3E2A2E
(62,42,46)
#312025
(49,32,37)
#24161C
(36,22,28)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #99706D

#99706D
(153,112,109)
#A27D7A
(162,125,122)
#AB8A87
(171,138,135)
#B49794
(180,151,148)
#BDA4A1
(189,164,161)
#C6B1AE
(198,177,174)
#CFBEBB
(207,190,187)
#D8CBC8
(216,203,200)
#E1D8D5
(225,216,213)
#EAE5E2
(234,229,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99706D color. Also use rgb(153,112,109) instead hex code.

Text Font Color

.myTextColor { color: #99706D; }

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

This text font color is #99706D.

Background Color

.myBgColor { background-color: #99706D; }

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

This div background color is #99706D.

Border color

.myBorderColor { border: 1px solid #99706D; }

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

This div border color is #99706D.

Opacity

.myOpacity80 { color: #99706D; opacity: 0.8; }

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

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

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

This text has shadow with #99706D color.


.textShadow {text-shadow: 3px 3px 1px #99706D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99706D; -webkit-box-shadow: 1px 1px 3px 2px #99706D; box-shadow:1px 1px 3px 2px #99706D;">
Div content here
</div>

This div box has shadow with color #99706D.

Preview

Color preview on black background

This text has color #99706D on black background.


Color preview on white background

This text has color #99706D on white background.


Black color preview on #99706D background

This text has black color on #99706D background.


White color preview on #99706D background

This text has white color on #99706D background.


Related colors

Complementary color

Complementary color for #hex is #668F92.


I love getcolorcode.com

Triadic colors

1 #6D9970 and #706D99 with #99706D are triadic colors.

2 #6D7099 and #70996D with #99706D are triadic colors.