COLOR #6D885D

HEX: #6D885D
RGB: (109,136,93)

Renk bilgisi

#6D885D contains red, green and blue colors in about the same proportion. #6D885D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6D885D color RGB value is (109,136,93).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 136 of 255 = 53%
B 93 of 255 = 36%

109
136
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 136 + 93 = 338 (100%)
R 109 of 338 ~ 32.25%
G 136 of 338 ~ 40.24%
B 93 of 338 ~ 27.51%

%32.25
%40.24
%27.51

CMYK RENK MODELİ

#6D885D rengi CMYK tonu (20,0,32,47).

  • camgöbeği tonu 19.85%
  • eflatun tonu 0.00%
  • sarı tonu 31.62%
  • ana renk tonu 46.67%
CMYK:
(20,0,32,47)
C20M0Y32K47 
(20%,0%,32%,47%)
(0.20/0.00/0.32/0.47)	

CMYK yüzdeleri

%19.85
%0
%31.62
%46.67

Codes

Color #6D885D in popluar color models

6D885D
RGB10913693
HSL98°18.78%44.90%
HSB/HSV98°31.62%53.33%
CMYK19.85%0.00%31.62%
46.67%

Color #6D885D in popluar number systems.

HEX6D885D
Decimal10913693
Binary1101101100010001011101
Octal155210135

Shades and tints

Shades of #6D885D

#6D885D
(109,136,93)
#647C55
(100,124,85)
#5B704D
(91,112,77)
#526445
(82,100,69)
#49583D
(73,88,61)
#404C35
(64,76,53)
#37402D
(55,64,45)
#2E3425
(46,52,37)
#25281D
(37,40,29)
#1C1C15
(28,28,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D885D

#6D885D
(109,136,93)
#7A926B
(122,146,107)
#879C79
(135,156,121)
#94A687
(148,166,135)
#A1B095
(161,176,149)
#AEBAA3
(174,186,163)
#BBC4B1
(187,196,177)
#C8CEBF
(200,206,191)
#D5D8CD
(213,216,205)
#E2E2DB
(226,226,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D885D color. Also use rgb(109,136,93) instead hex code.

Text Font Color

.myTextColor { color: #6D885D; }

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

This text font color is #6D885D.


Background Color

.myBgColor { background-color: #6D885D; }

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

This div background color is #6D885D.


Border color

.myBorderColor { border: 1px solid #6D885D; }

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

This div border color is #6D885D.


Opacity

.myOpacity80 { color: #6D885D; opacity: 0.8; }

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

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

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

This text has shadow with #6D885D color.

.textShadow {text-shadow: 3px 3px 1px #6D885D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D885D on black background.


Color preview on white background

This text has color #6D885D on white background.



Black color preview on #6D885D background

This text has black color on #6D885D background.


White color preview on #6D885D background

This text has white color on #6D885D background.