COLOR #99646D

HEX: #99646D RGB: (153,100,109)

Color info

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

RGB color model

#99646D color RGB value is (153,100,109).

RGB: (153,100,109) (60%, 39%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 100 of 255 = 39%
B 109 of 255 = 43%

153
100
109

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

Portions of RGB colors in percentages

R + G + B = 153 + 100 + 109 = 362 (100%)
R 153 of 362 ~ 42.27%
G 100 of 362 ~ 27.62%
B 109 of 362 ~ 30.11'%

%42.27
%27.62
%30.11

CMYK color model

#99646D color CMYK value is (0,35,29,40).

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

CMYK: (0,35,29,40)
C0M35Y29K40 (0%, 35%, 29%, 40%)
(0.00 / 0.35 / 0.29 / 0.40)

CMYK percentages

%0
%34.64
%28.76
%40

Codes

Color #99646D in popluar color models

99 64 6D
RGB 153 100 109
HSL 350° 20.95% 49.61%
HSB/HSV 350° 34.64% 60.00%
CMYK 0.00% 34.64% 28.76%
40.00%

Color #99646D in popluar number systems.

HEX 99 64 6D
Decimal 153 100 109
Binary 10011001 1100100 1101101
Octal 231 144 155

Shades and tints

Shades of #99646D

#99646D
(153,100,109)
#8C5B64
(140,91,100)
#7F525B
(127,82,91)
#724952
(114,73,82)
#654049
(101,64,73)
#583740
(88,55,64)
#4B2E37
(75,46,55)
#3E252E
(62,37,46)
#311C25
(49,28,37)
#24131C
(36,19,28)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #99646D

#99646D
(153,100,109)
#A2727A
(162,114,122)
#AB8087
(171,128,135)
#B48E94
(180,142,148)
#BD9CA1
(189,156,161)
#C6AAAE
(198,170,174)
#CFB8BB
(207,184,187)
#D8C6C8
(216,198,200)
#E1D4D5
(225,212,213)
#EAE2E2
(234,226,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99646D; }

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

This text font color is #99646D.

Background Color

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

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

This div background color is #99646D.

Border color

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

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

This div border color is #99646D.

Opacity

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

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

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

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

This text has shadow with #99646D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99646D.

Preview

Color preview on black background

This text has color #99646D on black background.


Color preview on white background

This text has color #99646D on white background.


Black color preview on #99646D background

This text has black color on #99646D background.


White color preview on #99646D background

This text has white color on #99646D background.


Related colors

Complementary color

Complementary color for #hex is #669B92.


I love getcolorcode.com

Triadic colors

1 #6D9964 and #646D99 with #99646D are triadic colors.

2 #6D6499 and #64996D with #99646D are triadic colors.