COLOR #96636A

HEX: #96636A
RGB: (150,99,106)

Color info

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

RGB color model

#96636A color RGB value is (150,99,106).

  • red value is 150;
  • green value is 99;
  • blue value is 106.
RGB:
(150,99,106)
(59%,39%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 99 of 255 = 39%
B 106 of 255 = 42%

150
99
106

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

Portions of RGB colors in percentages

R + G + B =
150 + 99 + 106 = 355 (100%)
R 150 of 355 ~ 42.25%
G 99 of 355 ~ 27.89%
B 106 of 355 ~ 29.86%

%42.25
%27.89
%29.86

CMYK color model

#96636A color CMYK value is (0,34,29,41).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(0,34,29,41)
C0M34Y29K41 
(0%,34%,29%,41%)
(0.00/0.34/0.29/0.41)	

CMYK percentages

%0
%34
%29.33
%41.18

Codes

Color #96636A in popluar color models

96636A
RGB15099106
HSL352°20.48%48.82%
HSB/HSV352°34.00%58.82%
CMYK0.00%34.00%29.33%
41.18%

Color #96636A in popluar number systems.

HEX96636A
Decimal15099106
Binary1001011011000111101010
Octal226143152

Shades and tints

Shades of #96636A

#96636A
(150,99,106)
#895A61
(137,90,97)
#7C5158
(124,81,88)
#6F484F
(111,72,79)
#623F46
(98,63,70)
#55363D
(85,54,61)
#482D34
(72,45,52)
#3B242B
(59,36,43)
#2E1B22
(46,27,34)
#211219
(33,18,25)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #96636A

#96636A
(150,99,106)
#9F7177
(159,113,119)
#A87F84
(168,127,132)
#B18D91
(177,141,145)
#BA9B9E
(186,155,158)
#C3A9AB
(195,169,171)
#CCB7B8
(204,183,184)
#D5C5C5
(213,197,197)
#DED3D2
(222,211,210)
#E7E1DF
(231,225,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96636A color. Also use rgb(150,99,106) instead hex code.

Text Font Color

.myTextColor { color: #96636A; }

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

This text font color is #96636A.


Background Color

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

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

This div background color is #96636A.


Border color

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

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

This div border color is #96636A.


Opacity

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

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

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

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

This text has shadow with #96636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96636A on black background.


Color preview on white background

This text has color #96636A on white background.



Black color preview on #96636A background

This text has black color on #96636A background.


White color preview on #96636A background

This text has white color on #96636A background.