COLOR #6D251C

HEX: #6D251C
RGB: (109,37,28)

Renk bilgisi

#6D251C contains mainly red color. #6D251C ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#6D251C color RGB value is (109,37,28).

  • kırmız ton 109;
  • yeşil ton 37;
  • mavi ton 28.
RGB:
(109,37,28)
(43%,15%,11%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 37 of 255 = 15%
B 28 of 255 = 11%

109
37
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 37 + 28 = 174 (100%)
R 109 of 174 ~ 62.64%
G 37 of 174 ~ 21.26%
B 28 of 174 ~ 16.09%

%62.64
%21.26
%16.09

CMYK RENK MODELİ

#6D251C rengi CMYK tonu (0,66,74,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.06%
  • sarı tonu 74.31%
  • ana renk tonu 57.25%
CMYK:
(0,66,74,57)
C0M66Y74K57 
(0%,66%,74%,57%)
(0.00/0.66/0.74/0.57)	

CMYK yüzdeleri

%0
%66.06
%74.31
%57.25

Codes

Color #6D251C in popluar color models

6D251C
RGB1093728
HSL59.12%26.86%
HSB/HSV74.31%42.75%
CMYK0.00%66.06%74.31%
57.25%

Color #6D251C in popluar number systems.

HEX6D251C
Decimal1093728
Binary110110110010111100
Octal1554534

Shades and tints

Shades of #6D251C

#6D251C
(109,37,28)
#64221A
(100,34,26)
#5B1F18
(91,31,24)
#521C16
(82,28,22)
#491914
(73,25,20)
#401612
(64,22,18)
#371310
(55,19,16)
#2E100E
(46,16,14)
#250D0C
(37,13,12)
#1C0A0A
(28,10,10)
#130708
(19,7,8)
#000000
(0,0,0)

Tints of #6D251C

#6D251C
(109,37,28)
#7A3830
(122,56,48)
#874B44
(135,75,68)
#945E58
(148,94,88)
#A1716C
(161,113,108)
#AE8480
(174,132,128)
#BB9794
(187,151,148)
#C8AAA8
(200,170,168)
#D5BDBC
(213,189,188)
#E2D0D0
(226,208,208)
#EFE3E4
(239,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D251C color. Also use rgb(109,37,28) instead hex code.

Text Font Color

.myTextColor { color: #6D251C; }

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

This text font color is #6D251C.


Background Color

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

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

This div background color is #6D251C.


Border color

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

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

This div border color is #6D251C.


Opacity

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

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

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

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

This text has shadow with #6D251C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D251C on black background.


Color preview on white background

This text has color #6D251C on white background.



Black color preview on #6D251C background

This text has black color on #6D251C background.


White color preview on #6D251C background

This text has white color on #6D251C background.