COLOR #98766C

HEX: #98766C RGB: (152,118,108)

Color info

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

RGB color model

#98766C color RGB value is (152,118,108).

RGB: (152,118,108) (60%, 46%, 42%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 108 of 255 = 42%

152
118
108

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

Portions of RGB colors in percentages

R + G + B = 152 + 118 + 108 = 378 (100%)
R 152 of 378 ~ 40.21%
G 118 of 378 ~ 31.22%
B 108 of 378 ~ 28.57'%

%40.21
%31.22
%28.57

CMYK color model

#98766C color CMYK value is (0,22,29,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK: (0,22,29,40) C0M22Y29K40 (0%,22%,29%,40%) (0.00/0.22/0.29/0.40) 

CMYK percentages

%0
%22.37
%28.95
%40.39

Codes

Color #98766C in popluar color models

98 76 6C
RGB 152 118 108
HSL 14° 17.60% 50.98%
HSB/HSV 14° 28.95% 59.61%
CMYK 0.00% 22.37% 28.95%
40.39%

Color #98766C in popluar number systems.

HEX 98 76 6C
Decimal 152 118 108
Binary 10011000 1110110 1101100
Octal 230 166 154

Shades and tints

Shades of #98766C

#98766C
(152,118,108)
#8B6C63
(139,108,99)
#7E625A
(126,98,90)
#715851
(113,88,81)
#644E48
(100,78,72)
#57443F
(87,68,63)
#4A3A36
(74,58,54)
#3D302D
(61,48,45)
#302624
(48,38,36)
#231C1B
(35,28,27)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #98766C

#98766C
(152,118,108)
#A18279
(161,130,121)
#AA8E86
(170,142,134)
#B39A93
(179,154,147)
#BCA6A0
(188,166,160)
#C5B2AD
(197,178,173)
#CEBEBA
(206,190,186)
#D7CAC7
(215,202,199)
#E0D6D4
(224,214,212)
#E9E2E1
(233,226,225)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98766C; }

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

This text font color is #98766C.

Background Color

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

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

This div background color is #98766C.

Border color

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

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

This div border color is #98766C.

Opacity

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

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

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

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

This text has shadow with #98766C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98766C.

Preview

Color preview on black background

This text has color #98766C on black background.


Color preview on white background

This text has color #98766C on white background.


Black color preview on #98766C background

This text has black color on #98766C background.


White color preview on #98766C background

This text has white color on #98766C background.


Related colors

Complementary color

Complementary color for #hex is #678993.


I love getcolorcode.com

Triadic colors

1 #6C9876 and #766C98 with #98766C are triadic colors.

2 #6C7698 and #76986C with #98766C are triadic colors.