COLOR #6B4A29

HEX: #6B4A29
RGB: (107,74,41)

Color info

#6B4A29 contains mainly red and green colors. Web safe color of #6B4A29 is #663333 (or #633).

RGB color model

#6B4A29 color RGB value is (107,74,41).

  • red value is 107;
  • green value is 74;
  • blue value is 41.
RGB:
(107,74,41)
(42%,29%,16%)

RGB channels and saturation

R 107 of 255 = 42%
G 74 of 255 = 29%
B 41 of 255 = 16%

107
74
41

R + G + B ~ 29%. #6B4A29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 74 + 41 = 222 (100%)
R 107 of 222 ~ 48.2%
G 74 of 222 ~ 33.33%
B 41 of 222 ~ 18.47%

%48.2
%33.33
%18.47

CMYK color model

#6B4A29 color CMYK value is (0,31,62,58).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 61.68%
  • key color value is 58.04%
CMYK:
(0,31,62,58)
C0M31Y62K58 
(0%,31%,62%,58%)
(0.00/0.31/0.62/0.58)	

CMYK percentages

%0
%30.84
%61.68
%58.04

Codes

Color #6B4A29 in popluar color models

6B4A29
RGB1077441
HSL30°44.59%29.02%
HSB/HSV30°61.68%41.96%
CMYK0.00%30.84%61.68%
58.04%

Color #6B4A29 in popluar number systems.

HEX6B4A29
Decimal1077441
Binary11010111001010101001
Octal15311251

Shades and tints

Shades of #6B4A29

#6B4A29
(107,74,41)
#624426
(98,68,38)
#593E23
(89,62,35)
#503820
(80,56,32)
#47321D
(71,50,29)
#3E2C1A
(62,44,26)
#352617
(53,38,23)
#2C2014
(44,32,20)
#231A11
(35,26,17)
#1A140E
(26,20,14)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #6B4A29

#6B4A29
(107,74,41)
#785A3C
(120,90,60)
#856A4F
(133,106,79)
#927A62
(146,122,98)
#9F8A75
(159,138,117)
#AC9A88
(172,154,136)
#B9AA9B
(185,170,155)
#C6BAAE
(198,186,174)
#D3CAC1
(211,202,193)
#E0DAD4
(224,218,212)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4A29 color. Also use rgb(107,74,41) instead hex code.

Text Font Color

.myTextColor { color: #6B4A29; }

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

This text font color is #6B4A29.


Background Color

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

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

This div background color is #6B4A29.


Border color

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

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

This div border color is #6B4A29.


Opacity

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

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

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

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

This text has shadow with #6B4A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4A29 on black background.


Color preview on white background

This text has color #6B4A29 on white background.



Black color preview on #6B4A29 background

This text has black color on #6B4A29 background.


White color preview on #6B4A29 background

This text has white color on #6B4A29 background.