COLOR #9B6949

HEX: #9B6949 RGB: (155,105,73)

Color info

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

RGB color model

#9B6949 color RGB value is (155,105,73).

RGB: (155,105,73) (61%, 41%, 29%)

RGB channels and saturation

R 155 of 255 = 61%
G 105 of 255 = 41%
B 73 of 255 = 29%

155
105
73

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

Portions of RGB colors in percentages

R + G + B = 155 + 105 + 73 = 333 (100%)
R 155 of 333 ~ 46.55%
G 105 of 333 ~ 31.53%
B 73 of 333 ~ 21.92'%

%46.55
%31.53
%21.92

CMYK color model

#9B6949 color CMYK value is (0,32,53,39).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 52.90%
  • key color value is 39.22%

CMYK: (0,32,53,39)
C0M32Y53K39 (0%, 32%, 53%, 39%)
(0.00 / 0.32 / 0.53 / 0.39)

CMYK percentages

%0
%32.26
%52.9
%39.22

Codes

Color #9B6949 in popluar color models

9B 69 49
RGB 155 105 73
HSL 23° 35.96% 44.71%
HSB/HSV 23° 52.90% 60.78%
CMYK 0.00% 32.26% 52.90%
39.22%

Color #9B6949 in popluar number systems.

HEX 9B 69 49
Decimal 155 105 73
Binary 10011011 1101001 1001001
Octal 233 151 111

Shades and tints

Shades of #9B6949

#9B6949
(155,105,73)
#8D6043
(141,96,67)
#7F573D
(127,87,61)
#714E37
(113,78,55)
#634531
(99,69,49)
#553C2B
(85,60,43)
#473325
(71,51,37)
#392A1F
(57,42,31)
#2B2119
(43,33,25)
#1D1813
(29,24,19)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #9B6949

#9B6949
(155,105,73)
#A47659
(164,118,89)
#AD8369
(173,131,105)
#B69079
(182,144,121)
#BF9D89
(191,157,137)
#C8AA99
(200,170,153)
#D1B7A9
(209,183,169)
#DAC4B9
(218,196,185)
#E3D1C9
(227,209,201)
#ECDED9
(236,222,217)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6949 color. Also use rgb(155,105,73) instead hex code.

Text Font Color

.myTextColor { color: #9B6949; }

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

This text font color is #9B6949.

Background Color

.myBgColor { background-color: #9B6949; }

<div style="background-color:#9B6949">Inner text</div>

This div background color is #9B6949.

Border color

.myBorderColor { border: 1px solid #9B6949; }

<div style="border:3px solid #9B6949">Div</div>

This div border color is #9B6949.

Opacity

.myOpacity80 { color: #9B6949; opacity: 0.8; }

<p style="color:#9B6949;opacity:0.8;">80%</p>

Text with #9B6949 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 #9B6949;}

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

This text has shadow with #9B6949 color.


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

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

This text has shadow with #9B6949 primary color and red secondary color.


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

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

This text has shadow with #9B6949 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B6949.

Preview

Color preview on black background

This text has color #9B6949 on black background.


Color preview on white background

This text has color #9B6949 on white background.


Black color preview on #9B6949 background

This text has black color on #9B6949 background.


White color preview on #9B6949 background

This text has white color on #9B6949 background.


Related colors

Complementary color

Complementary color for #hex is #6496B6.


I love getcolorcode.com

Triadic colors

1 #499B69 and #69499B with #9B6949 are triadic colors.

2 #49699B and #699B49 with #9B6949 are triadic colors.