COLOR #6A563D

HEX: #6A563D
RGB: (106,86,61)

Color info

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

RGB color model

#6A563D color RGB value is (106,86,61).

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

RGB channels and saturation

R 106 of 255 = 42%
G 86 of 255 = 34%
B 61 of 255 = 24%

106
86
61

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

Portions of RGB colors in percentages

R + G + B =
106 + 86 + 61 = 253 (100%)
R 106 of 253 ~ 41.9%
G 86 of 253 ~ 33.99%
B 61 of 253 ~ 24.11%

%41.9
%33.99
%24.11

CMYK color model

#6A563D color CMYK value is (0,19,42,58).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 42.45%
  • key color value is 58.43%
CMYK:
(0,19,42,58)
C0M19Y42K58 
(0%,19%,42%,58%)
(0.00/0.19/0.42/0.58)	

CMYK percentages

%0
%18.87
%42.45
%58.43

Codes

Color #6A563D in popluar color models

6A563D
RGB1068661
HSL33°26.95%32.75%
HSB/HSV33°42.45%41.57%
CMYK0.00%18.87%42.45%
58.43%

Color #6A563D in popluar number systems.

HEX6A563D
Decimal1068661
Binary11010101010110111101
Octal15212675

Shades and tints

Shades of #6A563D

#6A563D
(106,86,61)
#614F38
(97,79,56)
#584833
(88,72,51)
#4F412E
(79,65,46)
#463A29
(70,58,41)
#3D3324
(61,51,36)
#342C1F
(52,44,31)
#2B251A
(43,37,26)
#221E15
(34,30,21)
#191710
(25,23,16)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #6A563D

#6A563D
(106,86,61)
#77654E
(119,101,78)
#84745F
(132,116,95)
#918370
(145,131,112)
#9E9281
(158,146,129)
#ABA192
(171,161,146)
#B8B0A3
(184,176,163)
#C5BFB4
(197,191,180)
#D2CEC5
(210,206,197)
#DFDDD6
(223,221,214)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A563D; }

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

This text font color is #6A563D.


Background Color

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

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

This div background color is #6A563D.


Border color

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

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

This div border color is #6A563D.


Opacity

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

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

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

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

This text has shadow with #6A563D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A563D on black background.


Color preview on white background

This text has color #6A563D on white background.



Black color preview on #6A563D background

This text has black color on #6A563D background.


White color preview on #6A563D background

This text has white color on #6A563D background.