COLOR #99696A

HEX: #99696A
RGB: (153,105,106)

Color info

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

RGB color model

#99696A color RGB value is (153,105,106).

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

RGB channels and saturation

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

153
105
106

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

Portions of RGB colors in percentages

R + G + B =
153 + 105 + 106 = 364 (100%)
R 153 of 364 ~ 42.03%
G 105 of 364 ~ 28.85%
B 106 of 364 ~ 29.12%

%42.03
%28.85
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(0,31,31,40)
C0M31Y31K40 
(0%,31%,31%,40%)
(0.00/0.31/0.31/0.40)	

CMYK percentages

%0
%31.37
%30.72
%40

Codes

Color #99696A in popluar color models

99696A
RGB153105106
HSL359°19.05%50.59%
HSB/HSV359°31.37%60.00%
CMYK0.00%31.37%30.72%
40.00%

Color #99696A in popluar number systems.

HEX99696A
Decimal153105106
Binary1001100111010011101010
Octal231151152

Shades and tints

Shades of #99696A

#99696A
(153,105,106)
#8C6061
(140,96,97)
#7F5758
(127,87,88)
#724E4F
(114,78,79)
#654546
(101,69,70)
#583C3D
(88,60,61)
#4B3334
(75,51,52)
#3E2A2B
(62,42,43)
#312122
(49,33,34)
#241819
(36,24,25)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #99696A

#99696A
(153,105,106)
#A27677
(162,118,119)
#AB8384
(171,131,132)
#B49091
(180,144,145)
#BD9D9E
(189,157,158)
#C6AAAB
(198,170,171)
#CFB7B8
(207,183,184)
#D8C4C5
(216,196,197)
#E1D1D2
(225,209,210)
#EADEDF
(234,222,223)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99696A; }

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

This text font color is #99696A.


Background Color

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

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

This div background color is #99696A.


Border color

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

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

This div border color is #99696A.


Opacity

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

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

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

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

This text has shadow with #99696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99696A on black background.


Color preview on white background

This text has color #99696A on white background.



Black color preview on #99696A background

This text has black color on #99696A background.


White color preview on #99696A background

This text has white color on #99696A background.