COLOR #9B6701

HEX: #9B6701
RGB: (155,103,1)

Color info

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

RGB color model

#9B6701 color RGB value is (155,103,1).

  • red value is 155;
  • green value is 103;
  • blue value is 1.
RGB:
(155,103,1)
(61%,40%,0%)

RGB channels and saturation

R 155 of 255 = 61%
G 103 of 255 = 40%
B 1 of 255 = 0%

155
103
1

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

Portions of RGB colors in percentages

R + G + B =
155 + 103 + 1 = 259 (100%)
R 155 of 259 ~ 59.85%
G 103 of 259 ~ 39.77%
B 1 of 259 ~ 0.39%

%59.85
%39.77

CMYK color model

#9B6701 color CMYK value is (0,34,99,39).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 99.35%
  • key color value is 39.22%
CMYK:
(0,34,99,39)
C0M34Y99K39 
(0%,34%,99%,39%)
(0.00/0.34/0.99/0.39)	

CMYK percentages

%0
%33.55
%99.35
%39.22

Codes

Color #9B6701 in popluar color models

9B6701
RGB1551031
HSL40°98.72%30.59%
HSB/HSV40°99.35%60.78%
CMYK0.00%33.55%99.35%
39.22%

Color #9B6701 in popluar number systems.

HEX9B6701
Decimal1551031
Binary1001101111001111
Octal2331471

Shades and tints

Shades of #9B6701

#9B6701
(155,103,1)
#8D5E01
(141,94,1)
#7F5501
(127,85,1)
#714C01
(113,76,1)
#634301
(99,67,1)
#553A01
(85,58,1)
#473101
(71,49,1)
#392801
(57,40,1)
#2B1F01
(43,31,1)
#1D1601
(29,22,1)
#0F0D01
(15,13,1)
#000000
(0,0,0)

Tints of #9B6701

#9B6701
(155,103,1)
#A47418
(164,116,24)
#AD812F
(173,129,47)
#B68E46
(182,142,70)
#BF9B5D
(191,155,93)
#C8A874
(200,168,116)
#D1B58B
(209,181,139)
#DAC2A2
(218,194,162)
#E3CFB9
(227,207,185)
#ECDCD0
(236,220,208)
#F5E9E7
(245,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6701 color. Also use rgb(155,103,1) instead hex code.

Text Font Color

.myTextColor { color: #9B6701; }

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

This text font color is #9B6701.


Background Color

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

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

This div background color is #9B6701.


Border color

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

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

This div border color is #9B6701.


Opacity

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

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

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

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

This text has shadow with #9B6701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6701 on black background.


Color preview on white background

This text has color #9B6701 on white background.



Black color preview on #9B6701 background

This text has black color on #9B6701 background.


White color preview on #9B6701 background

This text has white color on #9B6701 background.