COLOR #6A341E

HEX: #6A341E
RGB: (106,52,30)

Color info

#6A341E contains mainly red and green colors. Web safe color of #6A341E is #663333 (or #633).

RGB color model

#6A341E color RGB value is (106,52,30).

  • red value is 106;
  • green value is 52;
  • blue value is 30.
RGB:
(106,52,30)
(42%,20%,12%)

RGB channels and saturation

R 106 of 255 = 42%
G 52 of 255 = 20%
B 30 of 255 = 12%

106
52
30

R + G + B ~ 25%. #6A341E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 52 + 30 = 188 (100%)
R 106 of 188 ~ 56.38%
G 52 of 188 ~ 27.66%
B 30 of 188 ~ 15.96%

%56.38
%27.66
%15.96

CMYK color model

#6A341E color CMYK value is (0,51,72,58).

  • cyan value is 0.00%
  • magenta value is 50.94%
  • yellow value is 71.70%
  • key color value is 58.43%
CMYK:
(0,51,72,58)
C0M51Y72K58 
(0%,51%,72%,58%)
(0.00/0.51/0.72/0.58)	

CMYK percentages

%0
%50.94
%71.7
%58.43

Codes

Color #6A341E in popluar color models

6A341E
RGB1065230
HSL17°55.88%26.67%
HSB/HSV17°71.70%41.57%
CMYK0.00%50.94%71.70%
58.43%

Color #6A341E in popluar number systems.

HEX6A341E
Decimal1065230
Binary110101011010011110
Octal1526436

Shades and tints

Shades of #6A341E

#6A341E
(106,52,30)
#61301C
(97,48,28)
#582C1A
(88,44,26)
#4F2818
(79,40,24)
#462416
(70,36,22)
#3D2014
(61,32,20)
#341C12
(52,28,18)
#2B1810
(43,24,16)
#22140E
(34,20,14)
#19100C
(25,16,12)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #6A341E

#6A341E
(106,52,30)
#774632
(119,70,50)
#845846
(132,88,70)
#916A5A
(145,106,90)
#9E7C6E
(158,124,110)
#AB8E82
(171,142,130)
#B8A096
(184,160,150)
#C5B2AA
(197,178,170)
#D2C4BE
(210,196,190)
#DFD6D2
(223,214,210)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A341E color. Also use rgb(106,52,30) instead hex code.

Text Font Color

.myTextColor { color: #6A341E; }

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

This text font color is #6A341E.


Background Color

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

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

This div background color is #6A341E.


Border color

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

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

This div border color is #6A341E.


Opacity

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

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

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

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

This text has shadow with #6A341E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A341E on black background.


Color preview on white background

This text has color #6A341E on white background.



Black color preview on #6A341E background

This text has black color on #6A341E background.


White color preview on #6A341E background

This text has white color on #6A341E background.