COLOR #6A5F34

HEX: #6A5F34
RGB: (106,95,52)

Color info

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

RGB color model

#6A5F34 color RGB value is (106,95,52).

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

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 52 of 255 = 20%

106
95
52

R + G + B ~ 33%. #6A5F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 95 + 52 = 253 (100%)
R 106 of 253 ~ 41.9%
G 95 of 253 ~ 37.55%
B 52 of 253 ~ 20.55%

%41.9
%37.55
%20.55

CMYK color model

#6A5F34 color CMYK value is (0,10,51,58).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 50.94%
  • key color value is 58.43%
CMYK:
(0,10,51,58)
C0M10Y51K58 
(0%,10%,51%,58%)
(0.00/0.10/0.51/0.58)	

CMYK percentages

%0
%10.38
%50.94
%58.43

Codes

Color #6A5F34 in popluar color models

6A5F34
RGB1069552
HSL48°34.18%30.98%
HSB/HSV48°50.94%41.57%
CMYK0.00%10.38%50.94%
58.43%

Color #6A5F34 in popluar number systems.

HEX6A5F34
Decimal1069552
Binary11010101011111110100
Octal15213764

Shades and tints

Shades of #6A5F34

#6A5F34
(106,95,52)
#615730
(97,87,48)
#584F2C
(88,79,44)
#4F4728
(79,71,40)
#463F24
(70,63,36)
#3D3720
(61,55,32)
#342F1C
(52,47,28)
#2B2718
(43,39,24)
#221F14
(34,31,20)
#191710
(25,23,16)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A5F34

#6A5F34
(106,95,52)
#776D46
(119,109,70)
#847B58
(132,123,88)
#91896A
(145,137,106)
#9E977C
(158,151,124)
#ABA58E
(171,165,142)
#B8B3A0
(184,179,160)
#C5C1B2
(197,193,178)
#D2CFC4
(210,207,196)
#DFDDD6
(223,221,214)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5F34; }

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

This text font color is #6A5F34.


Background Color

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

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

This div background color is #6A5F34.


Border color

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

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

This div border color is #6A5F34.


Opacity

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

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

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

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

This text has shadow with #6A5F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5F34 on black background.


Color preview on white background

This text has color #6A5F34 on white background.



Black color preview on #6A5F34 background

This text has black color on #6A5F34 background.


White color preview on #6A5F34 background

This text has white color on #6A5F34 background.