COLOR #966910

HEX: #966910
RGB: (150,105,16)

Color info

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

RGB color model

#966910 color RGB value is (150,105,16).

  • red value is 150;
  • green value is 105;
  • blue value is 16.
RGB:
(150,105,16)
(59%,41%,6%)

RGB channels and saturation

R 150 of 255 = 59%
G 105 of 255 = 41%
B 16 of 255 = 6%

150
105
16

R + G + B ~ 35%. #966910 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 105 + 16 = 271 (100%)
R 150 of 271 ~ 55.35%
G 105 of 271 ~ 38.75%
B 16 of 271 ~ 5.9%

%55.35
%38.75

CMYK color model

#966910 color CMYK value is (0,30,89,41).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 89.33%
  • key color value is 41.18%
CMYK:
(0,30,89,41)
C0M30Y89K41 
(0%,30%,89%,41%)
(0.00/0.30/0.89/0.41)	

CMYK percentages

%0
%30
%89.33
%41.18

Codes

Color #966910 in popluar color models

966910
RGB15010516
HSL40°80.72%32.55%
HSB/HSV40°89.33%58.82%
CMYK0.00%30.00%89.33%
41.18%

Color #966910 in popluar number systems.

HEX966910
Decimal15010516
Binary10010110110100110000
Octal22615120

Shades and tints

Shades of #966910

#966910
(150,105,16)
#89600F
(137,96,15)
#7C570E
(124,87,14)
#6F4E0D
(111,78,13)
#62450C
(98,69,12)
#553C0B
(85,60,11)
#48330A
(72,51,10)
#3B2A09
(59,42,9)
#2E2108
(46,33,8)
#211807
(33,24,7)
#140F06
(20,15,6)
#000000
(0,0,0)

Tints of #966910

#966910
(150,105,16)
#9F7625
(159,118,37)
#A8833A
(168,131,58)
#B1904F
(177,144,79)
#BA9D64
(186,157,100)
#C3AA79
(195,170,121)
#CCB78E
(204,183,142)
#D5C4A3
(213,196,163)
#DED1B8
(222,209,184)
#E7DECD
(231,222,205)
#F0EBE2
(240,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966910 color. Also use rgb(150,105,16) instead hex code.

Text Font Color

.myTextColor { color: #966910; }

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

This text font color is #966910.


Background Color

.myBgColor { background-color: #966910; }

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

This div background color is #966910.


Border color

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

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

This div border color is #966910.


Opacity

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

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

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

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

This text has shadow with #966910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966910 on black background.


Color preview on white background

This text has color #966910 on white background.



Black color preview on #966910 background

This text has black color on #966910 background.


White color preview on #966910 background

This text has white color on #966910 background.