COLOR #966D1B

HEX: #966D1B RGB: (150,109,27)

Color info

#966D1B contains mainly red and green colors. Web safe color of #966D1B is #996633 (or #963).

RGB color model

#966D1B color RGB value is (150,109,27).

RGB: (150,109,27) (59%, 43%, 11%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 27 of 255 = 11%

150
109
27

R + G + B ~ 38%. #966D1B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 109 + 27 = 286 (100%)
R 150 of 286 ~ 52.45%
G 109 of 286 ~ 38.11%
B 27 of 286 ~ 9.44'%

%52.45
%38.11

CMYK color model

#966D1B color CMYK value is (0,27,82,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 82.00%
  • key color value is 41.18%

CMYK: (0,27,82,41)
C0M27Y82K41 (0%, 27%, 82%, 41%)
(0.00 / 0.27 / 0.82 / 0.41)

CMYK percentages

%0
%27.33
%82
%41.18

Codes

Color #966D1B in popluar color models

96 6D 1B
RGB 150 109 27
HSL 40° 69.49% 34.71%
HSB/HSV 40° 82.00% 58.82%
CMYK 0.00% 27.33% 82.00%
41.18%

Color #966D1B in popluar number systems.

HEX 96 6D 1B
Decimal 150 109 27
Binary 10010110 1101101 11011
Octal 226 155 33

Shades and tints

Shades of #966D1B

#966D1B
(150,109,27)
#896419
(137,100,25)
#7C5B17
(124,91,23)
#6F5215
(111,82,21)
#624913
(98,73,19)
#554011
(85,64,17)
#48370F
(72,55,15)
#3B2E0D
(59,46,13)
#2E250B
(46,37,11)
#211C09
(33,28,9)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #966D1B

#966D1B
(150,109,27)
#9F7A2F
(159,122,47)
#A88743
(168,135,67)
#B19457
(177,148,87)
#BAA16B
(186,161,107)
#C3AE7F
(195,174,127)
#CCBB93
(204,187,147)
#D5C8A7
(213,200,167)
#DED5BB
(222,213,187)
#E7E2CF
(231,226,207)
#F0EFE3
(240,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966D1B color. Also use rgb(150,109,27) instead hex code.

Text Font Color

.myTextColor { color: #966D1B; }

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

This text font color is #966D1B.

Background Color

.myBgColor { background-color: #966D1B; }

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

This div background color is #966D1B.

Border color

.myBorderColor { border: 1px solid #966D1B; }

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

This div border color is #966D1B.

Opacity

.myOpacity80 { color: #966D1B; opacity: 0.8; }

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

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

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

This text has shadow with #966D1B color.


.textShadow {text-shadow: 3px 3px 1px #966D1B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #966D1B; -webkit-box-shadow: 1px 1px 3px 2px #966D1B; box-shadow:1px 1px 3px 2px #966D1B;">
Div content here
</div>

This div box has shadow with color #966D1B.

Preview

Color preview on black background

This text has color #966D1B on black background.


Color preview on white background

This text has color #966D1B on white background.


Black color preview on #966D1B background

This text has black color on #966D1B background.


White color preview on #966D1B background

This text has white color on #966D1B background.


Related colors

Complementary color

Complementary color for #hex is #6992E4.


I love getcolorcode.com

Triadic colors

1 #1B966D and #6D1B96 with #966D1B are triadic colors.

2 #1B6D96 and #6D961B with #966D1B are triadic colors.