COLOR #6A3D15

HEX: #6A3D15
RGB: (106,61,21)

Color info

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

RGB color model

#6A3D15 color RGB value is (106,61,21).

  • red value is 106;
  • green value is 61;
  • blue value is 21.
RGB:
(106,61,21)
(42%,24%,8%)

RGB channels and saturation

R 106 of 255 = 42%
G 61 of 255 = 24%
B 21 of 255 = 8%

106
61
21

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

Portions of RGB colors in percentages

R + G + B =
106 + 61 + 21 = 188 (100%)
R 106 of 188 ~ 56.38%
G 61 of 188 ~ 32.45%
B 21 of 188 ~ 11.17%

%56.38
%32.45
%11.17

CMYK color model

#6A3D15 color CMYK value is (0,42,80,58).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 80.19%
  • key color value is 58.43%
CMYK:
(0,42,80,58)
C0M42Y80K58 
(0%,42%,80%,58%)
(0.00/0.42/0.80/0.58)	

CMYK percentages

%0
%42.45
%80.19
%58.43

Codes

Color #6A3D15 in popluar color models

6A3D15
RGB1066121
HSL28°66.93%24.90%
HSB/HSV28°80.19%41.57%
CMYK0.00%42.45%80.19%
58.43%

Color #6A3D15 in popluar number systems.

HEX6A3D15
Decimal1066121
Binary110101011110110101
Octal1527525

Shades and tints

Shades of #6A3D15

#6A3D15
(106,61,21)
#613814
(97,56,20)
#583313
(88,51,19)
#4F2E12
(79,46,18)
#462911
(70,41,17)
#3D2410
(61,36,16)
#341F0F
(52,31,15)
#2B1A0E
(43,26,14)
#22150D
(34,21,13)
#19100C
(25,16,12)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A3D15

#6A3D15
(106,61,21)
#774E2A
(119,78,42)
#845F3F
(132,95,63)
#917054
(145,112,84)
#9E8169
(158,129,105)
#AB927E
(171,146,126)
#B8A393
(184,163,147)
#C5B4A8
(197,180,168)
#D2C5BD
(210,197,189)
#DFD6D2
(223,214,210)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3D15 color. Also use rgb(106,61,21) instead hex code.

Text Font Color

.myTextColor { color: #6A3D15; }

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

This text font color is #6A3D15.


Background Color

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

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

This div background color is #6A3D15.


Border color

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

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

This div border color is #6A3D15.


Opacity

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

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

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

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

This text has shadow with #6A3D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3D15 on black background.


Color preview on white background

This text has color #6A3D15 on white background.



Black color preview on #6A3D15 background

This text has black color on #6A3D15 background.


White color preview on #6A3D15 background

This text has white color on #6A3D15 background.