COLOR #6A5A3E

HEX: #6A5A3E
RGB: (106,90,62)

Color info

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

RGB color model

#6A5A3E color RGB value is (106,90,62).

  • red value is 106;
  • green value is 90;
  • blue value is 62.
RGB:
(106,90,62)
(42%,35%,24%)

RGB channels and saturation

R 106 of 255 = 42%
G 90 of 255 = 35%
B 62 of 255 = 24%

106
90
62

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

Portions of RGB colors in percentages

R + G + B =
106 + 90 + 62 = 258 (100%)
R 106 of 258 ~ 41.09%
G 90 of 258 ~ 34.88%
B 62 of 258 ~ 24.03%

%41.09
%34.88
%24.03

CMYK color model

#6A5A3E color CMYK value is (0,15,42,58).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 41.51%
  • key color value is 58.43%
CMYK:
(0,15,42,58)
C0M15Y42K58 
(0%,15%,42%,58%)
(0.00/0.15/0.42/0.58)	

CMYK percentages

%0
%15.09
%41.51
%58.43

Codes

Color #6A5A3E in popluar color models

6A5A3E
RGB1069062
HSL38°26.19%32.94%
HSB/HSV38°41.51%41.57%
CMYK0.00%15.09%41.51%
58.43%

Color #6A5A3E in popluar number systems.

HEX6A5A3E
Decimal1069062
Binary11010101011010111110
Octal15213276

Shades and tints

Shades of #6A5A3E

#6A5A3E
(106,90,62)
#615239
(97,82,57)
#584A34
(88,74,52)
#4F422F
(79,66,47)
#463A2A
(70,58,42)
#3D3225
(61,50,37)
#342A20
(52,42,32)
#2B221B
(43,34,27)
#221A16
(34,26,22)
#191211
(25,18,17)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #6A5A3E

#6A5A3E
(106,90,62)
#77694F
(119,105,79)
#847860
(132,120,96)
#918771
(145,135,113)
#9E9682
(158,150,130)
#ABA593
(171,165,147)
#B8B4A4
(184,180,164)
#C5C3B5
(197,195,181)
#D2D2C6
(210,210,198)
#DFE1D7
(223,225,215)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5A3E color. Also use rgb(106,90,62) instead hex code.

Text Font Color

.myTextColor { color: #6A5A3E; }

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

This text font color is #6A5A3E.


Background Color

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

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

This div background color is #6A5A3E.


Border color

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

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

This div border color is #6A5A3E.


Opacity

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

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

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

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

This text has shadow with #6A5A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5A3E on black background.


Color preview on white background

This text has color #6A5A3E on white background.



Black color preview on #6A5A3E background

This text has black color on #6A5A3E background.


White color preview on #6A5A3E background

This text has white color on #6A5A3E background.