COLOR #9B6F0E

HEX: #9B6F0E
RGB: (155,111,14)

Color info

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

RGB color model

#9B6F0E color RGB value is (155,111,14).

  • red value is 155;
  • green value is 111;
  • blue value is 14.
RGB:
(155,111,14)
(61%,44%,5%)

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 14 of 255 = 5%

155
111
14

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

Portions of RGB colors in percentages

R + G + B =
155 + 111 + 14 = 280 (100%)
R 155 of 280 ~ 55.36%
G 111 of 280 ~ 39.64%
B 14 of 280 ~ 5%

%55.36
%39.64

CMYK color model

#9B6F0E color CMYK value is (0,28,91,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 90.97%
  • key color value is 39.22%
CMYK:
(0,28,91,39)
C0M28Y91K39 
(0%,28%,91%,39%)
(0.00/0.28/0.91/0.39)	

CMYK percentages

%0
%28.39
%90.97
%39.22

Codes

Color #9B6F0E in popluar color models

9B6F0E
RGB15511114
HSL41°83.43%33.14%
HSB/HSV41°90.97%60.78%
CMYK0.00%28.39%90.97%
39.22%

Color #9B6F0E in popluar number systems.

HEX9B6F0E
Decimal15511114
Binary1001101111011111110
Octal23315716

Shades and tints

Shades of #9B6F0E

#9B6F0E
(155,111,14)
#8D650D
(141,101,13)
#7F5B0C
(127,91,12)
#71510B
(113,81,11)
#63470A
(99,71,10)
#553D09
(85,61,9)
#473308
(71,51,8)
#392907
(57,41,7)
#2B1F06
(43,31,6)
#1D1505
(29,21,5)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #9B6F0E

#9B6F0E
(155,111,14)
#A47C23
(164,124,35)
#AD8938
(173,137,56)
#B6964D
(182,150,77)
#BFA362
(191,163,98)
#C8B077
(200,176,119)
#D1BD8C
(209,189,140)
#DACAA1
(218,202,161)
#E3D7B6
(227,215,182)
#ECE4CB
(236,228,203)
#F5F1E0
(245,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6F0E color. Also use rgb(155,111,14) instead hex code.

Text Font Color

.myTextColor { color: #9B6F0E; }

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

This text font color is #9B6F0E.


Background Color

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

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

This div background color is #9B6F0E.


Border color

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

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

This div border color is #9B6F0E.


Opacity

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

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

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

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

This text has shadow with #9B6F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F0E on black background.


Color preview on white background

This text has color #9B6F0E on white background.



Black color preview on #9B6F0E background

This text has black color on #9B6F0E background.


White color preview on #9B6F0E background

This text has white color on #9B6F0E background.