COLOR #996A4B

HEX: #996A4B RGB: (153,106,75)

Color info

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

RGB color model

#996A4B color RGB value is (153,106,75).

RGB: (153,106,75) (60%, 42%, 29%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 75 of 255 = 29%

153
106
75

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

Portions of RGB colors in percentages

R + G + B = 153 + 106 + 75 = 334 (100%)
R 153 of 334 ~ 45.81%
G 106 of 334 ~ 31.74%
B 75 of 334 ~ 22.46'%

%45.81
%31.74
%22.46

CMYK color model

#996A4B color CMYK value is (0,31,51,40).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 50.98%
  • key color value is 40.00%

CMYK: (0,31,51,40)
C0M31Y51K40 (0%, 31%, 51%, 40%)
(0.00 / 0.31 / 0.51 / 0.40)

CMYK percentages

%0
%30.72
%50.98
%40

Codes

Color #996A4B in popluar color models

99 6A 4B
RGB 153 106 75
HSL 24° 34.21% 44.71%
HSB/HSV 24° 50.98% 60.00%
CMYK 0.00% 30.72% 50.98%
40.00%

Color #996A4B in popluar number systems.

HEX 99 6A 4B
Decimal 153 106 75
Binary 10011001 1101010 1001011
Octal 231 152 113

Shades and tints

Shades of #996A4B

#996A4B
(153,106,75)
#8C6145
(140,97,69)
#7F583F
(127,88,63)
#724F39
(114,79,57)
#654633
(101,70,51)
#583D2D
(88,61,45)
#4B3427
(75,52,39)
#3E2B21
(62,43,33)
#31221B
(49,34,27)
#241915
(36,25,21)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #996A4B

#996A4B
(153,106,75)
#A2775B
(162,119,91)
#AB846B
(171,132,107)
#B4917B
(180,145,123)
#BD9E8B
(189,158,139)
#C6AB9B
(198,171,155)
#CFB8AB
(207,184,171)
#D8C5BB
(216,197,187)
#E1D2CB
(225,210,203)
#EADFDB
(234,223,219)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A4B color. Also use rgb(153,106,75) instead hex code.

Text Font Color

.myTextColor { color: #996A4B; }

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

This text font color is #996A4B.

Background Color

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

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

This div background color is #996A4B.

Border color

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

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

This div border color is #996A4B.

Opacity

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

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

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

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

This text has shadow with #996A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996A4B.

Preview

Color preview on black background

This text has color #996A4B on black background.


Color preview on white background

This text has color #996A4B on white background.


Black color preview on #996A4B background

This text has black color on #996A4B background.


White color preview on #996A4B background

This text has white color on #996A4B background.


Related colors

Complementary color

Complementary color for #hex is #6695B4.


I love getcolorcode.com

Triadic colors

1 #4B996A and #6A4B99 with #996A4B are triadic colors.

2 #4B6A99 and #6A994B with #996A4B are triadic colors.