COLOR #996F64

HEX: #996F64
RGB: (153,111,100)

Color info

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

RGB color model

#996F64 color RGB value is (153,111,100).

  • red value is 153;
  • green value is 111;
  • blue value is 100.
RGB:
(153,111,100)
(60%,44%,39%)

RGB channels and saturation

R 153 of 255 = 60%
G 111 of 255 = 44%
B 100 of 255 = 39%

153
111
100

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

Portions of RGB colors in percentages

R + G + B =
153 + 111 + 100 = 364 (100%)
R 153 of 364 ~ 42.03%
G 111 of 364 ~ 30.49%
B 100 of 364 ~ 27.47%

%42.03
%30.49
%27.47

CMYK color model

#996F64 color CMYK value is (0,27,35,40).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 34.64%
  • key color value is 40.00%
CMYK:
(0,27,35,40)
C0M27Y35K40 
(0%,27%,35%,40%)
(0.00/0.27/0.35/0.40)	

CMYK percentages

%0
%27.45
%34.64
%40

Codes

Color #996F64 in popluar color models

996F64
RGB153111100
HSL12°20.95%49.61%
HSB/HSV12°34.64%60.00%
CMYK0.00%27.45%34.64%
40.00%

Color #996F64 in popluar number systems.

HEX996F64
Decimal153111100
Binary1001100111011111100100
Octal231157144

Shades and tints

Shades of #996F64

#996F64
(153,111,100)
#8C655B
(140,101,91)
#7F5B52
(127,91,82)
#725149
(114,81,73)
#654740
(101,71,64)
#583D37
(88,61,55)
#4B332E
(75,51,46)
#3E2925
(62,41,37)
#311F1C
(49,31,28)
#241513
(36,21,19)
#170B0A
(23,11,10)
#000000
(0,0,0)

Tints of #996F64

#996F64
(153,111,100)
#A27C72
(162,124,114)
#AB8980
(171,137,128)
#B4968E
(180,150,142)
#BDA39C
(189,163,156)
#C6B0AA
(198,176,170)
#CFBDB8
(207,189,184)
#D8CAC6
(216,202,198)
#E1D7D4
(225,215,212)
#EAE4E2
(234,228,226)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996F64 color. Also use rgb(153,111,100) instead hex code.

Text Font Color

.myTextColor { color: #996F64; }

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

This text font color is #996F64.


Background Color

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

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

This div background color is #996F64.


Border color

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

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

This div border color is #996F64.


Opacity

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

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

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

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

This text has shadow with #996F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996F64 on black background.


Color preview on white background

This text has color #996F64 on white background.



Black color preview on #996F64 background

This text has black color on #996F64 background.


White color preview on #996F64 background

This text has white color on #996F64 background.