COLOR #96694B

HEX: #96694B RGB: (150,105,75)

Color info

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

RGB color model

#96694B color RGB value is (150,105,75).

RGB: (150,105,75) (59%, 41%, 29%)

RGB channels and saturation

R 150 of 255 = 59%
G 105 of 255 = 41%
B 75 of 255 = 29%

150
105
75

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

Portions of RGB colors in percentages

R + G + B = 150 + 105 + 75 = 330 (100%)
R 150 of 330 ~ 45.45%
G 105 of 330 ~ 31.82%
B 75 of 330 ~ 22.73'%

%45.45
%31.82
%22.73

CMYK color model

#96694B color CMYK value is (0,30,50,41).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 50.00%
  • key color value is 41.18%

CMYK: (0,30,50,41)
C0M30Y50K41 (0%, 30%, 50%, 41%)
(0.00 / 0.30 / 0.50 / 0.41)

CMYK percentages

%0
%30
%50
%41.18

Codes

Color #96694B in popluar color models

96 69 4B
RGB 150 105 75
HSL 24° 33.33% 44.12%
HSB/HSV 24° 50.00% 58.82%
CMYK 0.00% 30.00% 50.00%
41.18%

Color #96694B in popluar number systems.

HEX 96 69 4B
Decimal 150 105 75
Binary 10010110 1101001 1001011
Octal 226 151 113

Shades and tints

Shades of #96694B

#96694B
(150,105,75)
#896045
(137,96,69)
#7C573F
(124,87,63)
#6F4E39
(111,78,57)
#624533
(98,69,51)
#553C2D
(85,60,45)
#483327
(72,51,39)
#3B2A21
(59,42,33)
#2E211B
(46,33,27)
#211815
(33,24,21)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #96694B

#96694B
(150,105,75)
#9F765B
(159,118,91)
#A8836B
(168,131,107)
#B1907B
(177,144,123)
#BA9D8B
(186,157,139)
#C3AA9B
(195,170,155)
#CCB7AB
(204,183,171)
#D5C4BB
(213,196,187)
#DED1CB
(222,209,203)
#E7DEDB
(231,222,219)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96694B; }

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

This text font color is #96694B.

Background Color

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

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

This div background color is #96694B.

Border color

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

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

This div border color is #96694B.

Opacity

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

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

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

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

This text has shadow with #96694B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96694B.

Preview

Color preview on black background

This text has color #96694B on black background.


Color preview on white background

This text has color #96694B on white background.


Black color preview on #96694B background

This text has black color on #96694B background.


White color preview on #96694B background

This text has white color on #96694B background.


Related colors

Complementary color

Complementary color for #hex is #6996B4.


I love getcolorcode.com

Triadic colors

1 #4B9669 and #694B96 with #96694B are triadic colors.

2 #4B6996 and #69964B with #96694B are triadic colors.