COLOR #6E5511

HEX: #6E5511
RGB: (110,85,17)

Renk bilgisi

#6E5511 contains mainly red and green colors. #6E5511 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#6E5511 color RGB value is (110,85,17).

  • kırmız ton 110;
  • yeşil ton 85;
  • mavi ton 17.
RGB:
(110,85,17)
(43%,33%,7%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 85 of 255 = 33%
B 17 of 255 = 7%

110
85
17

R + G + B ~ 28%. #6E5511 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 85 + 17 = 212 (100%)
R 110 of 212 ~ 51.89%
G 85 of 212 ~ 40.09%
B 17 of 212 ~ 8.02%

%51.89
%40.09

CMYK RENK MODELİ

#6E5511 rengi CMYK tonu (0,23,85,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.73%
  • sarı tonu 84.55%
  • ana renk tonu 56.86%
CMYK:
(0,23,85,57)
C0M23Y85K57 
(0%,23%,85%,57%)
(0.00/0.23/0.85/0.57)	

CMYK yüzdeleri

%0
%22.73
%84.55
%56.86

Codes

Color #6E5511 in popluar color models

6E5511
RGB1108517
HSL44°73.23%24.90%
HSB/HSV44°84.55%43.14%
CMYK0.00%22.73%84.55%
56.86%

Color #6E5511 in popluar number systems.

HEX6E5511
Decimal1108517
Binary1101110101010110001
Octal15612521

Shades and tints

Shades of #6E5511

#6E5511
(110,85,17)
#644E10
(100,78,16)
#5A470F
(90,71,15)
#50400E
(80,64,14)
#46390D
(70,57,13)
#3C320C
(60,50,12)
#322B0B
(50,43,11)
#28240A
(40,36,10)
#1E1D09
(30,29,9)
#141608
(20,22,8)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #6E5511

#6E5511
(110,85,17)
#7B6426
(123,100,38)
#88733B
(136,115,59)
#958250
(149,130,80)
#A29165
(162,145,101)
#AFA07A
(175,160,122)
#BCAF8F
(188,175,143)
#C9BEA4
(201,190,164)
#D6CDB9
(214,205,185)
#E3DCCE
(227,220,206)
#F0EBE3
(240,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5511 color. Also use rgb(110,85,17) instead hex code.

Text Font Color

.myTextColor { color: #6E5511; }

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

This text font color is #6E5511.


Background Color

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

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

This div background color is #6E5511.


Border color

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

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

This div border color is #6E5511.


Opacity

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

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

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

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

This text has shadow with #6E5511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5511 on black background.


Color preview on white background

This text has color #6E5511 on white background.



Black color preview on #6E5511 background

This text has black color on #6E5511 background.


White color preview on #6E5511 background

This text has white color on #6E5511 background.