COLOR #6A5840

HEX: #6A5840
RGB: (106,88,64)

Color info

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

RGB color model

#6A5840 color RGB value is (106,88,64).

  • red value is 106;
  • green value is 88;
  • blue value is 64.
RGB:
(106,88,64)
(42%,35%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 88 of 255 = 35%
B 64 of 255 = 25%

106
88
64

R + G + B ~ 34%. #6A5840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 88 + 64 = 258 (100%)
R 106 of 258 ~ 41.09%
G 88 of 258 ~ 34.11%
B 64 of 258 ~ 24.81%

%41.09
%34.11
%24.81

CMYK color model

#6A5840 color CMYK value is (0,17,40,58).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 39.62%
  • key color value is 58.43%
CMYK:
(0,17,40,58)
C0M17Y40K58 
(0%,17%,40%,58%)
(0.00/0.17/0.40/0.58)	

CMYK percentages

%0
%16.98
%39.62
%58.43

Codes

Color #6A5840 in popluar color models

6A5840
RGB1068864
HSL34°24.71%33.33%
HSB/HSV34°39.62%41.57%
CMYK0.00%16.98%39.62%
58.43%

Color #6A5840 in popluar number systems.

HEX6A5840
Decimal1068864
Binary110101010110001000000
Octal152130100

Shades and tints

Shades of #6A5840

#6A5840
(106,88,64)
#61503B
(97,80,59)
#584836
(88,72,54)
#4F4031
(79,64,49)
#46382C
(70,56,44)
#3D3027
(61,48,39)
#342822
(52,40,34)
#2B201D
(43,32,29)
#221818
(34,24,24)
#191013
(25,16,19)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #6A5840

#6A5840
(106,88,64)
#776751
(119,103,81)
#847662
(132,118,98)
#918573
(145,133,115)
#9E9484
(158,148,132)
#ABA395
(171,163,149)
#B8B2A6
(184,178,166)
#C5C1B7
(197,193,183)
#D2D0C8
(210,208,200)
#DFDFD9
(223,223,217)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5840 color. Also use rgb(106,88,64) instead hex code.

Text Font Color

.myTextColor { color: #6A5840; }

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

This text font color is #6A5840.


Background Color

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

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

This div background color is #6A5840.


Border color

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

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

This div border color is #6A5840.


Opacity

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

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

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

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

This text has shadow with #6A5840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5840 on black background.


Color preview on white background

This text has color #6A5840 on white background.



Black color preview on #6A5840 background

This text has black color on #6A5840 background.


White color preview on #6A5840 background

This text has white color on #6A5840 background.