COLOR #99696B

HEX: #99696B
RGB: (153,105,107)

Color info

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

RGB color model

#99696B color RGB value is (153,105,107).

  • red value is 153;
  • green value is 105;
  • blue value is 107.
RGB:
(153,105,107)
(60%,41%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 105 of 255 = 41%
B 107 of 255 = 42%

153
105
107

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

Portions of RGB colors in percentages

R + G + B =
153 + 105 + 107 = 365 (100%)
R 153 of 365 ~ 41.92%
G 105 of 365 ~ 28.77%
B 107 of 365 ~ 29.32%

%41.92
%28.77
%29.32

CMYK color model

#99696B color CMYK value is (0,31,30,40).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(0,31,30,40)
C0M31Y30K40 
(0%,31%,30%,40%)
(0.00/0.31/0.30/0.40)	

CMYK percentages

%0
%31.37
%30.07
%40

Codes

Color #99696B in popluar color models

99696B
RGB153105107
HSL358°19.05%50.59%
HSB/HSV358°31.37%60.00%
CMYK0.00%31.37%30.07%
40.00%

Color #99696B in popluar number systems.

HEX99696B
Decimal153105107
Binary1001100111010011101011
Octal231151153

Shades and tints

Shades of #99696B

#99696B
(153,105,107)
#8C6062
(140,96,98)
#7F5759
(127,87,89)
#724E50
(114,78,80)
#654547
(101,69,71)
#583C3E
(88,60,62)
#4B3335
(75,51,53)
#3E2A2C
(62,42,44)
#312123
(49,33,35)
#24181A
(36,24,26)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #99696B

#99696B
(153,105,107)
#A27678
(162,118,120)
#AB8385
(171,131,133)
#B49092
(180,144,146)
#BD9D9F
(189,157,159)
#C6AAAC
(198,170,172)
#CFB7B9
(207,183,185)
#D8C4C6
(216,196,198)
#E1D1D3
(225,209,211)
#EADEE0
(234,222,224)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99696B color. Also use rgb(153,105,107) instead hex code.

Text Font Color

.myTextColor { color: #99696B; }

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

This text font color is #99696B.


Background Color

.myBgColor { background-color: #99696B; }

<div style="background-color:#99696B">Inner text</div>

This div background color is #99696B.


Border color

.myBorderColor { border: 1px solid #99696B; }

<div style="border:3px solid #99696B">Div</div>

This div border color is #99696B.


Opacity

.myOpacity80 { color: #99696B; opacity: 0.8; }

<p style="color:#99696B;opacity:0.8;">80%</p>

Text with #99696B 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 #99696B;}

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

This text has shadow with #99696B color.

.textShadow {text-shadow: 3px 3px 1px #99696B, 3px 3px 1px red;}

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

This text has shadow with #99696B primary color and red secondary color.


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

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

This text has shadow with #99696B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99696B on black background.


Color preview on white background

This text has color #99696B on white background.



Black color preview on #99696B background

This text has black color on #99696B background.


White color preview on #99696B background

This text has white color on #99696B background.