COLOR #99766D

HEX: #99766D RGB: (153,118,109)

Color info

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

RGB color model

#99766D color RGB value is (153,118,109).

RGB: (153,118,109) (60%, 46%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 118 of 255 = 46%
B 109 of 255 = 43%

153
118
109

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

Portions of RGB colors in percentages

R + G + B = 153 + 118 + 109 = 380 (100%)
R 153 of 380 ~ 40.26%
G 118 of 380 ~ 31.05%
B 109 of 380 ~ 28.68'%

%40.26
%31.05
%28.68

CMYK color model

#99766D color CMYK value is (0,23,29,40).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 28.76%
  • key color value is 40.00%

CMYK: (0,23,29,40)
C0M23Y29K40 (0%, 23%, 29%, 40%)
(0.00 / 0.23 / 0.29 / 0.40)

CMYK percentages

%0
%22.88
%28.76
%40

Codes

Color #99766D in popluar color models

99 76 6D
RGB 153 118 109
HSL 12° 17.74% 51.37%
HSB/HSV 12° 28.76% 60.00%
CMYK 0.00% 22.88% 28.76%
40.00%

Color #99766D in popluar number systems.

HEX 99 76 6D
Decimal 153 118 109
Binary 10011001 1110110 1101101
Octal 231 166 155

Shades and tints

Shades of #99766D

#99766D
(153,118,109)
#8C6C64
(140,108,100)
#7F625B
(127,98,91)
#725852
(114,88,82)
#654E49
(101,78,73)
#584440
(88,68,64)
#4B3A37
(75,58,55)
#3E302E
(62,48,46)
#312625
(49,38,37)
#241C1C
(36,28,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99766D

#99766D
(153,118,109)
#A2827A
(162,130,122)
#AB8E87
(171,142,135)
#B49A94
(180,154,148)
#BDA6A1
(189,166,161)
#C6B2AE
(198,178,174)
#CFBEBB
(207,190,187)
#D8CAC8
(216,202,200)
#E1D6D5
(225,214,213)
#EAE2E2
(234,226,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99766D; }

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

This text font color is #99766D.

Background Color

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

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

This div background color is #99766D.

Border color

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

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

This div border color is #99766D.

Opacity

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

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

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

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

This text has shadow with #99766D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99766D.

Preview

Color preview on black background

This text has color #99766D on black background.


Color preview on white background

This text has color #99766D on white background.


Black color preview on #99766D background

This text has black color on #99766D background.


White color preview on #99766D background

This text has white color on #99766D background.


Related colors

Complementary color

Complementary color for #hex is #668992.


I love getcolorcode.com

Triadic colors

1 #6D9976 and #766D99 with #99766D are triadic colors.

2 #6D7699 and #76996D with #99766D are triadic colors.