COLOR #6E684F

HEX: #6E684F
RGB: (110,104,79)

Renk bilgisi

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

RGB renk modeli

#6E684F color RGB value is (110,104,79).

  • kırmız ton 110;
  • yeşil ton 104;
  • mavi ton 79.
RGB:
(110,104,79)
(43%,41%,31%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 104 of 255 = 41%
B 79 of 255 = 31%

110
104
79

R + G + B ~ 38%. #6E684F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 104 + 79 = 293 (100%)
R 110 of 293 ~ 37.54%
G 104 of 293 ~ 35.49%
B 79 of 293 ~ 26.96%

%37.54
%35.49
%26.96

CMYK RENK MODELİ

#6E684F rengi CMYK tonu (0,5,28,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.45%
  • sarı tonu 28.18%
  • ana renk tonu 56.86%
CMYK:
(0,5,28,57)
C0M5Y28K57 
(0%,5%,28%,57%)
(0.00/0.05/0.28/0.57)	

CMYK yüzdeleri

%0
%5.45
%28.18
%56.86

Codes

Color #6E684F in popluar color models

6E684F
RGB11010479
HSL48°16.40%37.06%
HSB/HSV48°28.18%43.14%
CMYK0.00%5.45%28.18%
56.86%

Color #6E684F in popluar number systems.

HEX6E684F
Decimal11010479
Binary110111011010001001111
Octal156150117

Shades and tints

Shades of #6E684F

#6E684F
(110,104,79)
#645F48
(100,95,72)
#5A5641
(90,86,65)
#504D3A
(80,77,58)
#464433
(70,68,51)
#3C3B2C
(60,59,44)
#323225
(50,50,37)
#28291E
(40,41,30)
#1E2017
(30,32,23)
#141710
(20,23,16)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #6E684F

#6E684F
(110,104,79)
#7B755F
(123,117,95)
#88826F
(136,130,111)
#958F7F
(149,143,127)
#A29C8F
(162,156,143)
#AFA99F
(175,169,159)
#BCB6AF
(188,182,175)
#C9C3BF
(201,195,191)
#D6D0CF
(214,208,207)
#E3DDDF
(227,221,223)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E684F color. Also use rgb(110,104,79) instead hex code.

Text Font Color

.myTextColor { color: #6E684F; }

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

This text font color is #6E684F.


Background Color

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

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

This div background color is #6E684F.


Border color

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

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

This div border color is #6E684F.


Opacity

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

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

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

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

This text has shadow with #6E684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E684F on black background.


Color preview on white background

This text has color #6E684F on white background.



Black color preview on #6E684F background

This text has black color on #6E684F background.


White color preview on #6E684F background

This text has white color on #6E684F background.