COLOR #9B6D08

HEX: #9B6D08
RGB: (155,109,8)

Color info

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

RGB color model

#9B6D08 color RGB value is (155,109,8).

  • red value is 155;
  • green value is 109;
  • blue value is 8.
RGB:
(155,109,8)
(61%,43%,3%)

RGB channels and saturation

R 155 of 255 = 61%
G 109 of 255 = 43%
B 8 of 255 = 3%

155
109
8

R + G + B ~ 36%. #9B6D08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 109 + 8 = 272 (100%)
R 155 of 272 ~ 56.99%
G 109 of 272 ~ 40.07%
B 8 of 272 ~ 2.94%

%56.99
%40.07

CMYK color model

#9B6D08 color CMYK value is (0,30,95,39).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 94.84%
  • key color value is 39.22%
CMYK:
(0,30,95,39)
C0M30Y95K39 
(0%,30%,95%,39%)
(0.00/0.30/0.95/0.39)	

CMYK percentages

%0
%29.68
%94.84
%39.22

Codes

Color #9B6D08 in popluar color models

9B6D08
RGB1551098
HSL41°90.18%31.96%
HSB/HSV41°94.84%60.78%
CMYK0.00%29.68%94.84%
39.22%

Color #9B6D08 in popluar number systems.

HEX9B6D08
Decimal1551098
Binary1001101111011011000
Octal23315510

Shades and tints

Shades of #9B6D08

#9B6D08
(155,109,8)
#8D6408
(141,100,8)
#7F5B08
(127,91,8)
#715208
(113,82,8)
#634908
(99,73,8)
#554008
(85,64,8)
#473708
(71,55,8)
#392E08
(57,46,8)
#2B2508
(43,37,8)
#1D1C08
(29,28,8)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #9B6D08

#9B6D08
(155,109,8)
#A47A1E
(164,122,30)
#AD8734
(173,135,52)
#B6944A
(182,148,74)
#BFA160
(191,161,96)
#C8AE76
(200,174,118)
#D1BB8C
(209,187,140)
#DAC8A2
(218,200,162)
#E3D5B8
(227,213,184)
#ECE2CE
(236,226,206)
#F5EFE4
(245,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6D08 color. Also use rgb(155,109,8) instead hex code.

Text Font Color

.myTextColor { color: #9B6D08; }

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

This text font color is #9B6D08.


Background Color

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

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

This div background color is #9B6D08.


Border color

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

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

This div border color is #9B6D08.


Opacity

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

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

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

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

This text has shadow with #9B6D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6D08 on black background.


Color preview on white background

This text has color #9B6D08 on white background.



Black color preview on #9B6D08 background

This text has black color on #9B6D08 background.


White color preview on #9B6D08 background

This text has white color on #9B6D08 background.