COLOR #6A4F43

HEX: #6A4F43
RGB: (106,79,67)

Color info

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

RGB color model

#6A4F43 color RGB value is (106,79,67).

  • red value is 106;
  • green value is 79;
  • blue value is 67.
RGB:
(106,79,67)
(42%,31%,26%)

RGB channels and saturation

R 106 of 255 = 42%
G 79 of 255 = 31%
B 67 of 255 = 26%

106
79
67

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

Portions of RGB colors in percentages

R + G + B =
106 + 79 + 67 = 252 (100%)
R 106 of 252 ~ 42.06%
G 79 of 252 ~ 31.35%
B 67 of 252 ~ 26.59%

%42.06
%31.35
%26.59

CMYK color model

#6A4F43 color CMYK value is (0,25,37,58).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 36.79%
  • key color value is 58.43%
CMYK:
(0,25,37,58)
C0M25Y37K58 
(0%,25%,37%,58%)
(0.00/0.25/0.37/0.58)	

CMYK percentages

%0
%25.47
%36.79
%58.43

Codes

Color #6A4F43 in popluar color models

6A4F43
RGB1067967
HSL18°22.54%33.92%
HSB/HSV18°36.79%41.57%
CMYK0.00%25.47%36.79%
58.43%

Color #6A4F43 in popluar number systems.

HEX6A4F43
Decimal1067967
Binary110101010011111000011
Octal152117103

Shades and tints

Shades of #6A4F43

#6A4F43
(106,79,67)
#61483D
(97,72,61)
#584137
(88,65,55)
#4F3A31
(79,58,49)
#46332B
(70,51,43)
#3D2C25
(61,44,37)
#34251F
(52,37,31)
#2B1E19
(43,30,25)
#221713
(34,23,19)
#19100D
(25,16,13)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #6A4F43

#6A4F43
(106,79,67)
#775F54
(119,95,84)
#846F65
(132,111,101)
#917F76
(145,127,118)
#9E8F87
(158,143,135)
#AB9F98
(171,159,152)
#B8AFA9
(184,175,169)
#C5BFBA
(197,191,186)
#D2CFCB
(210,207,203)
#DFDFDC
(223,223,220)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4F43 color. Also use rgb(106,79,67) instead hex code.

Text Font Color

.myTextColor { color: #6A4F43; }

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

This text font color is #6A4F43.


Background Color

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

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

This div background color is #6A4F43.


Border color

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

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

This div border color is #6A4F43.


Opacity

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

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

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

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

This text has shadow with #6A4F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4F43 on black background.


Color preview on white background

This text has color #6A4F43 on white background.



Black color preview on #6A4F43 background

This text has black color on #6A4F43 background.


White color preview on #6A4F43 background

This text has white color on #6A4F43 background.