COLOR #6A5D27

HEX: #6A5D27
RGB: (106,93,39)

Color info

#6A5D27 contains mainly red and green colors. Web safe color of #6A5D27 is #666633 (or #663).

RGB color model

#6A5D27 color RGB value is (106,93,39).

  • red value is 106;
  • green value is 93;
  • blue value is 39.
RGB:
(106,93,39)
(42%,36%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 39 of 255 = 15%

106
93
39

R + G + B ~ 31%. #6A5D27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 39 = 238 (100%)
R 106 of 238 ~ 44.54%
G 93 of 238 ~ 39.08%
B 39 of 238 ~ 16.39%

%44.54
%39.08
%16.39

CMYK color model

#6A5D27 color CMYK value is (0,12,63,58).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 63.21%
  • key color value is 58.43%
CMYK:
(0,12,63,58)
C0M12Y63K58 
(0%,12%,63%,58%)
(0.00/0.12/0.63/0.58)	

CMYK percentages

%0
%12.26
%63.21
%58.43

Codes

Color #6A5D27 in popluar color models

6A5D27
RGB1069339
HSL48°46.21%28.43%
HSB/HSV48°63.21%41.57%
CMYK0.00%12.26%63.21%
58.43%

Color #6A5D27 in popluar number systems.

HEX6A5D27
Decimal1069339
Binary11010101011101100111
Octal15213547

Shades and tints

Shades of #6A5D27

#6A5D27
(106,93,39)
#615524
(97,85,36)
#584D21
(88,77,33)
#4F451E
(79,69,30)
#463D1B
(70,61,27)
#3D3518
(61,53,24)
#342D15
(52,45,21)
#2B2512
(43,37,18)
#221D0F
(34,29,15)
#19150C
(25,21,12)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #6A5D27

#6A5D27
(106,93,39)
#776B3A
(119,107,58)
#84794D
(132,121,77)
#918760
(145,135,96)
#9E9573
(158,149,115)
#ABA386
(171,163,134)
#B8B199
(184,177,153)
#C5BFAC
(197,191,172)
#D2CDBF
(210,205,191)
#DFDBD2
(223,219,210)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5D27 color. Also use rgb(106,93,39) instead hex code.

Text Font Color

.myTextColor { color: #6A5D27; }

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

This text font color is #6A5D27.


Background Color

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

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

This div background color is #6A5D27.


Border color

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

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

This div border color is #6A5D27.


Opacity

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

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

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

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

This text has shadow with #6A5D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5D27 on black background.


Color preview on white background

This text has color #6A5D27 on white background.



Black color preview on #6A5D27 background

This text has black color on #6A5D27 background.


White color preview on #6A5D27 background

This text has white color on #6A5D27 background.