COLOR #99686D

HEX: #99686D RGB: (153,104,109)

Color info

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

RGB color model

#99686D color RGB value is (153,104,109).

RGB: (153,104,109) (60%, 41%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 104 of 255 = 41%
B 109 of 255 = 43%

153
104
109

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

Portions of RGB colors in percentages

R + G + B = 153 + 104 + 109 = 366 (100%)
R 153 of 366 ~ 41.8%
G 104 of 366 ~ 28.42%
B 109 of 366 ~ 29.78'%

%41.8
%28.42
%29.78

CMYK color model

#99686D color CMYK value is (0,32,29,40).

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

CMYK: (0,32,29,40)
C0M32Y29K40 (0%, 32%, 29%, 40%)
(0.00 / 0.32 / 0.29 / 0.40)

CMYK percentages

%0
%32.03
%28.76
%40

Codes

Color #99686D in popluar color models

99 68 6D
RGB 153 104 109
HSL 354° 19.37% 50.39%
HSB/HSV 354° 32.03% 60.00%
CMYK 0.00% 32.03% 28.76%
40.00%

Color #99686D in popluar number systems.

HEX 99 68 6D
Decimal 153 104 109
Binary 10011001 1101000 1101101
Octal 231 150 155

Shades and tints

Shades of #99686D

#99686D
(153,104,109)
#8C5F64
(140,95,100)
#7F565B
(127,86,91)
#724D52
(114,77,82)
#654449
(101,68,73)
#583B40
(88,59,64)
#4B3237
(75,50,55)
#3E292E
(62,41,46)
#312025
(49,32,37)
#24171C
(36,23,28)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #99686D

#99686D
(153,104,109)
#A2757A
(162,117,122)
#AB8287
(171,130,135)
#B48F94
(180,143,148)
#BD9CA1
(189,156,161)
#C6A9AE
(198,169,174)
#CFB6BB
(207,182,187)
#D8C3C8
(216,195,200)
#E1D0D5
(225,208,213)
#EADDE2
(234,221,226)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99686D; }

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

This text font color is #99686D.

Background Color

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

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

This div background color is #99686D.

Border color

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

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

This div border color is #99686D.

Opacity

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

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

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

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

This text has shadow with #99686D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99686D.

Preview

Color preview on black background

This text has color #99686D on black background.


Color preview on white background

This text has color #99686D on white background.


Black color preview on #99686D background

This text has black color on #99686D background.


White color preview on #99686D background

This text has white color on #99686D background.


Related colors

Complementary color

Complementary color for #hex is #669792.


I love getcolorcode.com

Triadic colors

1 #6D9968 and #686D99 with #99686D are triadic colors.

2 #6D6899 and #68996D with #99686D are triadic colors.