COLOR #996969

HEX: #996969
RGB: (153,105,105)

Color info

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

RGB color model

#996969 color RGB value is (153,105,105).

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

RGB channels and saturation

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

153
105
105

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

Portions of RGB colors in percentages

R + G + B =
153 + 105 + 105 = 363 (100%)
R 153 of 363 ~ 42.15%
G 105 of 363 ~ 28.93%
B 105 of 363 ~ 28.93%

%42.15
%28.93
%28.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 31.37%
  • 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
%31.37
%40

Codes

Color #996969 in popluar color models

996969
RGB153105105
HSL19.05%50.59%
HSB/HSV31.37%60.00%
CMYK0.00%31.37%31.37%
40.00%

Color #996969 in popluar number systems.

HEX996969
Decimal153105105
Binary1001100111010011101001
Octal231151151

Shades and tints

Shades of #996969

#996969
(153,105,105)
#8C6060
(140,96,96)
#7F5757
(127,87,87)
#724E4E
(114,78,78)
#654545
(101,69,69)
#583C3C
(88,60,60)
#4B3333
(75,51,51)
#3E2A2A
(62,42,42)
#312121
(49,33,33)
#241818
(36,24,24)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #996969

#996969
(153,105,105)
#A27676
(162,118,118)
#AB8383
(171,131,131)
#B49090
(180,144,144)
#BD9D9D
(189,157,157)
#C6AAAA
(198,170,170)
#CFB7B7
(207,183,183)
#D8C4C4
(216,196,196)
#E1D1D1
(225,209,209)
#EADEDE
(234,222,222)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996969; }

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

This text font color is #996969.


Background Color

.myBgColor { background-color: #996969; }

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

This div background color is #996969.


Border color

.myBorderColor { border: 1px solid #996969; }

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

This div border color is #996969.


Opacity

.myOpacity80 { color: #996969; opacity: 0.8; }

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

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

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

This text has shadow with #996969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996969 on black background.


Color preview on white background

This text has color #996969 on white background.



Black color preview on #996969 background

This text has black color on #996969 background.


White color preview on #996969 background

This text has white color on #996969 background.