COLOR #966006

HEX: #966006
RGB: (150,96,6)

Color info

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

RGB color model

#966006 color RGB value is (150,96,6).

  • red value is 150;
  • green value is 96;
  • blue value is 6.
RGB:
(150,96,6)
(59%,38%,2%)

RGB channels and saturation

R 150 of 255 = 59%
G 96 of 255 = 38%
B 6 of 255 = 2%

150
96
6

R + G + B ~ 33%. #966006 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 96 + 6 = 252 (100%)
R 150 of 252 ~ 59.52%
G 96 of 252 ~ 38.1%
B 6 of 252 ~ 2.38%

%59.52
%38.1

CMYK color model

#966006 color CMYK value is (0,36,96,41).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 96.00%
  • key color value is 41.18%
CMYK:
(0,36,96,41)
C0M36Y96K41 
(0%,36%,96%,41%)
(0.00/0.36/0.96/0.41)	

CMYK percentages

%0
%36
%96
%41.18

Codes

Color #966006 in popluar color models

966006
RGB150966
HSL38°92.31%30.59%
HSB/HSV38°96.00%58.82%
CMYK0.00%36.00%96.00%
41.18%

Color #966006 in popluar number systems.

HEX966006
Decimal150966
Binary100101101100000110
Octal2261406

Shades and tints

Shades of #966006

#966006
(150,96,6)
#895806
(137,88,6)
#7C5006
(124,80,6)
#6F4806
(111,72,6)
#624006
(98,64,6)
#553806
(85,56,6)
#483006
(72,48,6)
#3B2806
(59,40,6)
#2E2006
(46,32,6)
#211806
(33,24,6)
#141006
(20,16,6)
#000000
(0,0,0)

Tints of #966006

#966006
(150,96,6)
#9F6E1C
(159,110,28)
#A87C32
(168,124,50)
#B18A48
(177,138,72)
#BA985E
(186,152,94)
#C3A674
(195,166,116)
#CCB48A
(204,180,138)
#D5C2A0
(213,194,160)
#DED0B6
(222,208,182)
#E7DECC
(231,222,204)
#F0ECE2
(240,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966006 color. Also use rgb(150,96,6) instead hex code.

Text Font Color

.myTextColor { color: #966006; }

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

This text font color is #966006.


Background Color

.myBgColor { background-color: #966006; }

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

This div background color is #966006.


Border color

.myBorderColor { border: 1px solid #966006; }

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

This div border color is #966006.


Opacity

.myOpacity80 { color: #966006; opacity: 0.8; }

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

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

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

This text has shadow with #966006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966006 on black background.


Color preview on white background

This text has color #966006 on white background.



Black color preview on #966006 background

This text has black color on #966006 background.


White color preview on #966006 background

This text has white color on #966006 background.