COLOR #D6896F

HEX: #D6896F RGB: (214,137,111)

Color info

#D6896F contains mainly red color. Web safe color of #D6896F is #CC9966 (or #C96).

RGB color model

#D6896F color RGB value is (214,137,111).

RGB: (214,137,111) (84%, 54%, 44%)

RGB channels and saturation

R 214 of 255 = 84%
G 137 of 255 = 54%
B 111 of 255 = 44%

214
137
111

R + G + B ~ 61%. #D6896F is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 137 + 111 = 462 (100%)
R 214 of 462 ~ 46.32%
G 137 of 462 ~ 29.65%
B 111 of 462 ~ 24.03'%

%46.32
%29.65
%24.03

CMYK color model

#D6896F color CMYK value is (0,36,48,16).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 48.13%
  • key color value is 16.08%

CMYK: (0,36,48,16)
C0M36Y48K16 (0%, 36%, 48%, 16%)
(0.00 / 0.36 / 0.48 / 0.16)

CMYK percentages

%0
%35.98
%48.13
%16.08

Codes

Color #D6896F in popluar color models

D6 89 6F
RGB 214 137 111
HSL 15° 55.68% 63.73%
HSB/HSV 15° 48.13% 83.92%
CMYK 0.00% 35.98% 48.13%
16.08%

Color #D6896F in popluar number systems.

HEX D6 89 6F
Decimal 214 137 111
Binary 11010110 10001001 1101111
Octal 326 211 157

Shades and tints

Shades of #D6896F

#D6896F
(214,137,111)
#C37D65
(195,125,101)
#B0715B
(176,113,91)
#9D6551
(157,101,81)
#8A5947
(138,89,71)
#774D3D
(119,77,61)
#644133
(100,65,51)
#513529
(81,53,41)
#3E291F
(62,41,31)
#2B1D15
(43,29,21)
#18110B
(24,17,11)
#000000
(0,0,0)

Tints of #D6896F

#D6896F
(214,137,111)
#D9937C
(217,147,124)
#DC9D89
(220,157,137)
#DFA796
(223,167,150)
#E2B1A3
(226,177,163)
#E5BBB0
(229,187,176)
#E8C5BD
(232,197,189)
#EBCFCA
(235,207,202)
#EED9D7
(238,217,215)
#F1E3E4
(241,227,228)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6896F color. Also use rgb(214,137,111) instead hex code.

Text Font Color

.myTextColor { color: #D6896F; }

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

This text font color is #D6896F.

Background Color

.myBgColor { background-color: #D6896F; }

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

This div background color is #D6896F.

Border color

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

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

This div border color is #D6896F.

Opacity

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

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

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

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

This text has shadow with #D6896F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6896F.

Preview

Color preview on black background

This text has color #D6896F on black background.


Color preview on white background

This text has color #D6896F on white background.


Black color preview on #D6896F background

This text has black color on #D6896F background.


White color preview on #D6896F background

This text has white color on #D6896F background.


Related colors

Complementary color

Complementary color for #D6896F is #297690.


I love getcolorcode.com

Triadic colors

1 #6FD689 and #896FD6 with #D6896F are triadic colors.

2 #6F89D6 and #89D66F with #D6896F are triadic colors.