COLOR #996B46

HEX: #996B46 RGB: (153,107,70)

Color info

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

RGB color model

#996B46 color RGB value is (153,107,70).

RGB: (153,107,70) (60%, 42%, 27%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 70 of 255 = 27%

153
107
70

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

Portions of RGB colors in percentages

R + G + B = 153 + 107 + 70 = 330 (100%)
R 153 of 330 ~ 46.36%
G 107 of 330 ~ 32.42%
B 70 of 330 ~ 21.21'%

%46.36
%32.42
%21.21

CMYK color model

#996B46 color CMYK value is (0,30,54,40).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 54.25%
  • key color value is 40.00%

CMYK: (0,30,54,40)
C0M30Y54K40 (0%, 30%, 54%, 40%)
(0.00 / 0.30 / 0.54 / 0.40)

CMYK percentages

%0
%30.07
%54.25
%40

Codes

Color #996B46 in popluar color models

99 6B 46
RGB 153 107 70
HSL 27° 37.22% 43.73%
HSB/HSV 27° 54.25% 60.00%
CMYK 0.00% 30.07% 54.25%
40.00%

Color #996B46 in popluar number systems.

HEX 99 6B 46
Decimal 153 107 70
Binary 10011001 1101011 1000110
Octal 231 153 106

Shades and tints

Shades of #996B46

#996B46
(153,107,70)
#8C6240
(140,98,64)
#7F593A
(127,89,58)
#725034
(114,80,52)
#65472E
(101,71,46)
#583E28
(88,62,40)
#4B3522
(75,53,34)
#3E2C1C
(62,44,28)
#312316
(49,35,22)
#241A10
(36,26,16)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #996B46

#996B46
(153,107,70)
#A27856
(162,120,86)
#AB8566
(171,133,102)
#B49276
(180,146,118)
#BD9F86
(189,159,134)
#C6AC96
(198,172,150)
#CFB9A6
(207,185,166)
#D8C6B6
(216,198,182)
#E1D3C6
(225,211,198)
#EAE0D6
(234,224,214)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996B46; }

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

This text font color is #996B46.

Background Color

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

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

This div background color is #996B46.

Border color

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

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

This div border color is #996B46.

Opacity

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

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

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

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

This text has shadow with #996B46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996B46.

Preview

Color preview on black background

This text has color #996B46 on black background.


Color preview on white background

This text has color #996B46 on white background.


Black color preview on #996B46 background

This text has black color on #996B46 background.


White color preview on #996B46 background

This text has white color on #996B46 background.


Related colors

Complementary color

Complementary color for #hex is #6694B9.


I love getcolorcode.com

Triadic colors

1 #46996B and #6B4699 with #996B46 are triadic colors.

2 #466B99 and #6B9946 with #996B46 are triadic colors.