COLOR #886C61

HEX: #886C61
RGB: (136,108,97)

Renk bilgisi

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

RGB renk modeli

#886C61 color RGB value is (136,108,97).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 108 of 255 = 42%
B 97 of 255 = 38%

136
108
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 108 + 97 = 341 (100%)
R 136 of 341 ~ 39.88%
G 108 of 341 ~ 31.67%
B 97 of 341 ~ 28.45%

%39.88
%31.67
%28.45

CMYK RENK MODELİ

#886C61 rengi CMYK tonu (0,21,29,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.59%
  • sarı tonu 28.68%
  • ana renk tonu 46.67%
CMYK:
(0,21,29,47)
C0M21Y29K47 
(0%,21%,29%,47%)
(0.00/0.21/0.29/0.47)	

CMYK yüzdeleri

%0
%20.59
%28.68
%46.67

Codes

Color #886C61 in popluar color models

886C61
RGB13610897
HSL17°16.74%45.69%
HSB/HSV17°28.68%53.33%
CMYK0.00%20.59%28.68%
46.67%

Color #886C61 in popluar number systems.

HEX886C61
Decimal13610897
Binary1000100011011001100001
Octal210154141

Shades and tints

Shades of #886C61

#886C61
(136,108,97)
#7C6359
(124,99,89)
#705A51
(112,90,81)
#645149
(100,81,73)
#584841
(88,72,65)
#4C3F39
(76,63,57)
#403631
(64,54,49)
#342D29
(52,45,41)
#282421
(40,36,33)
#1C1B19
(28,27,25)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #886C61

#886C61
(136,108,97)
#92796F
(146,121,111)
#9C867D
(156,134,125)
#A6938B
(166,147,139)
#B0A099
(176,160,153)
#BAADA7
(186,173,167)
#C4BAB5
(196,186,181)
#CEC7C3
(206,199,195)
#D8D4D1
(216,212,209)
#E2E1DF
(226,225,223)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C61; }

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

This text font color is #886C61.


Background Color

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

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

This div background color is #886C61.


Border color

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

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

This div border color is #886C61.


Opacity

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

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

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

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

This text has shadow with #886C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C61 on black background.


Color preview on white background

This text has color #886C61 on white background.



Black color preview on #886C61 background

This text has black color on #886C61 background.


White color preview on #886C61 background

This text has white color on #886C61 background.