COLOR #6A4235

HEX: #6A4235 RGB: (106,66,53)

Color info

#6A4235 contains red, green and blue colors in about the same proportion. Web safe color of #6A4235 is #663333 (or #633).

RGB color model

#6A4235 color RGB value is (106,66,53).

RGB: (106,66,53) (42%, 26%, 21%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 53 of 255 = 21%

106
66
53

R + G + B ~ 30%. #6A4235 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 66 + 53 = 225 (100%)
R 106 of 225 ~ 47.11%
G 66 of 225 ~ 29.33%
B 53 of 225 ~ 23.56'%

%47.11
%29.33
%23.56

CMYK color model

#6A4235 color CMYK value is (0,38,50,58).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 50.00%
  • key color value is 58.43%

CMYK: (0,38,50,58)
C0M38Y50K58 (0%, 38%, 50%, 58%)
(0.00 / 0.38 / 0.50 / 0.58)

CMYK percentages

%0
%37.74
%50
%58.43

Codes

Color #6A4235 in popluar color models

6A 42 35
RGB 106 66 53
HSL 15° 33.33% 31.18%
HSB/HSV 15° 50.00% 41.57%
CMYK 0.00% 37.74% 50.00%
58.43%

Color #6A4235 in popluar number systems.

HEX 6A 42 35
Decimal 106 66 53
Binary 1101010 1000010 110101
Octal 152 102 65

Shades and tints

Shades of #6A4235

#6A4235
(106,66,53)
#613C31
(97,60,49)
#58362D
(88,54,45)
#4F3029
(79,48,41)
#462A25
(70,42,37)
#3D2421
(61,36,33)
#341E1D
(52,30,29)
#2B1819
(43,24,25)
#221215
(34,18,21)
#190C11
(25,12,17)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #6A4235

#6A4235
(106,66,53)
#775347
(119,83,71)
#846459
(132,100,89)
#91756B
(145,117,107)
#9E867D
(158,134,125)
#AB978F
(171,151,143)
#B8A8A1
(184,168,161)
#C5B9B3
(197,185,179)
#D2CAC5
(210,202,197)
#DFDBD7
(223,219,215)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4235 color. Also use rgb(106,66,53) instead hex code.

Text Font Color

.myTextColor { color: #6A4235; }

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

This text font color is #6A4235.

Background Color

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

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

This div background color is #6A4235.

Border color

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

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

This div border color is #6A4235.

Opacity

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

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

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

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

This text has shadow with #6A4235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4235.

Preview

Color preview on black background

This text has color #6A4235 on black background.


Color preview on white background

This text has color #6A4235 on white background.


Black color preview on #6A4235 background

This text has black color on #6A4235 background.


White color preview on #6A4235 background

This text has white color on #6A4235 background.


Related colors

Complementary color

Complementary color for #hex is #95BDCA.


I love getcolorcode.com

Triadic colors

1 #356A42 and #42356A with #6A4235 are triadic colors.

2 #35426A and #426A35 with #6A4235 are triadic colors.