COLOR #6D855F

HEX: #6D855F
RGB: (109,133,95)

Renk bilgisi

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

RGB renk modeli

#6D855F color RGB value is (109,133,95).

  • kırmız ton 109;
  • yeşil ton 133;
  • mavi ton 95.
RGB:
(109,133,95)
(43%,52%,37%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 133 of 255 = 52%
B 95 of 255 = 37%

109
133
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 133 + 95 = 337 (100%)
R 109 of 337 ~ 32.34%
G 133 of 337 ~ 39.47%
B 95 of 337 ~ 28.19%

%32.34
%39.47
%28.19

CMYK RENK MODELİ

#6D855F rengi CMYK tonu (18,0,29,48).

  • camgöbeği tonu 18.05%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 47.84%
CMYK:
(18,0,29,48)
C18M0Y29K48 
(18%,0%,29%,48%)
(0.18/0.00/0.29/0.48)	

CMYK yüzdeleri

%18.05
%0
%28.57
%47.84

Codes

Color #6D855F in popluar color models

6D855F
RGB10913395
HSL98°16.67%44.71%
HSB/HSV98°28.57%52.16%
CMYK18.05%0.00%28.57%
47.84%

Color #6D855F in popluar number systems.

HEX6D855F
Decimal10913395
Binary1101101100001011011111
Octal155205137

Shades and tints

Shades of #6D855F

#6D855F
(109,133,95)
#647957
(100,121,87)
#5B6D4F
(91,109,79)
#526147
(82,97,71)
#49553F
(73,85,63)
#404937
(64,73,55)
#373D2F
(55,61,47)
#2E3127
(46,49,39)
#25251F
(37,37,31)
#1C1917
(28,25,23)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D855F

#6D855F
(109,133,95)
#7A906D
(122,144,109)
#879B7B
(135,155,123)
#94A689
(148,166,137)
#A1B197
(161,177,151)
#AEBCA5
(174,188,165)
#BBC7B3
(187,199,179)
#C8D2C1
(200,210,193)
#D5DDCF
(213,221,207)
#E2E8DD
(226,232,221)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D855F color. Also use rgb(109,133,95) instead hex code.

Text Font Color

.myTextColor { color: #6D855F; }

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

This text font color is #6D855F.


Background Color

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

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

This div background color is #6D855F.


Border color

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

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

This div border color is #6D855F.


Opacity

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

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

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

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

This text has shadow with #6D855F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D855F on black background.


Color preview on white background

This text has color #6D855F on white background.



Black color preview on #6D855F background

This text has black color on #6D855F background.


White color preview on #6D855F background

This text has white color on #6D855F background.