COLOR #D6B091

HEX: #D6B091 RGB: (214,176,145)

Color info

#D6B091 contains mainly red and green colors. Web safe color of #D6B091 is #CC9999 (or #C99).

RGB color model

#D6B091 color RGB value is (214,176,145).

RGB: (214,176,145) (84%, 69%, 57%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 145 of 255 = 57%

214
176
145

R + G + B ~ 70%. #D6B091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 176 + 145 = 535 (100%)
R 214 of 535 ~ 40%
G 176 of 535 ~ 32.9%
B 145 of 535 ~ 27.1'%

%40
%32.9
%27.1

CMYK color model

#D6B091 color CMYK value is (0,18,32,16).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 32.24%
  • key color value is 16.08%

CMYK: (0,18,32,16)
C0M18Y32K16 (0%, 18%, 32%, 16%)
(0.00 / 0.18 / 0.32 / 0.16)

CMYK percentages

%0
%17.76
%32.24
%16.08

Codes

Color #D6B091 in popluar color models

D6 B0 91
RGB 214 176 145
HSL 27° 45.70% 70.39%
HSB/HSV 27° 32.24% 83.92%
CMYK 0.00% 17.76% 32.24%
16.08%

Color #D6B091 in popluar number systems.

HEX D6 B0 91
Decimal 214 176 145
Binary 11010110 10110000 10010001
Octal 326 260 221

Shades and tints

Shades of #D6B091

#D6B091
(214,176,145)
#C3A084
(195,160,132)
#B09077
(176,144,119)
#9D806A
(157,128,106)
#8A705D
(138,112,93)
#776050
(119,96,80)
#645043
(100,80,67)
#514036
(81,64,54)
#3E3029
(62,48,41)
#2B201C
(43,32,28)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #D6B091

#D6B091
(214,176,145)
#D9B79B
(217,183,155)
#DCBEA5
(220,190,165)
#DFC5AF
(223,197,175)
#E2CCB9
(226,204,185)
#E5D3C3
(229,211,195)
#E8DACD
(232,218,205)
#EBE1D7
(235,225,215)
#EEE8E1
(238,232,225)
#F1EFEB
(241,239,235)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B091 color. Also use rgb(214,176,145) instead hex code.

Text Font Color

.myTextColor { color: #D6B091; }

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

This text font color is #D6B091.

Background Color

.myBgColor { background-color: #D6B091; }

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

This div background color is #D6B091.

Border color

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

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

This div border color is #D6B091.

Opacity

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

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

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

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

This text has shadow with #D6B091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B091.

Preview

Color preview on black background

This text has color #D6B091 on black background.


Color preview on white background

This text has color #D6B091 on white background.


Black color preview on #D6B091 background

This text has black color on #D6B091 background.


White color preview on #D6B091 background

This text has white color on #D6B091 background.


Related colors

Complementary color

Complementary color for #hex is #294F6E.


I love getcolorcode.com

Triadic colors

1 #91D6B0 and #B091D6 with #D6B091 are triadic colors.

2 #91B0D6 and #B0D691 with #D6B091 are triadic colors.