COLOR #986765

HEX: #986765
RGB: (152,103,101)

Color info

#986765 contains red, green and blue colors in about the same proportion. Web safe color of #986765 is #996666 (or #966).

RGB color model

#986765 color RGB value is (152,103,101).

  • red value is 152;
  • green value is 103;
  • blue value is 101.
RGB:
(152,103,101)
(60%,40%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 101 of 255 = 40%

152
103
101

R + G + B ~ 47%. #986765 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 101 = 356 (100%)
R 152 of 356 ~ 42.7%
G 103 of 356 ~ 28.93%
B 101 of 356 ~ 28.37%

%42.7
%28.93
%28.37

CMYK color model

#986765 color CMYK value is (0,32,34,40).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 33.55%
  • key color value is 40.39%
CMYK:
(0,32,34,40)
C0M32Y34K40 
(0%,32%,34%,40%)
(0.00/0.32/0.34/0.40)	

CMYK percentages

%0
%32.24
%33.55
%40.39

Codes

Color #986765 in popluar color models

986765
RGB152103101
HSL20.16%49.61%
HSB/HSV33.55%59.61%
CMYK0.00%32.24%33.55%
40.39%

Color #986765 in popluar number systems.

HEX986765
Decimal152103101
Binary1001100011001111100101
Octal230147145

Shades and tints

Shades of #986765

#986765
(152,103,101)
#8B5E5C
(139,94,92)
#7E5553
(126,85,83)
#714C4A
(113,76,74)
#644341
(100,67,65)
#573A38
(87,58,56)
#4A312F
(74,49,47)
#3D2826
(61,40,38)
#301F1D
(48,31,29)
#231614
(35,22,20)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #986765

#986765
(152,103,101)
#A17473
(161,116,115)
#AA8181
(170,129,129)
#B38E8F
(179,142,143)
#BC9B9D
(188,155,157)
#C5A8AB
(197,168,171)
#CEB5B9
(206,181,185)
#D7C2C7
(215,194,199)
#E0CFD5
(224,207,213)
#E9DCE3
(233,220,227)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986765 color. Also use rgb(152,103,101) instead hex code.

Text Font Color

.myTextColor { color: #986765; }

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

This text font color is #986765.


Background Color

.myBgColor { background-color: #986765; }

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

This div background color is #986765.


Border color

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

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

This div border color is #986765.


Opacity

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

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

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

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

This text has shadow with #986765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986765 on black background.


Color preview on white background

This text has color #986765 on white background.



Black color preview on #986765 background

This text has black color on #986765 background.


White color preview on #986765 background

This text has white color on #986765 background.