COLOR #996B3D

HEX: #996B3D RGB: (153,107,61)

Color info

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

RGB color model

#996B3D color RGB value is (153,107,61).

RGB: (153,107,61) (60%, 42%, 24%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 61 of 255 = 24%

153
107
61

R + G + B ~ 42%. #996B3D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 107 + 61 = 321 (100%)
R 153 of 321 ~ 47.66%
G 107 of 321 ~ 33.33%
B 61 of 321 ~ 19'%

%47.66
%33.33
%19

CMYK color model

#996B3D color CMYK value is (0,30,60,40).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 60.13%
  • key color value is 40.00%
CMYK: (0,30,60,40) C0M30Y60K40 (0%,30%,60%,40%) (0.00/0.30/0.60/0.40) 

CMYK percentages

%0
%30.07
%60.13
%40

Codes

Color #996B3D in popluar color models

99 6B 3D
RGB 153 107 61
HSL 30° 42.99% 41.96%
HSB/HSV 30° 60.13% 60.00%
CMYK 0.00% 30.07% 60.13%
40.00%

Color #996B3D in popluar number systems.

HEX 99 6B 3D
Decimal 153 107 61
Binary 10011001 1101011 111101
Octal 231 153 75

Shades and tints

Shades of #996B3D

#996B3D
(153,107,61)
#8C6238
(140,98,56)
#7F5933
(127,89,51)
#72502E
(114,80,46)
#654729
(101,71,41)
#583E24
(88,62,36)
#4B351F
(75,53,31)
#3E2C1A
(62,44,26)
#312315
(49,35,21)
#241A10
(36,26,16)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #996B3D

#996B3D
(153,107,61)
#A2784E
(162,120,78)
#AB855F
(171,133,95)
#B49270
(180,146,112)
#BD9F81
(189,159,129)
#C6AC92
(198,172,146)
#CFB9A3
(207,185,163)
#D8C6B4
(216,198,180)
#E1D3C5
(225,211,197)
#EAE0D6
(234,224,214)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B3D color. Also use rgb(153,107,61) instead hex code.

Text Font Color

.myTextColor { color: #996B3D; }

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

This text font color is #996B3D.

Background Color

.myBgColor { background-color: #996B3D; }

<div style="background-color:#996B3D">Inner text</div>

This div background color is #996B3D.

Border color

.myBorderColor { border: 1px solid #996B3D; }

<div style="border:3px solid #996B3D">Div</div>

This div border color is #996B3D.

Opacity

.myOpacity80 { color: #996B3D; opacity: 0.8; }

<p style="color:#996B3D;opacity:0.8;">80%</p>

Text with #996B3D 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 #996B3D;}

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

This text has shadow with #996B3D color.


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

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

This text has shadow with #996B3D primary color and red secondary color.


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

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

This text has shadow with #996B3D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #996B3D.

Preview

Color preview on black background

This text has color #996B3D on black background.


Color preview on white background

This text has color #996B3D on white background.


Black color preview on #996B3D background

This text has black color on #996B3D background.


White color preview on #996B3D background

This text has white color on #996B3D background.


Related colors

Complementary color

Complementary color for #hex is #6694C2.


I love getcolorcode.com

Triadic colors

1 #3D996B and #6B3D99 with #996B3D are triadic colors.

2 #3D6B99 and #6B993D with #996B3D are triadic colors.