COLOR #886C66

HEX: #886C66
RGB: (136,108,102)

Renk bilgisi

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

RGB renk modeli

#886C66 color RGB value is (136,108,102).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 108 of 255 = 42%
B 102 of 255 = 40%

136
108
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 108 + 102 = 346 (100%)
R 136 of 346 ~ 39.31%
G 108 of 346 ~ 31.21%
B 102 of 346 ~ 29.48%

%39.31
%31.21
%29.48

CMYK RENK MODELİ

#886C66 rengi CMYK tonu (0,21,25,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.59%
  • sarı tonu 25.00%
  • ana renk tonu 46.67%
CMYK:
(0,21,25,47)
C0M21Y25K47 
(0%,21%,25%,47%)
(0.00/0.21/0.25/0.47)	

CMYK yüzdeleri

%0
%20.59
%25
%46.67

Codes

Color #886C66 in popluar color models

886C66
RGB136108102
HSL11°14.29%46.67%
HSB/HSV11°25.00%53.33%
CMYK0.00%20.59%25.00%
46.67%

Color #886C66 in popluar number systems.

HEX886C66
Decimal136108102
Binary1000100011011001100110
Octal210154146

Shades and tints

Shades of #886C66

#886C66
(136,108,102)
#7C635D
(124,99,93)
#705A54
(112,90,84)
#64514B
(100,81,75)
#584842
(88,72,66)
#4C3F39
(76,63,57)
#403630
(64,54,48)
#342D27
(52,45,39)
#28241E
(40,36,30)
#1C1B15
(28,27,21)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #886C66

#886C66
(136,108,102)
#927973
(146,121,115)
#9C8680
(156,134,128)
#A6938D
(166,147,141)
#B0A09A
(176,160,154)
#BAADA7
(186,173,167)
#C4BAB4
(196,186,180)
#CEC7C1
(206,199,193)
#D8D4CE
(216,212,206)
#E2E1DB
(226,225,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C66; }

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

This text font color is #886C66.


Background Color

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

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

This div background color is #886C66.


Border color

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

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

This div border color is #886C66.


Opacity

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

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

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

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

This text has shadow with #886C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C66 on black background.


Color preview on white background

This text has color #886C66 on white background.



Black color preview on #886C66 background

This text has black color on #886C66 background.


White color preview on #886C66 background

This text has white color on #886C66 background.