COLOR #9F655C

HEX: #9F655C
RGB: (159,101,92)

Color info

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

RGB color model

#9F655C color RGB value is (159,101,92).

  • red value is 159;
  • green value is 101;
  • blue value is 92.
RGB:
(159,101,92)
(62%,40%,36%)

RGB channels and saturation

R 159 of 255 = 62%
G 101 of 255 = 40%
B 92 of 255 = 36%

159
101
92

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

Portions of RGB colors in percentages

R + G + B =
159 + 101 + 92 = 352 (100%)
R 159 of 352 ~ 45.17%
G 101 of 352 ~ 28.69%
B 92 of 352 ~ 26.14%

%45.17
%28.69
%26.14

CMYK color model

#9F655C color CMYK value is (0,36,42,38).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK:
(0,36,42,38)
C0M36Y42K38 
(0%,36%,42%,38%)
(0.00/0.36/0.42/0.38)	

CMYK percentages

%0
%36.48
%42.14
%37.65

Codes

Color #9F655C in popluar color models

9F655C
RGB15910192
HSL26.69%49.22%
HSB/HSV42.14%62.35%
CMYK0.00%36.48%42.14%
37.65%

Color #9F655C in popluar number systems.

HEX9F655C
Decimal15910192
Binary1001111111001011011100
Octal237145134

Shades and tints

Shades of #9F655C

#9F655C
(159,101,92)
#915C54
(145,92,84)
#83534C
(131,83,76)
#754A44
(117,74,68)
#67413C
(103,65,60)
#593834
(89,56,52)
#4B2F2C
(75,47,44)
#3D2624
(61,38,36)
#2F1D1C
(47,29,28)
#211414
(33,20,20)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #9F655C

#9F655C
(159,101,92)
#A7736A
(167,115,106)
#AF8178
(175,129,120)
#B78F86
(183,143,134)
#BF9D94
(191,157,148)
#C7ABA2
(199,171,162)
#CFB9B0
(207,185,176)
#D7C7BE
(215,199,190)
#DFD5CC
(223,213,204)
#E7E3DA
(231,227,218)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F655C color. Also use rgb(159,101,92) instead hex code.

Text Font Color

.myTextColor { color: #9F655C; }

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

This text font color is #9F655C.


Background Color

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

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

This div background color is #9F655C.


Border color

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

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

This div border color is #9F655C.


Opacity

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

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

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

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

This text has shadow with #9F655C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F655C on black background.


Color preview on white background

This text has color #9F655C on white background.



Black color preview on #9F655C background

This text has black color on #9F655C background.


White color preview on #9F655C background

This text has white color on #9F655C background.