COLOR #9B6340

HEX: #9B6340
RGB: (155,99,64)

Color info

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

RGB color model

#9B6340 color RGB value is (155,99,64).

  • red value is 155;
  • green value is 99;
  • blue value is 64.
RGB: (155,99,64) (61%,39%,25%)

RGB channels and saturation

R 155 of 255 = 61%
G 99 of 255 = 39%
B 64 of 255 = 25%

155
99
64

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

Portions of RGB colors in percentages

R + G + B =
155 + 99 + 64 = 318 (100%)
R 155 of 318 ~ 48.74%
G 99 of 318 ~ 31.13%
B 64 of 318 ~ 20.13%

%48.74
%31.13
%20.13

CMYK color model

#9B6340 color CMYK value is (0,36,59,39).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 58.71%
  • key color value is 39.22%
CMYK: (0,36,59,39) C0M36Y59K39 (0%,36%,59%,39%) (0.00/0.36/0.59/0.39)

CMYK percentages

%0
%36.13
%58.71
%39.22

Codes

Color #9B6340 in popluar color models

9B6340
RGB1559964
HSL23°41.55%42.94%
HSB/HSV23°58.71%60.78%
CMYK0.00%36.13%58.71%
39.22%

Color #9B6340 in popluar number systems.

HEX9B6340
Decimal1559964
Binary1001101111000111000000
Octal233143100

Shades and tints

Shades of #9B6340

#9B6340
(155,99,64)
#8D5A3B
(141,90,59)
#7F5136
(127,81,54)
#714831
(113,72,49)
#633F2C
(99,63,44)
#553627
(85,54,39)
#472D22
(71,45,34)
#39241D
(57,36,29)
#2B1B18
(43,27,24)
#1D1213
(29,18,19)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #9B6340

#9B6340
(155,99,64)
#A47151
(164,113,81)
#AD7F62
(173,127,98)
#B68D73
(182,141,115)
#BF9B84
(191,155,132)
#C8A995
(200,169,149)
#D1B7A6
(209,183,166)
#DAC5B7
(218,197,183)
#E3D3C8
(227,211,200)
#ECE1D9
(236,225,217)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6340 color. Also use rgb(155,99,64) instead hex code.

Text Font Color

.myTextColor { color: #9B6340; }

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

This text font color is #9B6340.


Background Color

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

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

This div background color is #9B6340.


Border color

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

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

This div border color is #9B6340.


Opacity

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

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

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

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

This text has shadow with #9B6340 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9B6340; -webkit-box-shadow:	1px 1px 3px 2px #9B6340; box-shadow:	1px 1px 3px 2px #9B6340; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B6340; -webkit-box-shadow: 1px 1px 3px 2px #9B6340; box-shadow:1px 1px 3px 2px #9B6340;">
Div content here</div>
This div box has shadow with color #9B6340.

Preview

Color preview on black background

This text has color #9B6340 on black background.


Color preview on white background

This text has color #9B6340 on white background.



Black color preview on #9B6340 background

This text has black color on #9B6340 background.


White color preview on #9B6340 background

This text has white color on #9B6340 background.