COLOR #98766E

HEX: #98766E RGB: (152,118,110)

Color info

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

RGB color model

#98766E color RGB value is (152,118,110).

RGB: (152,118,110) (60%, 46%, 43%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 110 of 255 = 43%

152
118
110

R + G + B ~ 50%. #98766E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 118 + 110 = 380 (100%)
R 152 of 380 ~ 40%
G 118 of 380 ~ 31.05%
B 110 of 380 ~ 28.95'%

%40
%31.05
%28.95

CMYK color model

#98766E color CMYK value is (0,22,28,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 27.63%
  • key color value is 40.39%

CMYK: (0,22,28,40)
C0M22Y28K40 (0%, 22%, 28%, 40%)
(0.00 / 0.22 / 0.28 / 0.40)

CMYK percentages

%0
%22.37
%27.63
%40.39

Codes

Color #98766E in popluar color models

98 76 6E
RGB 152 118 110
HSL 11° 16.94% 51.37%
HSB/HSV 11° 27.63% 59.61%
CMYK 0.00% 22.37% 27.63%
40.39%

Color #98766E in popluar number systems.

HEX 98 76 6E
Decimal 152 118 110
Binary 10011000 1110110 1101110
Octal 230 166 156

Shades and tints

Shades of #98766E

#98766E
(152,118,110)
#8B6C64
(139,108,100)
#7E625A
(126,98,90)
#715850
(113,88,80)
#644E46
(100,78,70)
#57443C
(87,68,60)
#4A3A32
(74,58,50)
#3D3028
(61,48,40)
#30261E
(48,38,30)
#231C14
(35,28,20)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #98766E

#98766E
(152,118,110)
#A1827B
(161,130,123)
#AA8E88
(170,142,136)
#B39A95
(179,154,149)
#BCA6A2
(188,166,162)
#C5B2AF
(197,178,175)
#CEBEBC
(206,190,188)
#D7CAC9
(215,202,201)
#E0D6D6
(224,214,214)
#E9E2E3
(233,226,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98766E color. Also use rgb(152,118,110) instead hex code.

Text Font Color

.myTextColor { color: #98766E; }

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

This text font color is #98766E.

Background Color

.myBgColor { background-color: #98766E; }

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

This div background color is #98766E.

Border color

.myBorderColor { border: 1px solid #98766E; }

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

This div border color is #98766E.

Opacity

.myOpacity80 { color: #98766E; opacity: 0.8; }

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

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

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

This text has shadow with #98766E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98766E.

Preview

Color preview on black background

This text has color #98766E on black background.


Color preview on white background

This text has color #98766E on white background.


Black color preview on #98766E background

This text has black color on #98766E background.


White color preview on #98766E background

This text has white color on #98766E background.


Related colors

Complementary color

Complementary color for #hex is #678991.


I love getcolorcode.com

Triadic colors

1 #6E9876 and #766E98 with #98766E are triadic colors.

2 #6E7698 and #76986E with #98766E are triadic colors.