COLOR #9B664F

HEX: #9B664F RGB: (155,102,79)

Color info

#9B664F contains mainly red and green colors. Web safe color of #9B664F is #996666 (or #966).

RGB color model

#9B664F color RGB value is (155,102,79).

RGB: (155,102,79) (61%, 40%, 31%)

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 79 of 255 = 31%

155
102
79

R + G + B ~ 44%. #9B664F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 102 + 79 = 336 (100%)
R 155 of 336 ~ 46.13%
G 102 of 336 ~ 30.36%
B 79 of 336 ~ 23.51'%

%46.13
%30.36
%23.51

CMYK color model

#9B664F color CMYK value is (0,34,49,39).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 49.03%
  • key color value is 39.22%

CMYK: (0,34,49,39)
C0M34Y49K39 (0%, 34%, 49%, 39%)
(0.00 / 0.34 / 0.49 / 0.39)

CMYK percentages

%0
%34.19
%49.03
%39.22

Codes

Color #9B664F in popluar color models

9B 66 4F
RGB 155 102 79
HSL 18° 32.48% 45.88%
HSB/HSV 18° 49.03% 60.78%
CMYK 0.00% 34.19% 49.03%
39.22%

Color #9B664F in popluar number systems.

HEX 9B 66 4F
Decimal 155 102 79
Binary 10011011 1100110 1001111
Octal 233 146 117

Shades and tints

Shades of #9B664F

#9B664F
(155,102,79)
#8D5D48
(141,93,72)
#7F5441
(127,84,65)
#714B3A
(113,75,58)
#634233
(99,66,51)
#55392C
(85,57,44)
#473025
(71,48,37)
#39271E
(57,39,30)
#2B1E17
(43,30,23)
#1D1510
(29,21,16)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #9B664F

#9B664F
(155,102,79)
#A4735F
(164,115,95)
#AD806F
(173,128,111)
#B68D7F
(182,141,127)
#BF9A8F
(191,154,143)
#C8A79F
(200,167,159)
#D1B4AF
(209,180,175)
#DAC1BF
(218,193,191)
#E3CECF
(227,206,207)
#ECDBDF
(236,219,223)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B664F color. Also use rgb(155,102,79) instead hex code.

Text Font Color

.myTextColor { color: #9B664F; }

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

This text font color is #9B664F.

Background Color

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

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

This div background color is #9B664F.

Border color

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

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

This div border color is #9B664F.

Opacity

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

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

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

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

This text has shadow with #9B664F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B664F.

Preview

Color preview on black background

This text has color #9B664F on black background.


Color preview on white background

This text has color #9B664F on white background.


Black color preview on #9B664F background

This text has black color on #9B664F background.


White color preview on #9B664F background

This text has white color on #9B664F background.


Related colors

Complementary color

Complementary color for #hex is #6499B0.


I love getcolorcode.com

Triadic colors

1 #4F9B66 and #664F9B with #9B664F are triadic colors.

2 #4F669B and #669B4F with #9B664F are triadic colors.