COLOR #6A3118

HEX: #6A3118
RGB: (106,49,24)

Color info

#6A3118 contains mainly red and green colors. Web safe color of #6A3118 is #663300 (or #630).

RGB color model

#6A3118 color RGB value is (106,49,24).

  • red value is 106;
  • green value is 49;
  • blue value is 24.
RGB:
(106,49,24)
(42%,19%,9%)

RGB channels and saturation

R 106 of 255 = 42%
G 49 of 255 = 19%
B 24 of 255 = 9%

106
49
24

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

Portions of RGB colors in percentages

R + G + B =
106 + 49 + 24 = 179 (100%)
R 106 of 179 ~ 59.22%
G 49 of 179 ~ 27.37%
B 24 of 179 ~ 13.41%

%59.22
%27.37
%13.41

CMYK color model

#6A3118 color CMYK value is (0,54,77,58).

  • cyan value is 0.00%
  • magenta value is 53.77%
  • yellow value is 77.36%
  • key color value is 58.43%
CMYK:
(0,54,77,58)
C0M54Y77K58 
(0%,54%,77%,58%)
(0.00/0.54/0.77/0.58)	

CMYK percentages

%0
%53.77
%77.36
%58.43

Codes

Color #6A3118 in popluar color models

6A3118
RGB1064924
HSL18°63.08%25.49%
HSB/HSV18°77.36%41.57%
CMYK0.00%53.77%77.36%
58.43%

Color #6A3118 in popluar number systems.

HEX6A3118
Decimal1064924
Binary110101011000111000
Octal1526130

Shades and tints

Shades of #6A3118

#6A3118
(106,49,24)
#612D16
(97,45,22)
#582914
(88,41,20)
#4F2512
(79,37,18)
#462110
(70,33,16)
#3D1D0E
(61,29,14)
#34190C
(52,25,12)
#2B150A
(43,21,10)
#221108
(34,17,8)
#190D06
(25,13,6)
#100904
(16,9,4)
#000000
(0,0,0)

Tints of #6A3118

#6A3118
(106,49,24)
#77432D
(119,67,45)
#845542
(132,85,66)
#916757
(145,103,87)
#9E796C
(158,121,108)
#AB8B81
(171,139,129)
#B89D96
(184,157,150)
#C5AFAB
(197,175,171)
#D2C1C0
(210,193,192)
#DFD3D5
(223,211,213)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3118 color. Also use rgb(106,49,24) instead hex code.

Text Font Color

.myTextColor { color: #6A3118; }

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

This text font color is #6A3118.


Background Color

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

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

This div background color is #6A3118.


Border color

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

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

This div border color is #6A3118.


Opacity

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

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

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

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

This text has shadow with #6A3118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3118 on black background.


Color preview on white background

This text has color #6A3118 on white background.



Black color preview on #6A3118 background

This text has black color on #6A3118 background.


White color preview on #6A3118 background

This text has white color on #6A3118 background.