COLOR #886D66

HEX: #886D66
RGB: (136,109,102)

Renk bilgisi

#886D66 contains red, green and blue colors in about the same proportion. #886D66 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#886D66 color RGB value is (136,109,102).

  • kırmız ton 136;
  • yeşil ton 109;
  • mavi ton 102.
RGB:
(136,109,102)
(53%,43%,40%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 109 of 255 = 43%
B 102 of 255 = 40%

136
109
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 109 + 102 = 347 (100%)
R 136 of 347 ~ 39.19%
G 109 of 347 ~ 31.41%
B 102 of 347 ~ 29.39%

%39.19
%31.41
%29.39

CMYK RENK MODELİ

#886D66 rengi CMYK tonu (0,20,25,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.85%
  • sarı tonu 25.00%
  • ana renk tonu 46.67%
CMYK:
(0,20,25,47)
C0M20Y25K47 
(0%,20%,25%,47%)
(0.00/0.20/0.25/0.47)	

CMYK yüzdeleri

%0
%19.85
%25
%46.67

Codes

Color #886D66 in popluar color models

886D66
RGB136109102
HSL12°14.29%46.67%
HSB/HSV12°25.00%53.33%
CMYK0.00%19.85%25.00%
46.67%

Color #886D66 in popluar number systems.

HEX886D66
Decimal136109102
Binary1000100011011011100110
Octal210155146

Shades and tints

Shades of #886D66

#886D66
(136,109,102)
#7C645D
(124,100,93)
#705B54
(112,91,84)
#64524B
(100,82,75)
#584942
(88,73,66)
#4C4039
(76,64,57)
#403730
(64,55,48)
#342E27
(52,46,39)
#28251E
(40,37,30)
#1C1C15
(28,28,21)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #886D66

#886D66
(136,109,102)
#927A73
(146,122,115)
#9C8780
(156,135,128)
#A6948D
(166,148,141)
#B0A19A
(176,161,154)
#BAAEA7
(186,174,167)
#C4BBB4
(196,187,180)
#CEC8C1
(206,200,193)
#D8D5CE
(216,213,206)
#E2E2DB
(226,226,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886D66 color. Also use rgb(136,109,102) instead hex code.

Text Font Color

.myTextColor { color: #886D66; }

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

This text font color is #886D66.


Background Color

.myBgColor { background-color: #886D66; }

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

This div background color is #886D66.


Border color

.myBorderColor { border: 1px solid #886D66; }

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

This div border color is #886D66.


Opacity

.myOpacity80 { color: #886D66; opacity: 0.8; }

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

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

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

This text has shadow with #886D66 color.

.textShadow {text-shadow: 3px 3px 1px #886D66, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #886D66;
-webkit-box-shadow: 1px 1px 3px 2px #886D66;
box-shadow:1px 1px 3px 2px #886D66;">
Div content here</div>
This div box has shadow with color #886D66.

Preview

Color preview on black background

This text has color #886D66 on black background.


Color preview on white background

This text has color #886D66 on white background.



Black color preview on #886D66 background

This text has black color on #886D66 background.


White color preview on #886D66 background

This text has white color on #886D66 background.