COLOR #6D150E

HEX: #6D150E
RGB: (109,21,14)

Renk bilgisi

#6D150E contains mainly red color. #6D150E ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#6D150E color RGB value is (109,21,14).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 21 of 255 = 8%
B 14 of 255 = 5%

109
21
14

R + G + B ~ 19%. #6D150E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 21 + 14 = 144 (100%)
R 109 of 144 ~ 75.69%
G 21 of 144 ~ 14.58%
B 14 of 144 ~ 9.72%

%75.69
%14.58
%9.72

CMYK RENK MODELİ

#6D150E rengi CMYK tonu (0,81,87,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.73%
  • sarı tonu 87.16%
  • ana renk tonu 57.25%
CMYK:
(0,81,87,57)
C0M81Y87K57 
(0%,81%,87%,57%)
(0.00/0.81/0.87/0.57)	

CMYK yüzdeleri

%0
%80.73
%87.16
%57.25

Codes

Color #6D150E in popluar color models

6D150E
RGB1092114
HSL77.24%24.12%
HSB/HSV87.16%42.75%
CMYK0.00%80.73%87.16%
57.25%

Color #6D150E in popluar number systems.

HEX6D150E
Decimal1092114
Binary1101101101011110
Octal1552516

Shades and tints

Shades of #6D150E

#6D150E
(109,21,14)
#64140D
(100,20,13)
#5B130C
(91,19,12)
#52120B
(82,18,11)
#49110A
(73,17,10)
#401009
(64,16,9)
#370F08
(55,15,8)
#2E0E07
(46,14,7)
#250D06
(37,13,6)
#1C0C05
(28,12,5)
#130B04
(19,11,4)
#000000
(0,0,0)

Tints of #6D150E

#6D150E
(109,21,14)
#7A2A23
(122,42,35)
#873F38
(135,63,56)
#94544D
(148,84,77)
#A16962
(161,105,98)
#AE7E77
(174,126,119)
#BB938C
(187,147,140)
#C8A8A1
(200,168,161)
#D5BDB6
(213,189,182)
#E2D2CB
(226,210,203)
#EFE7E0
(239,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D150E color. Also use rgb(109,21,14) instead hex code.

Text Font Color

.myTextColor { color: #6D150E; }

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

This text font color is #6D150E.


Background Color

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

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

This div background color is #6D150E.


Border color

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

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

This div border color is #6D150E.


Opacity

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

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

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

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

This text has shadow with #6D150E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D150E on black background.


Color preview on white background

This text has color #6D150E on white background.



Black color preview on #6D150E background

This text has black color on #6D150E background.


White color preview on #6D150E background

This text has white color on #6D150E background.