COLOR #6D863F

HEX: #6D863F
RGB: (109,134,63)

Renk bilgisi

#6D863F contains mainly red and green colors. #6D863F ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6D863F color RGB value is (109,134,63).

  • kırmız ton 109;
  • yeşil ton 134;
  • mavi ton 63.
RGB:
(109,134,63)
(43%,53%,25%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 134 of 255 = 53%
B 63 of 255 = 25%

109
134
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 134 + 63 = 306 (100%)
R 109 of 306 ~ 35.62%
G 134 of 306 ~ 43.79%
B 63 of 306 ~ 20.59%

%35.62
%43.79
%20.59

CMYK RENK MODELİ

#6D863F rengi CMYK tonu (19,0,53,47).

  • camgöbeği tonu 18.66%
  • eflatun tonu 0.00%
  • sarı tonu 52.99%
  • ana renk tonu 47.45%
CMYK:
(19,0,53,47)
C19M0Y53K47 
(19%,0%,53%,47%)
(0.19/0.00/0.53/0.47)	

CMYK yüzdeleri

%18.66
%0
%52.99
%47.45

Codes

Color #6D863F in popluar color models

6D863F
RGB10913463
HSL81°36.04%38.63%
HSB/HSV81°52.99%52.55%
CMYK18.66%0.00%52.99%
47.45%

Color #6D863F in popluar number systems.

HEX6D863F
Decimal10913463
Binary110110110000110111111
Octal15520677

Shades and tints

Shades of #6D863F

#6D863F
(109,134,63)
#647A3A
(100,122,58)
#5B6E35
(91,110,53)
#526230
(82,98,48)
#49562B
(73,86,43)
#404A26
(64,74,38)
#373E21
(55,62,33)
#2E321C
(46,50,28)
#252617
(37,38,23)
#1C1A12
(28,26,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D863F

#6D863F
(109,134,63)
#7A9150
(122,145,80)
#879C61
(135,156,97)
#94A772
(148,167,114)
#A1B283
(161,178,131)
#AEBD94
(174,189,148)
#BBC8A5
(187,200,165)
#C8D3B6
(200,211,182)
#D5DEC7
(213,222,199)
#E2E9D8
(226,233,216)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D863F color. Also use rgb(109,134,63) instead hex code.

Text Font Color

.myTextColor { color: #6D863F; }

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

This text font color is #6D863F.


Background Color

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

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

This div background color is #6D863F.


Border color

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

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

This div border color is #6D863F.


Opacity

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

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

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

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

This text has shadow with #6D863F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D863F on black background.


Color preview on white background

This text has color #6D863F on white background.



Black color preview on #6D863F background

This text has black color on #6D863F background.


White color preview on #6D863F background

This text has white color on #6D863F background.