COLOR #996C65

HEX: #996C65
RGB: (153,108,101)

Color info

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

RGB color model

#996C65 color RGB value is (153,108,101).

  • red value is 153;
  • green value is 108;
  • blue value is 101.
RGB:
(153,108,101)
(60%,42%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 101 of 255 = 40%

153
108
101

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

Portions of RGB colors in percentages

R + G + B =
153 + 108 + 101 = 362 (100%)
R 153 of 362 ~ 42.27%
G 108 of 362 ~ 29.83%
B 101 of 362 ~ 27.9%

%42.27
%29.83
%27.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK:
(0,29,34,40)
C0M29Y34K40 
(0%,29%,34%,40%)
(0.00/0.29/0.34/0.40)	

CMYK percentages

%0
%29.41
%33.99
%40

Codes

Color #996C65 in popluar color models

996C65
RGB153108101
HSL20.47%49.80%
HSB/HSV33.99%60.00%
CMYK0.00%29.41%33.99%
40.00%

Color #996C65 in popluar number systems.

HEX996C65
Decimal153108101
Binary1001100111011001100101
Octal231154145

Shades and tints

Shades of #996C65

#996C65
(153,108,101)
#8C635C
(140,99,92)
#7F5A53
(127,90,83)
#72514A
(114,81,74)
#654841
(101,72,65)
#583F38
(88,63,56)
#4B362F
(75,54,47)
#3E2D26
(62,45,38)
#31241D
(49,36,29)
#241B14
(36,27,20)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #996C65

#996C65
(153,108,101)
#A27973
(162,121,115)
#AB8681
(171,134,129)
#B4938F
(180,147,143)
#BDA09D
(189,160,157)
#C6ADAB
(198,173,171)
#CFBAB9
(207,186,185)
#D8C7C7
(216,199,199)
#E1D4D5
(225,212,213)
#EAE1E3
(234,225,227)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996C65; }

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

This text font color is #996C65.


Background Color

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

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

This div background color is #996C65.


Border color

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

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

This div border color is #996C65.


Opacity

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

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

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

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

This text has shadow with #996C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C65 on black background.


Color preview on white background

This text has color #996C65 on white background.



Black color preview on #996C65 background

This text has black color on #996C65 background.


White color preview on #996C65 background

This text has white color on #996C65 background.