COLOR #9F7663

HEX: #9F7663 RGB: (159,118,99)

Color info

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

RGB color model

#9F7663 color RGB value is (159,118,99).

RGB: (159,118,99) (62%, 46%, 39%)

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 99 of 255 = 39%

159
118
99

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

Portions of RGB colors in percentages

R + G + B = 159 + 118 + 99 = 376 (100%)
R 159 of 376 ~ 42.29%
G 118 of 376 ~ 31.38%
B 99 of 376 ~ 26.33'%

%42.29
%31.38
%26.33

CMYK color model

#9F7663 color CMYK value is (0,26,38,38).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 37.74%
  • key color value is 37.65%

CMYK: (0,26,38,38)
C0M26Y38K38 (0%, 26%, 38%, 38%)
(0.00 / 0.26 / 0.38 / 0.38)

CMYK percentages

%0
%25.79
%37.74
%37.65

Codes

Color #9F7663 in popluar color models

9F 76 63
RGB 159 118 99
HSL 19° 23.81% 50.59%
HSB/HSV 19° 37.74% 62.35%
CMYK 0.00% 25.79% 37.74%
37.65%

Color #9F7663 in popluar number systems.

HEX 9F 76 63
Decimal 159 118 99
Binary 10011111 1110110 1100011
Octal 237 166 143

Shades and tints

Shades of #9F7663

#9F7663
(159,118,99)
#916C5A
(145,108,90)
#836251
(131,98,81)
#755848
(117,88,72)
#674E3F
(103,78,63)
#594436
(89,68,54)
#4B3A2D
(75,58,45)
#3D3024
(61,48,36)
#2F261B
(47,38,27)
#211C12
(33,28,18)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #9F7663

#9F7663
(159,118,99)
#A78271
(167,130,113)
#AF8E7F
(175,142,127)
#B79A8D
(183,154,141)
#BFA69B
(191,166,155)
#C7B2A9
(199,178,169)
#CFBEB7
(207,190,183)
#D7CAC5
(215,202,197)
#DFD6D3
(223,214,211)
#E7E2E1
(231,226,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7663 color. Also use rgb(159,118,99) instead hex code.

Text Font Color

.myTextColor { color: #9F7663; }

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

This text font color is #9F7663.

Background Color

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

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

This div background color is #9F7663.

Border color

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

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

This div border color is #9F7663.

Opacity

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

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

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

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

This text has shadow with #9F7663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7663.

Preview

Color preview on black background

This text has color #9F7663 on black background.


Color preview on white background

This text has color #9F7663 on white background.


Black color preview on #9F7663 background

This text has black color on #9F7663 background.


White color preview on #9F7663 background

This text has white color on #9F7663 background.


Related colors

Complementary color

Complementary color for #hex is #60899C.


I love getcolorcode.com

Triadic colors

1 #639F76 and #76639F with #9F7663 are triadic colors.

2 #63769F and #769F63 with #9F7663 are triadic colors.