COLOR #96795A

HEX: #96795A RGB: (150,121,90)

Color info

#96795A contains mainly red and green colors. Web safe color of #96795A is #996666 (or #966).

RGB color model

#96795A color RGB value is (150,121,90).

RGB: (150,121,90) (59%, 47%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 90 of 255 = 35%

150
121
90

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

Portions of RGB colors in percentages

R + G + B = 150 + 121 + 90 = 361 (100%)
R 150 of 361 ~ 41.55%
G 121 of 361 ~ 33.52%
B 90 of 361 ~ 24.93'%

%41.55
%33.52
%24.93

CMYK color model

#96795A color CMYK value is (0,19,40,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 40.00%
  • key color value is 41.18%

CMYK: (0,19,40,41)
C0M19Y40K41 (0%, 19%, 40%, 41%)
(0.00 / 0.19 / 0.40 / 0.41)

CMYK percentages

%0
%19.33
%40
%41.18

Codes

Color #96795A in popluar color models

96 79 5A
RGB 150 121 90
HSL 31° 25.00% 47.06%
HSB/HSV 31° 40.00% 58.82%
CMYK 0.00% 19.33% 40.00%
41.18%

Color #96795A in popluar number systems.

HEX 96 79 5A
Decimal 150 121 90
Binary 10010110 1111001 1011010
Octal 226 171 132

Shades and tints

Shades of #96795A

#96795A
(150,121,90)
#896E52
(137,110,82)
#7C634A
(124,99,74)
#6F5842
(111,88,66)
#624D3A
(98,77,58)
#554232
(85,66,50)
#48372A
(72,55,42)
#3B2C22
(59,44,34)
#2E211A
(46,33,26)
#211612
(33,22,18)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #96795A

#96795A
(150,121,90)
#9F8569
(159,133,105)
#A89178
(168,145,120)
#B19D87
(177,157,135)
#BAA996
(186,169,150)
#C3B5A5
(195,181,165)
#CCC1B4
(204,193,180)
#D5CDC3
(213,205,195)
#DED9D2
(222,217,210)
#E7E5E1
(231,229,225)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96795A color. Also use rgb(150,121,90) instead hex code.

Text Font Color

.myTextColor { color: #96795A; }

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

This text font color is #96795A.

Background Color

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

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

This div background color is #96795A.

Border color

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

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

This div border color is #96795A.

Opacity

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

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

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

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

This text has shadow with #96795A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96795A.

Preview

Color preview on black background

This text has color #96795A on black background.


Color preview on white background

This text has color #96795A on white background.


Black color preview on #96795A background

This text has black color on #96795A background.


White color preview on #96795A background

This text has white color on #96795A background.


Related colors

Complementary color

Complementary color for #hex is #6986A5.


I love getcolorcode.com

Triadic colors

1 #5A9679 and #795A96 with #96795A are triadic colors.

2 #5A7996 and #79965A with #96795A are triadic colors.