COLOR #96654B

HEX: #96654B
RGB: (150,101,75)

Color info

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

RGB color model

#96654B color RGB value is (150,101,75).

  • red value is 150;
  • green value is 101;
  • blue value is 75.
RGB:
(150,101,75)
(59%,40%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 101 of 255 = 40%
B 75 of 255 = 29%

150
101
75

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

Portions of RGB colors in percentages

R + G + B =
150 + 101 + 75 = 326 (100%)
R 150 of 326 ~ 46.01%
G 101 of 326 ~ 30.98%
B 75 of 326 ~ 23.01%

%46.01
%30.98
%23.01

CMYK color model

#96654B color CMYK value is (0,33,50,41).

  • cyan value is 0.00%
  • magenta value is 32.67%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(0,33,50,41)
C0M33Y50K41 
(0%,33%,50%,41%)
(0.00/0.33/0.50/0.41)	

CMYK percentages

%0
%32.67
%50
%41.18

Codes

Color #96654B in popluar color models

96654B
RGB15010175
HSL21°33.33%44.12%
HSB/HSV21°50.00%58.82%
CMYK0.00%32.67%50.00%
41.18%

Color #96654B in popluar number systems.

HEX96654B
Decimal15010175
Binary1001011011001011001011
Octal226145113

Shades and tints

Shades of #96654B

#96654B
(150,101,75)
#895C45
(137,92,69)
#7C533F
(124,83,63)
#6F4A39
(111,74,57)
#624133
(98,65,51)
#55382D
(85,56,45)
#482F27
(72,47,39)
#3B2621
(59,38,33)
#2E1D1B
(46,29,27)
#211415
(33,20,21)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #96654B

#96654B
(150,101,75)
#9F735B
(159,115,91)
#A8816B
(168,129,107)
#B18F7B
(177,143,123)
#BA9D8B
(186,157,139)
#C3AB9B
(195,171,155)
#CCB9AB
(204,185,171)
#D5C7BB
(213,199,187)
#DED5CB
(222,213,203)
#E7E3DB
(231,227,219)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96654B color. Also use rgb(150,101,75) instead hex code.

Text Font Color

.myTextColor { color: #96654B; }

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

This text font color is #96654B.


Background Color

.myBgColor { background-color: #96654B; }

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

This div background color is #96654B.


Border color

.myBorderColor { border: 1px solid #96654B; }

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

This div border color is #96654B.


Opacity

.myOpacity80 { color: #96654B; opacity: 0.8; }

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

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

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

This text has shadow with #96654B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96654B on black background.


Color preview on white background

This text has color #96654B on white background.



Black color preview on #96654B background

This text has black color on #96654B background.


White color preview on #96654B background

This text has white color on #96654B background.