COLOR #6A3109

HEX: #6A3109
RGB: (106,49,9)

Color info

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

RGB color model

#6A3109 color RGB value is (106,49,9).

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

RGB channels and saturation

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

106
49
9

R + G + B ~ 22%. #6A3109 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 49 + 9 = 164 (100%)
R 106 of 164 ~ 64.63%
G 49 of 164 ~ 29.88%
B 9 of 164 ~ 5.49%

%64.63
%29.88

CMYK color model

#6A3109 color CMYK value is (0,54,92,58).

  • cyan value is 0.00%
  • magenta value is 53.77%
  • yellow value is 91.51%
  • key color value is 58.43%
CMYK:
(0,54,92,58)
C0M54Y92K58 
(0%,54%,92%,58%)
(0.00/0.54/0.92/0.58)	

CMYK percentages

%0
%53.77
%91.51
%58.43

Codes

Color #6A3109 in popluar color models

6A3109
RGB106499
HSL25°84.35%22.55%
HSB/HSV25°91.51%41.57%
CMYK0.00%53.77%91.51%
58.43%

Color #6A3109 in popluar number systems.

HEX6A3109
Decimal106499
Binary11010101100011001
Octal1526111

Shades and tints

Shades of #6A3109

#6A3109
(106,49,9)
#612D09
(97,45,9)
#582909
(88,41,9)
#4F2509
(79,37,9)
#462109
(70,33,9)
#3D1D09
(61,29,9)
#341909
(52,25,9)
#2B1509
(43,21,9)
#221109
(34,17,9)
#190D09
(25,13,9)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #6A3109

#6A3109
(106,49,9)
#77431F
(119,67,31)
#845535
(132,85,53)
#91674B
(145,103,75)
#9E7961
(158,121,97)
#AB8B77
(171,139,119)
#B89D8D
(184,157,141)
#C5AFA3
(197,175,163)
#D2C1B9
(210,193,185)
#DFD3CF
(223,211,207)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3109; }

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

This text font color is #6A3109.


Background Color

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

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

This div background color is #6A3109.


Border color

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

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

This div border color is #6A3109.


Opacity

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

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

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

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

This text has shadow with #6A3109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3109 on black background.


Color preview on white background

This text has color #6A3109 on white background.



Black color preview on #6A3109 background

This text has black color on #6A3109 background.


White color preview on #6A3109 background

This text has white color on #6A3109 background.