COLOR #84696E

HEX: #84696E RGB: (132,105,110)

Color info

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

RGB color model

#84696E color RGB value is (132,105,110).

RGB: (132,105,110) (52%, 41%, 43%)

RGB channels and saturation

R 132 of 255 = 52%
G 105 of 255 = 41%
B 110 of 255 = 43%

132
105
110

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

Portions of RGB colors in percentages

R + G + B = 132 + 105 + 110 = 347 (100%)
R 132 of 347 ~ 38.04%
G 105 of 347 ~ 30.26%
B 110 of 347 ~ 31.7'%

%38.04
%30.26
%31.7

CMYK color model

#84696E color CMYK value is (0,20,17,48).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 16.67%
  • key color value is 48.24%

CMYK: (0,20,17,48)
C0M20Y17K48 (0%, 20%, 17%, 48%)
(0.00 / 0.20 / 0.17 / 0.48)

CMYK percentages

%0
%20.45
%16.67
%48.24

Codes

Color #84696E in popluar color models

84 69 6E
RGB 132 105 110
HSL 349° 11.39% 46.47%
HSB/HSV 349° 20.45% 51.76%
CMYK 0.00% 20.45% 16.67%
48.24%

Color #84696E in popluar number systems.

HEX 84 69 6E
Decimal 132 105 110
Binary 10000100 1101001 1101110
Octal 204 151 156

Shades and tints

Shades of #84696E

#84696E
(132,105,110)
#786064
(120,96,100)
#6C575A
(108,87,90)
#604E50
(96,78,80)
#544546
(84,69,70)
#483C3C
(72,60,60)
#3C3332
(60,51,50)
#302A28
(48,42,40)
#24211E
(36,33,30)
#181814
(24,24,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #84696E

#84696E
(132,105,110)
#8F767B
(143,118,123)
#9A8388
(154,131,136)
#A59095
(165,144,149)
#B09DA2
(176,157,162)
#BBAAAF
(187,170,175)
#C6B7BC
(198,183,188)
#D1C4C9
(209,196,201)
#DCD1D6
(220,209,214)
#E7DEE3
(231,222,227)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84696E color. Also use rgb(132,105,110) instead hex code.

Text Font Color

.myTextColor { color: #84696E; }

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

This text font color is #84696E.

Background Color

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

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

This div background color is #84696E.

Border color

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

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

This div border color is #84696E.

Opacity

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

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

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

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

This text has shadow with #84696E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84696E.

Preview

Color preview on black background

This text has color #84696E on black background.


Color preview on white background

This text has color #84696E on white background.


Black color preview on #84696E background

This text has black color on #84696E background.


White color preview on #84696E background

This text has white color on #84696E background.


Related colors

Complementary color

Complementary color for #hex is #7B9691.


I love getcolorcode.com

Triadic colors

1 #6E8469 and #696E84 with #84696E are triadic colors.

2 #6E6984 and #69846E with #84696E are triadic colors.