COLOR #6B4A18

HEX: #6B4A18
RGB: (107,74,24)

Color info

#6B4A18 contains mainly red and green colors. Web safe color of #6B4A18 is #663300 (or #630).

RGB color model

#6B4A18 color RGB value is (107,74,24).

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

RGB channels and saturation

R 107 of 255 = 42%
G 74 of 255 = 29%
B 24 of 255 = 9%

107
74
24

R + G + B ~ 27%. #6B4A18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 74 + 24 = 205 (100%)
R 107 of 205 ~ 52.2%
G 74 of 205 ~ 36.1%
B 24 of 205 ~ 11.71%

%52.2
%36.1
%11.71

CMYK color model

#6B4A18 color CMYK value is (0,31,78,58).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 77.57%
  • key color value is 58.04%
CMYK:
(0,31,78,58)
C0M31Y78K58 
(0%,31%,78%,58%)
(0.00/0.31/0.78/0.58)	

CMYK percentages

%0
%30.84
%77.57
%58.04

Codes

Color #6B4A18 in popluar color models

6B4A18
RGB1077424
HSL36°63.36%25.69%
HSB/HSV36°77.57%41.96%
CMYK0.00%30.84%77.57%
58.04%

Color #6B4A18 in popluar number systems.

HEX6B4A18
Decimal1077424
Binary1101011100101011000
Octal15311230

Shades and tints

Shades of #6B4A18

#6B4A18
(107,74,24)
#624416
(98,68,22)
#593E14
(89,62,20)
#503812
(80,56,18)
#473210
(71,50,16)
#3E2C0E
(62,44,14)
#35260C
(53,38,12)
#2C200A
(44,32,10)
#231A08
(35,26,8)
#1A1406
(26,20,6)
#110E04
(17,14,4)
#000000
(0,0,0)

Tints of #6B4A18

#6B4A18
(107,74,24)
#785A2D
(120,90,45)
#856A42
(133,106,66)
#927A57
(146,122,87)
#9F8A6C
(159,138,108)
#AC9A81
(172,154,129)
#B9AA96
(185,170,150)
#C6BAAB
(198,186,171)
#D3CAC0
(211,202,192)
#E0DAD5
(224,218,213)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4A18; }

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

This text font color is #6B4A18.


Background Color

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

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

This div background color is #6B4A18.


Border color

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

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

This div border color is #6B4A18.


Opacity

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

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

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

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

This text has shadow with #6B4A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4A18 on black background.


Color preview on white background

This text has color #6B4A18 on white background.



Black color preview on #6B4A18 background

This text has black color on #6B4A18 background.


White color preview on #6B4A18 background

This text has white color on #6B4A18 background.