COLOR #6B401E

HEX: #6B401E
RGB: (107,64,30)

Color info

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

RGB color model

#6B401E color RGB value is (107,64,30).

  • red value is 107;
  • green value is 64;
  • blue value is 30.
RGB:
(107,64,30)
(42%,25%,12%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 30 of 255 = 12%

107
64
30

R + G + B ~ 26%. #6B401E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 30 = 201 (100%)
R 107 of 201 ~ 53.23%
G 64 of 201 ~ 31.84%
B 30 of 201 ~ 14.93%

%53.23
%31.84
%14.93

CMYK color model

#6B401E color CMYK value is (0,40,72,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 71.96%
  • key color value is 58.04%
CMYK:
(0,40,72,58)
C0M40Y72K58 
(0%,40%,72%,58%)
(0.00/0.40/0.72/0.58)	

CMYK percentages

%0
%40.19
%71.96
%58.04

Codes

Color #6B401E in popluar color models

6B401E
RGB1076430
HSL26°56.20%26.86%
HSB/HSV26°71.96%41.96%
CMYK0.00%40.19%71.96%
58.04%

Color #6B401E in popluar number systems.

HEX6B401E
Decimal1076430
Binary1101011100000011110
Octal15310036

Shades and tints

Shades of #6B401E

#6B401E
(107,64,30)
#623B1C
(98,59,28)
#59361A
(89,54,26)
#503118
(80,49,24)
#472C16
(71,44,22)
#3E2714
(62,39,20)
#352212
(53,34,18)
#2C1D10
(44,29,16)
#23180E
(35,24,14)
#1A130C
(26,19,12)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #6B401E

#6B401E
(107,64,30)
#785132
(120,81,50)
#856246
(133,98,70)
#92735A
(146,115,90)
#9F846E
(159,132,110)
#AC9582
(172,149,130)
#B9A696
(185,166,150)
#C6B7AA
(198,183,170)
#D3C8BE
(211,200,190)
#E0D9D2
(224,217,210)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B401E color. Also use rgb(107,64,30) instead hex code.

Text Font Color

.myTextColor { color: #6B401E; }

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

This text font color is #6B401E.


Background Color

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

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

This div background color is #6B401E.


Border color

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

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

This div border color is #6B401E.


Opacity

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

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

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

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

This text has shadow with #6B401E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B401E on black background.


Color preview on white background

This text has color #6B401E on white background.



Black color preview on #6B401E background

This text has black color on #6B401E background.


White color preview on #6B401E background

This text has white color on #6B401E background.