COLOR #6A513C

HEX: #6A513C
RGB: (106,81,60)

Color info

#6A513C contains red, green and blue colors in about the same proportion. Web safe color of #6A513C is #666633 (or #663).

RGB color model

#6A513C color RGB value is (106,81,60).

  • red value is 106;
  • green value is 81;
  • blue value is 60.
RGB:
(106,81,60)
(42%,32%,24%)

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 60 of 255 = 24%

106
81
60

R + G + B ~ 33%. #6A513C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 81 + 60 = 247 (100%)
R 106 of 247 ~ 42.91%
G 81 of 247 ~ 32.79%
B 60 of 247 ~ 24.29%

%42.91
%32.79
%24.29

CMYK color model

#6A513C color CMYK value is (0,24,43,58).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 43.40%
  • key color value is 58.43%
CMYK:
(0,24,43,58)
C0M24Y43K58 
(0%,24%,43%,58%)
(0.00/0.24/0.43/0.58)	

CMYK percentages

%0
%23.58
%43.4
%58.43

Codes

Color #6A513C in popluar color models

6A513C
RGB1068160
HSL27°27.71%32.55%
HSB/HSV27°43.40%41.57%
CMYK0.00%23.58%43.40%
58.43%

Color #6A513C in popluar number systems.

HEX6A513C
Decimal1068160
Binary11010101010001111100
Octal15212174

Shades and tints

Shades of #6A513C

#6A513C
(106,81,60)
#614A37
(97,74,55)
#584332
(88,67,50)
#4F3C2D
(79,60,45)
#463528
(70,53,40)
#3D2E23
(61,46,35)
#34271E
(52,39,30)
#2B2019
(43,32,25)
#221914
(34,25,20)
#19120F
(25,18,15)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #6A513C

#6A513C
(106,81,60)
#77604D
(119,96,77)
#846F5E
(132,111,94)
#917E6F
(145,126,111)
#9E8D80
(158,141,128)
#AB9C91
(171,156,145)
#B8ABA2
(184,171,162)
#C5BAB3
(197,186,179)
#D2C9C4
(210,201,196)
#DFD8D5
(223,216,213)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A513C color. Also use rgb(106,81,60) instead hex code.

Text Font Color

.myTextColor { color: #6A513C; }

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

This text font color is #6A513C.


Background Color

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

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

This div background color is #6A513C.


Border color

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

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

This div border color is #6A513C.


Opacity

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

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

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

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

This text has shadow with #6A513C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A513C on black background.


Color preview on white background

This text has color #6A513C on white background.



Black color preview on #6A513C background

This text has black color on #6A513C background.


White color preview on #6A513C background

This text has white color on #6A513C background.