COLOR #6C1513

HEX: #6C1513
RGB: (108,21,19)

Renk bilgisi

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

RGB renk modeli

#6C1513 color RGB value is (108,21,19).

  • kırmız ton 108;
  • yeşil ton 21;
  • mavi ton 19.
RGB:
(108,21,19)
(42%,8%,7%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 21 of 255 = 8%
B 19 of 255 = 7%

108
21
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 21 + 19 = 148 (100%)
R 108 of 148 ~ 72.97%
G 21 of 148 ~ 14.19%
B 19 of 148 ~ 12.84%

%72.97
%14.19
%12.84

CMYK RENK MODELİ

#6C1513 rengi CMYK tonu (0,81,82,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.56%
  • sarı tonu 82.41%
  • ana renk tonu 57.65%
CMYK:
(0,81,82,58)
C0M81Y82K58 
(0%,81%,82%,58%)
(0.00/0.81/0.82/0.58)	

CMYK yüzdeleri

%0
%80.56
%82.41
%57.65

Codes

Color #6C1513 in popluar color models

6C1513
RGB1082119
HSL70.08%24.90%
HSB/HSV82.41%42.35%
CMYK0.00%80.56%82.41%
57.65%

Color #6C1513 in popluar number systems.

HEX6C1513
Decimal1082119
Binary11011001010110011
Octal1542523

Shades and tints

Shades of #6C1513

#6C1513
(108,21,19)
#631412
(99,20,18)
#5A1311
(90,19,17)
#511210
(81,18,16)
#48110F
(72,17,15)
#3F100E
(63,16,14)
#360F0D
(54,15,13)
#2D0E0C
(45,14,12)
#240D0B
(36,13,11)
#1B0C0A
(27,12,10)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #6C1513

#6C1513
(108,21,19)
#792A28
(121,42,40)
#863F3D
(134,63,61)
#935452
(147,84,82)
#A06967
(160,105,103)
#AD7E7C
(173,126,124)
#BA9391
(186,147,145)
#C7A8A6
(199,168,166)
#D4BDBB
(212,189,187)
#E1D2D0
(225,210,208)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1513 color. Also use rgb(108,21,19) instead hex code.

Text Font Color

.myTextColor { color: #6C1513; }

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

This text font color is #6C1513.


Background Color

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

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

This div background color is #6C1513.


Border color

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

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

This div border color is #6C1513.


Opacity

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

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

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

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

This text has shadow with #6C1513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1513 on black background.


Color preview on white background

This text has color #6C1513 on white background.



Black color preview on #6C1513 background

This text has black color on #6C1513 background.


White color preview on #6C1513 background

This text has white color on #6C1513 background.