COLOR #6D0B19

HEX: #6D0B19
RGB: (109,11,25)

Color info

#6D0B19 contains mainly red color. Web safe color of #6D0B19 is #660000 (or #600).

RGB color model

#6D0B19 color RGB value is (109,11,25).

  • red value is 109;
  • green value is 11;
  • blue value is 25.
RGB:
(109,11,25)
(43%,4%,10%)

RGB channels and saturation

R 109 of 255 = 43%
G 11 of 255 = 4%
B 25 of 255 = 10%

109
11
25

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

Portions of RGB colors in percentages

R + G + B =
109 + 11 + 25 = 145 (100%)
R 109 of 145 ~ 75.17%
G 11 of 145 ~ 7.59%
B 25 of 145 ~ 17.24%

%75.17
%17.24

CMYK color model

#6D0B19 color CMYK value is (0,90,77,57).

  • cyan value is 0.00%
  • magenta value is 89.91%
  • yellow value is 77.06%
  • key color value is 57.25%
CMYK:
(0,90,77,57)
C0M90Y77K57 
(0%,90%,77%,57%)
(0.00/0.90/0.77/0.57)	

CMYK percentages

%0
%89.91
%77.06
%57.25

Codes

Color #6D0B19 in popluar color models

6D0B19
RGB1091125
HSL351°81.67%23.53%
HSB/HSV351°89.91%42.75%
CMYK0.00%89.91%77.06%
57.25%

Color #6D0B19 in popluar number systems.

HEX6D0B19
Decimal1091125
Binary1101101101111001
Octal1551331

Shades and tints

Shades of #6D0B19

#6D0B19
(109,11,25)
#640A17
(100,10,23)
#5B0915
(91,9,21)
#520813
(82,8,19)
#490711
(73,7,17)
#40060F
(64,6,15)
#37050D
(55,5,13)
#2E040B
(46,4,11)
#250309
(37,3,9)
#1C0207
(28,2,7)
#130105
(19,1,5)
#000000
(0,0,0)

Tints of #6D0B19

#6D0B19
(109,11,25)
#7A212D
(122,33,45)
#873741
(135,55,65)
#944D55
(148,77,85)
#A16369
(161,99,105)
#AE797D
(174,121,125)
#BB8F91
(187,143,145)
#C8A5A5
(200,165,165)
#D5BBB9
(213,187,185)
#E2D1CD
(226,209,205)
#EFE7E1
(239,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0B19 color. Also use rgb(109,11,25) instead hex code.

Text Font Color

.myTextColor { color: #6D0B19; }

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

This text font color is #6D0B19.


Background Color

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

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

This div background color is #6D0B19.


Border color

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

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

This div border color is #6D0B19.


Opacity

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

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

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

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

This text has shadow with #6D0B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0B19 on black background.


Color preview on white background

This text has color #6D0B19 on white background.



Black color preview on #6D0B19 background

This text has black color on #6D0B19 background.


White color preview on #6D0B19 background

This text has white color on #6D0B19 background.