COLOR #996C6D

HEX: #996C6D RGB: (153,108,109)

Color info

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

RGB color model

#996C6D color RGB value is (153,108,109).

RGB: (153,108,109) (60%, 42%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 109 of 255 = 43%

153
108
109

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

Portions of RGB colors in percentages

R + G + B = 153 + 108 + 109 = 370 (100%)
R 153 of 370 ~ 41.35%
G 108 of 370 ~ 29.19%
B 109 of 370 ~ 29.46'%

%41.35
%29.19
%29.46

CMYK color model

#996C6D color CMYK value is (0,29,29,40).

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

CMYK: (0,29,29,40)
C0M29Y29K40 (0%, 29%, 29%, 40%)
(0.00 / 0.29 / 0.29 / 0.40)

CMYK percentages

%0
%29.41
%28.76
%40

Codes

Color #996C6D in popluar color models

99 6C 6D
RGB 153 108 109
HSL 359° 18.07% 51.18%
HSB/HSV 359° 29.41% 60.00%
CMYK 0.00% 29.41% 28.76%
40.00%

Color #996C6D in popluar number systems.

HEX 99 6C 6D
Decimal 153 108 109
Binary 10011001 1101100 1101101
Octal 231 154 155

Shades and tints

Shades of #996C6D

#996C6D
(153,108,109)
#8C6364
(140,99,100)
#7F5A5B
(127,90,91)
#725152
(114,81,82)
#654849
(101,72,73)
#583F40
(88,63,64)
#4B3637
(75,54,55)
#3E2D2E
(62,45,46)
#312425
(49,36,37)
#241B1C
(36,27,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #996C6D

#996C6D
(153,108,109)
#A2797A
(162,121,122)
#AB8687
(171,134,135)
#B49394
(180,147,148)
#BDA0A1
(189,160,161)
#C6ADAE
(198,173,174)
#CFBABB
(207,186,187)
#D8C7C8
(216,199,200)
#E1D4D5
(225,212,213)
#EAE1E2
(234,225,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996C6D color. Also use rgb(153,108,109) instead hex code.

Text Font Color

.myTextColor { color: #996C6D; }

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

This text font color is #996C6D.

Background Color

.myBgColor { background-color: #996C6D; }

<div style="background-color:#996C6D">Inner text</div>

This div background color is #996C6D.

Border color

.myBorderColor { border: 1px solid #996C6D; }

<div style="border:3px solid #996C6D">Div</div>

This div border color is #996C6D.

Opacity

.myOpacity80 { color: #996C6D; opacity: 0.8; }

<p style="color:#996C6D;opacity:0.8;">80%</p>

Text with #996C6D 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 #996C6D;}

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

This text has shadow with #996C6D color.


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

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

This text has shadow with #996C6D primary color and red secondary color.


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

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

This text has shadow with #996C6D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #996C6D.

Preview

Color preview on black background

This text has color #996C6D on black background.


Color preview on white background

This text has color #996C6D on white background.


Black color preview on #996C6D background

This text has black color on #996C6D background.


White color preview on #996C6D background

This text has white color on #996C6D background.


Related colors

Complementary color

Complementary color for #hex is #669392.


I love getcolorcode.com

Triadic colors

1 #6D996C and #6C6D99 with #996C6D are triadic colors.

2 #6D6C99 and #6C996D with #996C6D are triadic colors.