COLOR #6A5F46

HEX: #6A5F46
RGB: (106,95,70)

Color info

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

RGB color model

#6A5F46 color RGB value is (106,95,70).

  • red value is 106;
  • green value is 95;
  • blue value is 70.
RGB:
(106,95,70)
(42%,37%,27%)

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 70 of 255 = 27%

106
95
70

R + G + B ~ 35%. #6A5F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 95 + 70 = 271 (100%)
R 106 of 271 ~ 39.11%
G 95 of 271 ~ 35.06%
B 70 of 271 ~ 25.83%

%39.11
%35.06
%25.83

CMYK color model

#6A5F46 color CMYK value is (0,10,34,58).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 33.96%
  • key color value is 58.43%
CMYK:
(0,10,34,58)
C0M10Y34K58 
(0%,10%,34%,58%)
(0.00/0.10/0.34/0.58)	

CMYK percentages

%0
%10.38
%33.96
%58.43

Codes

Color #6A5F46 in popluar color models

6A5F46
RGB1069570
HSL42°20.45%34.51%
HSB/HSV42°33.96%41.57%
CMYK0.00%10.38%33.96%
58.43%

Color #6A5F46 in popluar number systems.

HEX6A5F46
Decimal1069570
Binary110101010111111000110
Octal152137106

Shades and tints

Shades of #6A5F46

#6A5F46
(106,95,70)
#615740
(97,87,64)
#584F3A
(88,79,58)
#4F4734
(79,71,52)
#463F2E
(70,63,46)
#3D3728
(61,55,40)
#342F22
(52,47,34)
#2B271C
(43,39,28)
#221F16
(34,31,22)
#191710
(25,23,16)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #6A5F46

#6A5F46
(106,95,70)
#776D56
(119,109,86)
#847B66
(132,123,102)
#918976
(145,137,118)
#9E9786
(158,151,134)
#ABA596
(171,165,150)
#B8B3A6
(184,179,166)
#C5C1B6
(197,193,182)
#D2CFC6
(210,207,198)
#DFDDD6
(223,221,214)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5F46 color. Also use rgb(106,95,70) instead hex code.

Text Font Color

.myTextColor { color: #6A5F46; }

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

This text font color is #6A5F46.


Background Color

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

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

This div background color is #6A5F46.


Border color

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

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

This div border color is #6A5F46.


Opacity

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

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

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

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

This text has shadow with #6A5F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5F46 on black background.


Color preview on white background

This text has color #6A5F46 on white background.



Black color preview on #6A5F46 background

This text has black color on #6A5F46 background.


White color preview on #6A5F46 background

This text has white color on #6A5F46 background.