COLOR #96755A

HEX: #96755A RGB: (150,117,90)

Color info

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

RGB color model

#96755A color RGB value is (150,117,90).

RGB: (150,117,90) (59%, 46%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 117 of 255 = 46%
B 90 of 255 = 35%

150
117
90

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

Portions of RGB colors in percentages

R + G + B = 150 + 117 + 90 = 357 (100%)
R 150 of 357 ~ 42.02%
G 117 of 357 ~ 32.77%
B 90 of 357 ~ 25.21'%

%42.02
%32.77
%25.21

CMYK color model

#96755A color CMYK value is (0,22,40,41).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 40.00%
  • key color value is 41.18%
CMYK: (0,22,40,41) C0M22Y40K41 (0%,22%,40%,41%) (0.00/0.22/0.40/0.41) 

CMYK percentages

%0
%22
%40
%41.18

Codes

Color #96755A in popluar color models

96 75 5A
RGB 150 117 90
HSL 27° 25.00% 47.06%
HSB/HSV 27° 40.00% 58.82%
CMYK 0.00% 22.00% 40.00%
41.18%

Color #96755A in popluar number systems.

HEX 96 75 5A
Decimal 150 117 90
Binary 10010110 1110101 1011010
Octal 226 165 132

Shades and tints

Shades of #96755A

#96755A
(150,117,90)
#896B52
(137,107,82)
#7C614A
(124,97,74)
#6F5742
(111,87,66)
#624D3A
(98,77,58)
#554332
(85,67,50)
#48392A
(72,57,42)
#3B2F22
(59,47,34)
#2E251A
(46,37,26)
#211B12
(33,27,18)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #96755A

#96755A
(150,117,90)
#9F8169
(159,129,105)
#A88D78
(168,141,120)
#B19987
(177,153,135)
#BAA596
(186,165,150)
#C3B1A5
(195,177,165)
#CCBDB4
(204,189,180)
#D5C9C3
(213,201,195)
#DED5D2
(222,213,210)
#E7E1E1
(231,225,225)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96755A; }

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

This text font color is #96755A.

Background Color

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

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

This div background color is #96755A.

Border color

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

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

This div border color is #96755A.

Opacity

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

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

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

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

This text has shadow with #96755A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96755A.

Preview

Color preview on black background

This text has color #96755A on black background.


Color preview on white background

This text has color #96755A on white background.


Black color preview on #96755A background

This text has black color on #96755A background.


White color preview on #96755A background

This text has white color on #96755A background.


Related colors

Complementary color

Complementary color for #hex is #698AA5.


I love getcolorcode.com

Triadic colors

1 #5A9675 and #755A96 with #96755A are triadic colors.

2 #5A7596 and #75965A with #96755A are triadic colors.