COLOR #6A493F

HEX: #6A493F
RGB: (106,73,63)

Color info

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

RGB color model

#6A493F color RGB value is (106,73,63).

  • red value is 106;
  • green value is 73;
  • blue value is 63.
RGB:
(106,73,63)
(42%,29%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 63 of 255 = 25%

106
73
63

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 63 = 242 (100%)
R 106 of 242 ~ 43.8%
G 73 of 242 ~ 30.17%
B 63 of 242 ~ 26.03%

%43.8
%30.17
%26.03

CMYK color model

#6A493F color CMYK value is (0,31,41,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 40.57%
  • key color value is 58.43%
CMYK:
(0,31,41,58)
C0M31Y41K58 
(0%,31%,41%,58%)
(0.00/0.31/0.41/0.58)	

CMYK percentages

%0
%31.13
%40.57
%58.43

Codes

Color #6A493F in popluar color models

6A493F
RGB1067363
HSL14°25.44%33.14%
HSB/HSV14°40.57%41.57%
CMYK0.00%31.13%40.57%
58.43%

Color #6A493F in popluar number systems.

HEX6A493F
Decimal1067363
Binary11010101001001111111
Octal15211177

Shades and tints

Shades of #6A493F

#6A493F
(106,73,63)
#61433A
(97,67,58)
#583D35
(88,61,53)
#4F3730
(79,55,48)
#46312B
(70,49,43)
#3D2B26
(61,43,38)
#342521
(52,37,33)
#2B1F1C
(43,31,28)
#221917
(34,25,23)
#191312
(25,19,18)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #6A493F

#6A493F
(106,73,63)
#775950
(119,89,80)
#846961
(132,105,97)
#917972
(145,121,114)
#9E8983
(158,137,131)
#AB9994
(171,153,148)
#B8A9A5
(184,169,165)
#C5B9B6
(197,185,182)
#D2C9C7
(210,201,199)
#DFD9D8
(223,217,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A493F color. Also use rgb(106,73,63) instead hex code.

Text Font Color

.myTextColor { color: #6A493F; }

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

This text font color is #6A493F.


Background Color

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

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

This div background color is #6A493F.


Border color

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

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

This div border color is #6A493F.


Opacity

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

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

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

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

This text has shadow with #6A493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A493F on black background.


Color preview on white background

This text has color #6A493F on white background.



Black color preview on #6A493F background

This text has black color on #6A493F background.


White color preview on #6A493F background

This text has white color on #6A493F background.