COLOR #6A6840

HEX: #6A6840
RGB: (106,104,64)

Color info

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

RGB color model

#6A6840 color RGB value is (106,104,64).

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

RGB channels and saturation

R 106 of 255 = 42%
G 104 of 255 = 41%
B 64 of 255 = 25%

106
104
64

R + G + B ~ 36%. #6A6840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 64 = 274 (100%)
R 106 of 274 ~ 38.69%
G 104 of 274 ~ 37.96%
B 64 of 274 ~ 23.36%

%38.69
%37.96
%23.36

CMYK color model

#6A6840 color CMYK value is (0,2,40,58).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 39.62%
  • key color value is 58.43%
CMYK:
(0,2,40,58)
C0M2Y40K58 
(0%,2%,40%,58%)
(0.00/0.02/0.40/0.58)	

CMYK percentages

%0
%1.89
%39.62
%58.43

Codes

Color #6A6840 in popluar color models

6A6840
RGB10610464
HSL57°24.71%33.33%
HSB/HSV57°39.62%41.57%
CMYK0.00%1.89%39.62%
58.43%

Color #6A6840 in popluar number systems.

HEX6A6840
Decimal10610464
Binary110101011010001000000
Octal152150100

Shades and tints

Shades of #6A6840

#6A6840
(106,104,64)
#615F3B
(97,95,59)
#585636
(88,86,54)
#4F4D31
(79,77,49)
#46442C
(70,68,44)
#3D3B27
(61,59,39)
#343222
(52,50,34)
#2B291D
(43,41,29)
#222018
(34,32,24)
#191713
(25,23,19)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A6840

#6A6840
(106,104,64)
#777551
(119,117,81)
#848262
(132,130,98)
#918F73
(145,143,115)
#9E9C84
(158,156,132)
#ABA995
(171,169,149)
#B8B6A6
(184,182,166)
#C5C3B7
(197,195,183)
#D2D0C8
(210,208,200)
#DFDDD9
(223,221,217)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6840; }

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

This text font color is #6A6840.


Background Color

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

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

This div background color is #6A6840.


Border color

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

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

This div border color is #6A6840.


Opacity

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

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

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

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

This text has shadow with #6A6840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6840 on black background.


Color preview on white background

This text has color #6A6840 on white background.



Black color preview on #6A6840 background

This text has black color on #6A6840 background.


White color preview on #6A6840 background

This text has white color on #6A6840 background.