COLOR #6D2A18

HEX: #6D2A18
RGB: (109,42,24)

Color info

#6D2A18 contains mainly red color. Web safe color of #6D2A18 is #663300 (or #630).

RGB color model

#6D2A18 color RGB value is (109,42,24).

  • red value is 109;
  • green value is 42;
  • blue value is 24.
RGB:
(109,42,24)
(43%,16%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 42 of 255 = 16%
B 24 of 255 = 9%

109
42
24

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

Portions of RGB colors in percentages

R + G + B =
109 + 42 + 24 = 175 (100%)
R 109 of 175 ~ 62.29%
G 42 of 175 ~ 24%
B 24 of 175 ~ 13.71%

%62.29
%24
%13.71

CMYK color model

#6D2A18 color CMYK value is (0,61,78,57).

  • cyan value is 0.00%
  • magenta value is 61.47%
  • yellow value is 77.98%
  • key color value is 57.25%
CMYK:
(0,61,78,57)
C0M61Y78K57 
(0%,61%,78%,57%)
(0.00/0.61/0.78/0.57)	

CMYK percentages

%0
%61.47
%77.98
%57.25

Codes

Color #6D2A18 in popluar color models

6D2A18
RGB1094224
HSL13°63.91%26.08%
HSB/HSV13°77.98%42.75%
CMYK0.00%61.47%77.98%
57.25%

Color #6D2A18 in popluar number systems.

HEX6D2A18
Decimal1094224
Binary110110110101011000
Octal1555230

Shades and tints

Shades of #6D2A18

#6D2A18
(109,42,24)
#642716
(100,39,22)
#5B2414
(91,36,20)
#522112
(82,33,18)
#491E10
(73,30,16)
#401B0E
(64,27,14)
#37180C
(55,24,12)
#2E150A
(46,21,10)
#251208
(37,18,8)
#1C0F06
(28,15,6)
#130C04
(19,12,4)
#000000
(0,0,0)

Tints of #6D2A18

#6D2A18
(109,42,24)
#7A3D2D
(122,61,45)
#875042
(135,80,66)
#946357
(148,99,87)
#A1766C
(161,118,108)
#AE8981
(174,137,129)
#BB9C96
(187,156,150)
#C8AFAB
(200,175,171)
#D5C2C0
(213,194,192)
#E2D5D5
(226,213,213)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2A18 color. Also use rgb(109,42,24) instead hex code.

Text Font Color

.myTextColor { color: #6D2A18; }

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

This text font color is #6D2A18.


Background Color

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

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

This div background color is #6D2A18.


Border color

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

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

This div border color is #6D2A18.


Opacity

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

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

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

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

This text has shadow with #6D2A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2A18 on black background.


Color preview on white background

This text has color #6D2A18 on white background.



Black color preview on #6D2A18 background

This text has black color on #6D2A18 background.


White color preview on #6D2A18 background

This text has white color on #6D2A18 background.