COLOR #6B400B

HEX: #6B400B RGB: (107,64,11)

Color info

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

RGB color model

#6B400B color RGB value is (107,64,11).

RGB: (107,64,11) (42%, 25%, 4%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 11 of 255 = 4%

107
64
11

R + G + B ~ 24%. #6B400B is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 64 + 11 = 182 (100%)
R 107 of 182 ~ 58.79%
G 64 of 182 ~ 35.16%
B 11 of 182 ~ 6.04'%

%58.79
%35.16

CMYK color model

#6B400B color CMYK value is (0,40,90,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 89.72%
  • key color value is 58.04%
CMYK: (0,40,90,58) C0M40Y90K58 (0%,40%,90%,58%) (0.00/0.40/0.90/0.58) 

CMYK percentages

%0
%40.19
%89.72
%58.04

Codes

Color #6B400B in popluar color models

6B 40 0B
RGB 107 64 11
HSL 33° 81.36% 23.14%
HSB/HSV 33° 89.72% 41.96%
CMYK 0.00% 40.19% 89.72%
58.04%

Color #6B400B in popluar number systems.

HEX 6B 40 0B
Decimal 107 64 11
Binary 1101011 1000000 1011
Octal 153 100 13

Shades and tints

Shades of #6B400B

#6B400B
(107,64,11)
#623B0A
(98,59,10)
#593609
(89,54,9)
#503108
(80,49,8)
#472C07
(71,44,7)
#3E2706
(62,39,6)
#352205
(53,34,5)
#2C1D04
(44,29,4)
#231803
(35,24,3)
#1A1302
(26,19,2)
#110E01
(17,14,1)
#000000
(0,0,0)

Tints of #6B400B

#6B400B
(107,64,11)
#785121
(120,81,33)
#856237
(133,98,55)
#92734D
(146,115,77)
#9F8463
(159,132,99)
#AC9579
(172,149,121)
#B9A68F
(185,166,143)
#C6B7A5
(198,183,165)
#D3C8BB
(211,200,187)
#E0D9D1
(224,217,209)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B400B; }

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

This text font color is #6B400B.

Background Color

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

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

This div background color is #6B400B.

Border color

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

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

This div border color is #6B400B.

Opacity

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

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

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

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

This text has shadow with #6B400B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B400B.

Preview

Color preview on black background

This text has color #6B400B on black background.


Color preview on white background

This text has color #6B400B on white background.


Black color preview on #6B400B background

This text has black color on #6B400B background.


White color preview on #6B400B background

This text has white color on #6B400B background.


Related colors

Complementary color

Complementary color for #hex is #94BFF4.


I love getcolorcode.com

Triadic colors

1 #0B6B40 and #400B6B with #6B400B are triadic colors.

2 #0B406B and #406B0B with #6B400B are triadic colors.