COLOR #6E5D35

HEX: #6E5D35
RGB: (110,93,53)

Renk bilgisi

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

RGB renk modeli

#6E5D35 color RGB value is (110,93,53).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 93 of 255 = 36%
B 53 of 255 = 21%

110
93
53

R + G + B ~ 33%. #6E5D35 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 93 + 53 = 256 (100%)
R 110 of 256 ~ 42.97%
G 93 of 256 ~ 36.33%
B 53 of 256 ~ 20.7%

%42.97
%36.33
%20.7

CMYK RENK MODELİ

#6E5D35 rengi CMYK tonu (0,15,52,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.45%
  • sarı tonu 51.82%
  • ana renk tonu 56.86%
CMYK:
(0,15,52,57)
C0M15Y52K57 
(0%,15%,52%,57%)
(0.00/0.15/0.52/0.57)	

CMYK yüzdeleri

%0
%15.45
%51.82
%56.86

Codes

Color #6E5D35 in popluar color models

6E5D35
RGB1109353
HSL42°34.97%31.96%
HSB/HSV42°51.82%43.14%
CMYK0.00%15.45%51.82%
56.86%

Color #6E5D35 in popluar number systems.

HEX6E5D35
Decimal1109353
Binary11011101011101110101
Octal15613565

Shades and tints

Shades of #6E5D35

#6E5D35
(110,93,53)
#645531
(100,85,49)
#5A4D2D
(90,77,45)
#504529
(80,69,41)
#463D25
(70,61,37)
#3C3521
(60,53,33)
#322D1D
(50,45,29)
#282519
(40,37,25)
#1E1D15
(30,29,21)
#141511
(20,21,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E5D35

#6E5D35
(110,93,53)
#7B6B47
(123,107,71)
#887959
(136,121,89)
#95876B
(149,135,107)
#A2957D
(162,149,125)
#AFA38F
(175,163,143)
#BCB1A1
(188,177,161)
#C9BFB3
(201,191,179)
#D6CDC5
(214,205,197)
#E3DBD7
(227,219,215)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5D35 color. Also use rgb(110,93,53) instead hex code.

Text Font Color

.myTextColor { color: #6E5D35; }

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

This text font color is #6E5D35.


Background Color

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

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

This div background color is #6E5D35.


Border color

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

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

This div border color is #6E5D35.


Opacity

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

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

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

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

This text has shadow with #6E5D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5D35 on black background.


Color preview on white background

This text has color #6E5D35 on white background.



Black color preview on #6E5D35 background

This text has black color on #6E5D35 background.


White color preview on #6E5D35 background

This text has white color on #6E5D35 background.