COLOR #6D715D

HEX: #6D715D
RGB: (109,113,93)

Renk bilgisi

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

RGB renk modeli

#6D715D color RGB value is (109,113,93).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 113 of 255 = 44%
B 93 of 255 = 36%

109
113
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 113 + 93 = 315 (100%)
R 109 of 315 ~ 34.6%
G 113 of 315 ~ 35.87%
B 93 of 315 ~ 29.52%

%34.6
%35.87
%29.52

CMYK RENK MODELİ

#6D715D rengi CMYK tonu (4,0,18,56).

  • camgöbeği tonu 3.54%
  • eflatun tonu 0.00%
  • sarı tonu 17.70%
  • ana renk tonu 55.69%
CMYK:
(4,0,18,56)
C4M0Y18K56 
(4%,0%,18%,56%)
(0.04/0.00/0.18/0.56)	

CMYK yüzdeleri

%3.54
%0
%17.7
%55.69

Codes

Color #6D715D in popluar color models

6D715D
RGB10911393
HSL72°9.71%40.39%
HSB/HSV72°17.70%44.31%
CMYK3.54%0.00%17.70%
55.69%

Color #6D715D in popluar number systems.

HEX6D715D
Decimal10911393
Binary110110111100011011101
Octal155161135

Shades and tints

Shades of #6D715D

#6D715D
(109,113,93)
#646755
(100,103,85)
#5B5D4D
(91,93,77)
#525345
(82,83,69)
#49493D
(73,73,61)
#403F35
(64,63,53)
#37352D
(55,53,45)
#2E2B25
(46,43,37)
#25211D
(37,33,29)
#1C1715
(28,23,21)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #6D715D

#6D715D
(109,113,93)
#7A7D6B
(122,125,107)
#878979
(135,137,121)
#949587
(148,149,135)
#A1A195
(161,161,149)
#AEADA3
(174,173,163)
#BBB9B1
(187,185,177)
#C8C5BF
(200,197,191)
#D5D1CD
(213,209,205)
#E2DDDB
(226,221,219)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D715D; }

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

This text font color is #6D715D.


Background Color

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

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

This div background color is #6D715D.


Border color

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

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

This div border color is #6D715D.


Opacity

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

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

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

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

This text has shadow with #6D715D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D715D on black background.


Color preview on white background

This text has color #6D715D on white background.



Black color preview on #6D715D background

This text has black color on #6D715D background.


White color preview on #6D715D background

This text has white color on #6D715D background.