COLOR #96663B

HEX: #96663B RGB: (150,102,59)

Color info

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

RGB color model

#96663B color RGB value is (150,102,59).

RGB: (150,102,59) (59%, 40%, 23%)

RGB channels and saturation

R 150 of 255 = 59%
G 102 of 255 = 40%
B 59 of 255 = 23%

150
102
59

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

Portions of RGB colors in percentages

R + G + B = 150 + 102 + 59 = 311 (100%)
R 150 of 311 ~ 48.23%
G 102 of 311 ~ 32.8%
B 59 of 311 ~ 18.97'%

%48.23
%32.8
%18.97

CMYK color model

#96663B color CMYK value is (0,32,61,41).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 60.67%
  • key color value is 41.18%

CMYK: (0,32,61,41)
C0M32Y61K41 (0%, 32%, 61%, 41%)
(0.00 / 0.32 / 0.61 / 0.41)

CMYK percentages

%0
%32
%60.67
%41.18

Codes

Color #96663B in popluar color models

96 66 3B
RGB 150 102 59
HSL 28° 43.54% 40.98%
HSB/HSV 28° 60.67% 58.82%
CMYK 0.00% 32.00% 60.67%
41.18%

Color #96663B in popluar number systems.

HEX 96 66 3B
Decimal 150 102 59
Binary 10010110 1100110 111011
Octal 226 146 73

Shades and tints

Shades of #96663B

#96663B
(150,102,59)
#895D36
(137,93,54)
#7C5431
(124,84,49)
#6F4B2C
(111,75,44)
#624227
(98,66,39)
#553922
(85,57,34)
#48301D
(72,48,29)
#3B2718
(59,39,24)
#2E1E13
(46,30,19)
#21150E
(33,21,14)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #96663B

#96663B
(150,102,59)
#9F734C
(159,115,76)
#A8805D
(168,128,93)
#B18D6E
(177,141,110)
#BA9A7F
(186,154,127)
#C3A790
(195,167,144)
#CCB4A1
(204,180,161)
#D5C1B2
(213,193,178)
#DECEC3
(222,206,195)
#E7DBD4
(231,219,212)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96663B color. Also use rgb(150,102,59) instead hex code.

Text Font Color

.myTextColor { color: #96663B; }

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

This text font color is #96663B.

Background Color

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

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

This div background color is #96663B.

Border color

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

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

This div border color is #96663B.

Opacity

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

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

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

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

This text has shadow with #96663B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96663B.

Preview

Color preview on black background

This text has color #96663B on black background.


Color preview on white background

This text has color #96663B on white background.


Black color preview on #96663B background

This text has black color on #96663B background.


White color preview on #96663B background

This text has white color on #96663B background.


Related colors

Complementary color

Complementary color for #hex is #6999C4.


I love getcolorcode.com

Triadic colors

1 #3B9666 and #663B96 with #96663B are triadic colors.

2 #3B6696 and #66963B with #96663B are triadic colors.