COLOR #96605C

HEX: #96605C
RGB: (150,96,92)

Color info

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

RGB color model

#96605C color RGB value is (150,96,92).

  • red value is 150;
  • green value is 96;
  • blue value is 92.
RGB:
(150,96,92)
(59%,38%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 96 of 255 = 38%
B 92 of 255 = 36%

150
96
92

R + G + B ~ 44%. #96605C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 96 + 92 = 338 (100%)
R 150 of 338 ~ 44.38%
G 96 of 338 ~ 28.4%
B 92 of 338 ~ 27.22%

%44.38
%28.4
%27.22

CMYK color model

#96605C color CMYK value is (0,36,39,41).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(0,36,39,41)
C0M36Y39K41 
(0%,36%,39%,41%)
(0.00/0.36/0.39/0.41)	

CMYK percentages

%0
%36
%38.67
%41.18

Codes

Color #96605C in popluar color models

96605C
RGB1509692
HSL23.97%47.45%
HSB/HSV38.67%58.82%
CMYK0.00%36.00%38.67%
41.18%

Color #96605C in popluar number systems.

HEX96605C
Decimal1509692
Binary1001011011000001011100
Octal226140134

Shades and tints

Shades of #96605C

#96605C
(150,96,92)
#895854
(137,88,84)
#7C504C
(124,80,76)
#6F4844
(111,72,68)
#62403C
(98,64,60)
#553834
(85,56,52)
#48302C
(72,48,44)
#3B2824
(59,40,36)
#2E201C
(46,32,28)
#211814
(33,24,20)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #96605C

#96605C
(150,96,92)
#9F6E6A
(159,110,106)
#A87C78
(168,124,120)
#B18A86
(177,138,134)
#BA9894
(186,152,148)
#C3A6A2
(195,166,162)
#CCB4B0
(204,180,176)
#D5C2BE
(213,194,190)
#DED0CC
(222,208,204)
#E7DEDA
(231,222,218)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96605C color. Also use rgb(150,96,92) instead hex code.

Text Font Color

.myTextColor { color: #96605C; }

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

This text font color is #96605C.


Background Color

.myBgColor { background-color: #96605C; }

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

This div background color is #96605C.


Border color

.myBorderColor { border: 1px solid #96605C; }

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

This div border color is #96605C.


Opacity

.myOpacity80 { color: #96605C; opacity: 0.8; }

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

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

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

This text has shadow with #96605C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96605C on black background.


Color preview on white background

This text has color #96605C on white background.



Black color preview on #96605C background

This text has black color on #96605C background.


White color preview on #96605C background

This text has white color on #96605C background.