COLOR #6E2B15

HEX: #6E2B15
RGB: (110,43,21)

Renk bilgisi

#6E2B15 contains mainly red color. #6E2B15 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#6E2B15 color RGB value is (110,43,21).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 43 of 255 = 17%
B 21 of 255 = 8%

110
43
21

R + G + B ~ 23%. #6E2B15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 43 + 21 = 174 (100%)
R 110 of 174 ~ 63.22%
G 43 of 174 ~ 24.71%
B 21 of 174 ~ 12.07%

%63.22
%24.71
%12.07

CMYK RENK MODELİ

#6E2B15 rengi CMYK tonu (0,61,81,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.91%
  • sarı tonu 80.91%
  • ana renk tonu 56.86%
CMYK:
(0,61,81,57)
C0M61Y81K57 
(0%,61%,81%,57%)
(0.00/0.61/0.81/0.57)	

CMYK yüzdeleri

%0
%60.91
%80.91
%56.86

Codes

Color #6E2B15 in popluar color models

6E2B15
RGB1104321
HSL15°67.94%25.69%
HSB/HSV15°80.91%43.14%
CMYK0.00%60.91%80.91%
56.86%

Color #6E2B15 in popluar number systems.

HEX6E2B15
Decimal1104321
Binary110111010101110101
Octal1565325

Shades and tints

Shades of #6E2B15

#6E2B15
(110,43,21)
#642814
(100,40,20)
#5A2513
(90,37,19)
#502212
(80,34,18)
#461F11
(70,31,17)
#3C1C10
(60,28,16)
#32190F
(50,25,15)
#28160E
(40,22,14)
#1E130D
(30,19,13)
#14100C
(20,16,12)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #6E2B15

#6E2B15
(110,43,21)
#7B3E2A
(123,62,42)
#88513F
(136,81,63)
#956454
(149,100,84)
#A27769
(162,119,105)
#AF8A7E
(175,138,126)
#BC9D93
(188,157,147)
#C9B0A8
(201,176,168)
#D6C3BD
(214,195,189)
#E3D6D2
(227,214,210)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2B15 color. Also use rgb(110,43,21) instead hex code.

Text Font Color

.myTextColor { color: #6E2B15; }

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

This text font color is #6E2B15.


Background Color

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

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

This div background color is #6E2B15.


Border color

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

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

This div border color is #6E2B15.


Opacity

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

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

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

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

This text has shadow with #6E2B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2B15 on black background.


Color preview on white background

This text has color #6E2B15 on white background.



Black color preview on #6E2B15 background

This text has black color on #6E2B15 background.


White color preview on #6E2B15 background

This text has white color on #6E2B15 background.