COLOR #6B4443

HEX: #6B4443
RGB: (107,68,67)

Color info

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

RGB color model

#6B4443 color RGB value is (107,68,67).

  • red value is 107;
  • green value is 68;
  • blue value is 67.
RGB:
(107,68,67)
(42%,27%,26%)

RGB channels and saturation

R 107 of 255 = 42%
G 68 of 255 = 27%
B 67 of 255 = 26%

107
68
67

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

Portions of RGB colors in percentages

R + G + B =
107 + 68 + 67 = 242 (100%)
R 107 of 242 ~ 44.21%
G 68 of 242 ~ 28.1%
B 67 of 242 ~ 27.69%

%44.21
%28.1
%27.69

CMYK color model

#6B4443 color CMYK value is (0,36,37,58).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 37.38%
  • key color value is 58.04%
CMYK:
(0,36,37,58)
C0M36Y37K58 
(0%,36%,37%,58%)
(0.00/0.36/0.37/0.58)	

CMYK percentages

%0
%36.45
%37.38
%58.04

Codes

Color #6B4443 in popluar color models

6B4443
RGB1076867
HSL22.99%34.12%
HSB/HSV37.38%41.96%
CMYK0.00%36.45%37.38%
58.04%

Color #6B4443 in popluar number systems.

HEX6B4443
Decimal1076867
Binary110101110001001000011
Octal153104103

Shades and tints

Shades of #6B4443

#6B4443
(107,68,67)
#623E3D
(98,62,61)
#593837
(89,56,55)
#503231
(80,50,49)
#472C2B
(71,44,43)
#3E2625
(62,38,37)
#35201F
(53,32,31)
#2C1A19
(44,26,25)
#231413
(35,20,19)
#1A0E0D
(26,14,13)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #6B4443

#6B4443
(107,68,67)
#785554
(120,85,84)
#856665
(133,102,101)
#927776
(146,119,118)
#9F8887
(159,136,135)
#AC9998
(172,153,152)
#B9AAA9
(185,170,169)
#C6BBBA
(198,187,186)
#D3CCCB
(211,204,203)
#E0DDDC
(224,221,220)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4443 color. Also use rgb(107,68,67) instead hex code.

Text Font Color

.myTextColor { color: #6B4443; }

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

This text font color is #6B4443.


Background Color

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

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

This div background color is #6B4443.


Border color

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

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

This div border color is #6B4443.


Opacity

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

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

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

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

This text has shadow with #6B4443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4443 on black background.


Color preview on white background

This text has color #6B4443 on white background.



Black color preview on #6B4443 background

This text has black color on #6B4443 background.


White color preview on #6B4443 background

This text has white color on #6B4443 background.