COLOR #9B6306

HEX: #9B6306
RGB: (155,99,6)

Color info

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

RGB color model

#9B6306 color RGB value is (155,99,6).

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

RGB channels and saturation

R 155 of 255 = 61%
G 99 of 255 = 39%
B 6 of 255 = 2%

155
99
6

R + G + B ~ 34%. #9B6306 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 99 + 6 = 260 (100%)
R 155 of 260 ~ 59.62%
G 99 of 260 ~ 38.08%
B 6 of 260 ~ 2.31%

%59.62
%38.08

CMYK color model

#9B6306 color CMYK value is (0,36,96,39).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 96.13%
  • key color value is 39.22%
CMYK:
(0,36,96,39)
C0M36Y96K39 
(0%,36%,96%,39%)
(0.00/0.36/0.96/0.39)	

CMYK percentages

%0
%36.13
%96.13
%39.22

Codes

Color #9B6306 in popluar color models

9B6306
RGB155996
HSL37°92.55%31.57%
HSB/HSV37°96.13%60.78%
CMYK0.00%36.13%96.13%
39.22%

Color #9B6306 in popluar number systems.

HEX9B6306
Decimal155996
Binary100110111100011110
Octal2331436

Shades and tints

Shades of #9B6306

#9B6306
(155,99,6)
#8D5A06
(141,90,6)
#7F5106
(127,81,6)
#714806
(113,72,6)
#633F06
(99,63,6)
#553606
(85,54,6)
#472D06
(71,45,6)
#392406
(57,36,6)
#2B1B06
(43,27,6)
#1D1206
(29,18,6)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #9B6306

#9B6306
(155,99,6)
#A4711C
(164,113,28)
#AD7F32
(173,127,50)
#B68D48
(182,141,72)
#BF9B5E
(191,155,94)
#C8A974
(200,169,116)
#D1B78A
(209,183,138)
#DAC5A0
(218,197,160)
#E3D3B6
(227,211,182)
#ECE1CC
(236,225,204)
#F5EFE2
(245,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6306; }

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

This text font color is #9B6306.


Background Color

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

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

This div background color is #9B6306.


Border color

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

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

This div border color is #9B6306.


Opacity

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

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

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

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

This text has shadow with #9B6306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6306 on black background.


Color preview on white background

This text has color #9B6306 on white background.



Black color preview on #9B6306 background

This text has black color on #9B6306 background.


White color preview on #9B6306 background

This text has white color on #9B6306 background.