COLOR #6B1D15

HEX: #6B1D15
RGB: (107,29,21)

Renk bilgisi

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

RGB renk modeli

#6B1D15 color RGB value is (107,29,21).

  • kırmız ton 107;
  • yeşil ton 29;
  • mavi ton 21.
RGB:
(107,29,21)
(42%,11%,8%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 29 of 255 = 11%
B 21 of 255 = 8%

107
29
21

R + G + B ~ 20%. #6B1D15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 29 + 21 = 157 (100%)
R 107 of 157 ~ 68.15%
G 29 of 157 ~ 18.47%
B 21 of 157 ~ 13.38%

%68.15
%18.47
%13.38

CMYK RENK MODELİ

#6B1D15 rengi CMYK tonu (0,73,80,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.90%
  • sarı tonu 80.37%
  • ana renk tonu 58.04%
CMYK:
(0,73,80,58)
C0M73Y80K58 
(0%,73%,80%,58%)
(0.00/0.73/0.80/0.58)	

CMYK yüzdeleri

%0
%72.9
%80.37
%58.04

Codes

Color #6B1D15 in popluar color models

6B1D15
RGB1072921
HSL67.19%25.10%
HSB/HSV80.37%41.96%
CMYK0.00%72.90%80.37%
58.04%

Color #6B1D15 in popluar number systems.

HEX6B1D15
Decimal1072921
Binary11010111110110101
Octal1533525

Shades and tints

Shades of #6B1D15

#6B1D15
(107,29,21)
#621B14
(98,27,20)
#591913
(89,25,19)
#501712
(80,23,18)
#471511
(71,21,17)
#3E1310
(62,19,16)
#35110F
(53,17,15)
#2C0F0E
(44,15,14)
#230D0D
(35,13,13)
#1A0B0C
(26,11,12)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #6B1D15

#6B1D15
(107,29,21)
#78312A
(120,49,42)
#85453F
(133,69,63)
#925954
(146,89,84)
#9F6D69
(159,109,105)
#AC817E
(172,129,126)
#B99593
(185,149,147)
#C6A9A8
(198,169,168)
#D3BDBD
(211,189,189)
#E0D1D2
(224,209,210)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1D15 color. Also use rgb(107,29,21) instead hex code.

Text Font Color

.myTextColor { color: #6B1D15; }

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

This text font color is #6B1D15.


Background Color

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

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

This div background color is #6B1D15.


Border color

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

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

This div border color is #6B1D15.


Opacity

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

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

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

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

This text has shadow with #6B1D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1D15 on black background.


Color preview on white background

This text has color #6B1D15 on white background.



Black color preview on #6B1D15 background

This text has black color on #6B1D15 background.


White color preview on #6B1D15 background

This text has white color on #6B1D15 background.