COLOR #6A4245

HEX: #6A4245
RGB: (106,66,69)

Color info

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

RGB color model

#6A4245 color RGB value is (106,66,69).

  • red value is 106;
  • green value is 66;
  • blue value is 69.
RGB:
(106,66,69)
(42%,26%,27%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 69 of 255 = 27%

106
66
69

R + G + B ~ 32%. #6A4245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 66 + 69 = 241 (100%)
R 106 of 241 ~ 43.98%
G 66 of 241 ~ 27.39%
B 69 of 241 ~ 28.63%

%43.98
%27.39
%28.63

CMYK color model

#6A4245 color CMYK value is (0,38,35,58).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 34.91%
  • key color value is 58.43%
CMYK:
(0,38,35,58)
C0M38Y35K58 
(0%,38%,35%,58%)
(0.00/0.38/0.35/0.58)	

CMYK percentages

%0
%37.74
%34.91
%58.43

Codes

Color #6A4245 in popluar color models

6A4245
RGB1066669
HSL356°23.26%33.73%
HSB/HSV356°37.74%41.57%
CMYK0.00%37.74%34.91%
58.43%

Color #6A4245 in popluar number systems.

HEX6A4245
Decimal1066669
Binary110101010000101000101
Octal152102105

Shades and tints

Shades of #6A4245

#6A4245
(106,66,69)
#613C3F
(97,60,63)
#583639
(88,54,57)
#4F3033
(79,48,51)
#462A2D
(70,42,45)
#3D2427
(61,36,39)
#341E21
(52,30,33)
#2B181B
(43,24,27)
#221215
(34,18,21)
#190C0F
(25,12,15)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #6A4245

#6A4245
(106,66,69)
#775355
(119,83,85)
#846465
(132,100,101)
#917575
(145,117,117)
#9E8685
(158,134,133)
#AB9795
(171,151,149)
#B8A8A5
(184,168,165)
#C5B9B5
(197,185,181)
#D2CAC5
(210,202,197)
#DFDBD5
(223,219,213)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4245; }

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

This text font color is #6A4245.


Background Color

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

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

This div background color is #6A4245.


Border color

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

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

This div border color is #6A4245.


Opacity

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

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

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

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

This text has shadow with #6A4245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4245 on black background.


Color preview on white background

This text has color #6A4245 on white background.



Black color preview on #6A4245 background

This text has black color on #6A4245 background.


White color preview on #6A4245 background

This text has white color on #6A4245 background.