COLOR #6A4217

HEX: #6A4217
RGB: (106,66,23)

Color info

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

RGB color model

#6A4217 color RGB value is (106,66,23).

  • red value is 106;
  • green value is 66;
  • blue value is 23.
RGB:
(106,66,23)
(42%,26%,9%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 23 of 255 = 9%

106
66
23

R + G + B ~ 26%. #6A4217 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 66 + 23 = 195 (100%)
R 106 of 195 ~ 54.36%
G 66 of 195 ~ 33.85%
B 23 of 195 ~ 11.79%

%54.36
%33.85
%11.79

CMYK color model

#6A4217 color CMYK value is (0,38,78,58).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 78.30%
  • key color value is 58.43%
CMYK:
(0,38,78,58)
C0M38Y78K58 
(0%,38%,78%,58%)
(0.00/0.38/0.78/0.58)	

CMYK percentages

%0
%37.74
%78.3
%58.43

Codes

Color #6A4217 in popluar color models

6A4217
RGB1066623
HSL31°64.34%25.29%
HSB/HSV31°78.30%41.57%
CMYK0.00%37.74%78.30%
58.43%

Color #6A4217 in popluar number systems.

HEX6A4217
Decimal1066623
Binary1101010100001010111
Octal15210227

Shades and tints

Shades of #6A4217

#6A4217
(106,66,23)
#613C15
(97,60,21)
#583613
(88,54,19)
#4F3011
(79,48,17)
#462A0F
(70,42,15)
#3D240D
(61,36,13)
#341E0B
(52,30,11)
#2B1809
(43,24,9)
#221207
(34,18,7)
#190C05
(25,12,5)
#100603
(16,6,3)
#000000
(0,0,0)

Tints of #6A4217

#6A4217
(106,66,23)
#77532C
(119,83,44)
#846441
(132,100,65)
#917556
(145,117,86)
#9E866B
(158,134,107)
#AB9780
(171,151,128)
#B8A895
(184,168,149)
#C5B9AA
(197,185,170)
#D2CABF
(210,202,191)
#DFDBD4
(223,219,212)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4217 color. Also use rgb(106,66,23) instead hex code.

Text Font Color

.myTextColor { color: #6A4217; }

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

This text font color is #6A4217.


Background Color

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

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

This div background color is #6A4217.


Border color

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

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

This div border color is #6A4217.


Opacity

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

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

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

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

This text has shadow with #6A4217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4217 on black background.


Color preview on white background

This text has color #6A4217 on white background.



Black color preview on #6A4217 background

This text has black color on #6A4217 background.


White color preview on #6A4217 background

This text has white color on #6A4217 background.