COLOR #9B6A12

HEX: #9B6A12
RGB: (155,106,18)

Color info

#9B6A12 contains mainly red and green colors. Web safe color of #9B6A12 is #996600 (or #960).

RGB color model

#9B6A12 color RGB value is (155,106,18).

  • red value is 155;
  • green value is 106;
  • blue value is 18.
RGB:
(155,106,18)
(61%,42%,7%)

RGB channels and saturation

R 155 of 255 = 61%
G 106 of 255 = 42%
B 18 of 255 = 7%

155
106
18

R + G + B ~ 37%. #9B6A12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 106 + 18 = 279 (100%)
R 155 of 279 ~ 55.56%
G 106 of 279 ~ 37.99%
B 18 of 279 ~ 6.45%

%55.56
%37.99

CMYK color model

#9B6A12 color CMYK value is (0,32,88,39).

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 88.39%
  • key color value is 39.22%
CMYK:
(0,32,88,39)
C0M32Y88K39 
(0%,32%,88%,39%)
(0.00/0.32/0.88/0.39)	

CMYK percentages

%0
%31.61
%88.39
%39.22

Codes

Color #9B6A12 in popluar color models

9B6A12
RGB15510618
HSL39°79.19%33.92%
HSB/HSV39°88.39%60.78%
CMYK0.00%31.61%88.39%
39.22%

Color #9B6A12 in popluar number systems.

HEX9B6A12
Decimal15510618
Binary10011011110101010010
Octal23315222

Shades and tints

Shades of #9B6A12

#9B6A12
(155,106,18)
#8D6111
(141,97,17)
#7F5810
(127,88,16)
#714F0F
(113,79,15)
#63460E
(99,70,14)
#553D0D
(85,61,13)
#47340C
(71,52,12)
#392B0B
(57,43,11)
#2B220A
(43,34,10)
#1D1909
(29,25,9)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #9B6A12

#9B6A12
(155,106,18)
#A47727
(164,119,39)
#AD843C
(173,132,60)
#B69151
(182,145,81)
#BF9E66
(191,158,102)
#C8AB7B
(200,171,123)
#D1B890
(209,184,144)
#DAC5A5
(218,197,165)
#E3D2BA
(227,210,186)
#ECDFCF
(236,223,207)
#F5ECE4
(245,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6A12 color. Also use rgb(155,106,18) instead hex code.

Text Font Color

.myTextColor { color: #9B6A12; }

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

This text font color is #9B6A12.


Background Color

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

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

This div background color is #9B6A12.


Border color

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

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

This div border color is #9B6A12.


Opacity

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

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

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

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

This text has shadow with #9B6A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6A12 on black background.


Color preview on white background

This text has color #9B6A12 on white background.



Black color preview on #9B6A12 background

This text has black color on #9B6A12 background.


White color preview on #9B6A12 background

This text has white color on #9B6A12 background.