COLOR #96644A

HEX: #96644A
RGB: (150,100,74)

Color info

#96644A contains mainly red and green colors. Web safe color of #96644A is #996633 (or #963).

RGB color model

#96644A color RGB value is (150,100,74).

  • red value is 150;
  • green value is 100;
  • blue value is 74.
RGB:
(150,100,74)
(59%,39%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 74 of 255 = 29%

150
100
74

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

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 74 = 324 (100%)
R 150 of 324 ~ 46.3%
G 100 of 324 ~ 30.86%
B 74 of 324 ~ 22.84%

%46.3
%30.86
%22.84

CMYK color model

#96644A color CMYK value is (0,33,51,41).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 50.67%
  • key color value is 41.18%
CMYK:
(0,33,51,41)
C0M33Y51K41 
(0%,33%,51%,41%)
(0.00/0.33/0.51/0.41)	

CMYK percentages

%0
%33.33
%50.67
%41.18

Codes

Color #96644A in popluar color models

96644A
RGB15010074
HSL21°33.93%43.92%
HSB/HSV21°50.67%58.82%
CMYK0.00%33.33%50.67%
41.18%

Color #96644A in popluar number systems.

HEX96644A
Decimal15010074
Binary1001011011001001001010
Octal226144112

Shades and tints

Shades of #96644A

#96644A
(150,100,74)
#895B44
(137,91,68)
#7C523E
(124,82,62)
#6F4938
(111,73,56)
#624032
(98,64,50)
#55372C
(85,55,44)
#482E26
(72,46,38)
#3B2520
(59,37,32)
#2E1C1A
(46,28,26)
#211314
(33,19,20)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #96644A

#96644A
(150,100,74)
#9F725A
(159,114,90)
#A8806A
(168,128,106)
#B18E7A
(177,142,122)
#BA9C8A
(186,156,138)
#C3AA9A
(195,170,154)
#CCB8AA
(204,184,170)
#D5C6BA
(213,198,186)
#DED4CA
(222,212,202)
#E7E2DA
(231,226,218)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96644A color. Also use rgb(150,100,74) instead hex code.

Text Font Color

.myTextColor { color: #96644A; }

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

This text font color is #96644A.


Background Color

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

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

This div background color is #96644A.


Border color

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

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

This div border color is #96644A.


Opacity

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

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

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

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

This text has shadow with #96644A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96644A on black background.


Color preview on white background

This text has color #96644A on white background.



Black color preview on #96644A background

This text has black color on #96644A background.


White color preview on #96644A background

This text has white color on #96644A background.