COLOR #886D6B

HEX: #886D6B
RGB: (136,109,107)

Renk bilgisi

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

RGB renk modeli

#886D6B color RGB value is (136,109,107).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 109 of 255 = 43%
B 107 of 255 = 42%

136
109
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 109 + 107 = 352 (100%)
R 136 of 352 ~ 38.64%
G 109 of 352 ~ 30.97%
B 107 of 352 ~ 30.4%

%38.64
%30.97
%30.4

CMYK RENK MODELİ

#886D6B rengi CMYK tonu (0,20,21,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.85%
  • sarı tonu 21.32%
  • ana renk tonu 46.67%
CMYK:
(0,20,21,47)
C0M20Y21K47 
(0%,20%,21%,47%)
(0.00/0.20/0.21/0.47)	

CMYK yüzdeleri

%0
%19.85
%21.32
%46.67

Codes

Color #886D6B in popluar color models

886D6B
RGB136109107
HSL11.93%47.65%
HSB/HSV21.32%53.33%
CMYK0.00%19.85%21.32%
46.67%

Color #886D6B in popluar number systems.

HEX886D6B
Decimal136109107
Binary1000100011011011101011
Octal210155153

Shades and tints

Shades of #886D6B

#886D6B
(136,109,107)
#7C6462
(124,100,98)
#705B59
(112,91,89)
#645250
(100,82,80)
#584947
(88,73,71)
#4C403E
(76,64,62)
#403735
(64,55,53)
#342E2C
(52,46,44)
#282523
(40,37,35)
#1C1C1A
(28,28,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #886D6B

#886D6B
(136,109,107)
#927A78
(146,122,120)
#9C8785
(156,135,133)
#A69492
(166,148,146)
#B0A19F
(176,161,159)
#BAAEAC
(186,174,172)
#C4BBB9
(196,187,185)
#CEC8C6
(206,200,198)
#D8D5D3
(216,213,211)
#E2E2E0
(226,226,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886D6B; }

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

This text font color is #886D6B.


Background Color

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

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

This div background color is #886D6B.


Border color

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

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

This div border color is #886D6B.


Opacity

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

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

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

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

This text has shadow with #886D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886D6B on black background.


Color preview on white background

This text has color #886D6B on white background.



Black color preview on #886D6B background

This text has black color on #886D6B background.


White color preview on #886D6B background

This text has white color on #886D6B background.