COLOR #98655D

HEX: #98655D
RGB: (152,101,93)

Color info

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

RGB color model

#98655D color RGB value is (152,101,93).

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

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 93 of 255 = 36%

152
101
93

R + G + B ~ 45%. #98655D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 93 = 346 (100%)
R 152 of 346 ~ 43.93%
G 101 of 346 ~ 29.19%
B 93 of 346 ~ 26.88%

%43.93
%29.19
%26.88

CMYK color model

#98655D color CMYK value is (0,34,39,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 38.82%
  • key color value is 40.39%
CMYK:
(0,34,39,40)
C0M34Y39K40 
(0%,34%,39%,40%)
(0.00/0.34/0.39/0.40)	

CMYK percentages

%0
%33.55
%38.82
%40.39

Codes

Color #98655D in popluar color models

98655D
RGB15210193
HSL24.08%48.04%
HSB/HSV38.82%59.61%
CMYK0.00%33.55%38.82%
40.39%

Color #98655D in popluar number systems.

HEX98655D
Decimal15210193
Binary1001100011001011011101
Octal230145135

Shades and tints

Shades of #98655D

#98655D
(152,101,93)
#8B5C55
(139,92,85)
#7E534D
(126,83,77)
#714A45
(113,74,69)
#64413D
(100,65,61)
#573835
(87,56,53)
#4A2F2D
(74,47,45)
#3D2625
(61,38,37)
#301D1D
(48,29,29)
#231415
(35,20,21)
#160B0D
(22,11,13)
#000000
(0,0,0)

Tints of #98655D

#98655D
(152,101,93)
#A1736B
(161,115,107)
#AA8179
(170,129,121)
#B38F87
(179,143,135)
#BC9D95
(188,157,149)
#C5ABA3
(197,171,163)
#CEB9B1
(206,185,177)
#D7C7BF
(215,199,191)
#E0D5CD
(224,213,205)
#E9E3DB
(233,227,219)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98655D; }

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

This text font color is #98655D.


Background Color

.myBgColor { background-color: #98655D; }

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

This div background color is #98655D.


Border color

.myBorderColor { border: 1px solid #98655D; }

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

This div border color is #98655D.


Opacity

.myOpacity80 { color: #98655D; opacity: 0.8; }

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

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

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

This text has shadow with #98655D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98655D on black background.


Color preview on white background

This text has color #98655D on white background.



Black color preview on #98655D background

This text has black color on #98655D background.


White color preview on #98655D background

This text has white color on #98655D background.