COLOR #6B3E01

HEX: #6B3E01
RGB: (107,62,1)

Color info

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

RGB color model

#6B3E01 color RGB value is (107,62,1).

  • red value is 107;
  • green value is 62;
  • blue value is 1.
RGB:
(107,62,1)
(42%,24%,0%)

RGB channels and saturation

R 107 of 255 = 42%
G 62 of 255 = 24%
B 1 of 255 = 0%

107
62
1

R + G + B ~ 22%. #6B3E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 62 + 1 = 170 (100%)
R 107 of 170 ~ 62.94%
G 62 of 170 ~ 36.47%
B 1 of 170 ~ 0.59%

%62.94
%36.47

CMYK color model

#6B3E01 color CMYK value is (0,42,99,58).

  • cyan value is 0.00%
  • magenta value is 42.06%
  • yellow value is 99.07%
  • key color value is 58.04%
CMYK:
(0,42,99,58)
C0M42Y99K58 
(0%,42%,99%,58%)
(0.00/0.42/0.99/0.58)	

CMYK percentages

%0
%42.06
%99.07
%58.04

Codes

Color #6B3E01 in popluar color models

6B3E01
RGB107621
HSL35°98.15%21.18%
HSB/HSV35°99.07%41.96%
CMYK0.00%42.06%99.07%
58.04%

Color #6B3E01 in popluar number systems.

HEX6B3E01
Decimal107621
Binary11010111111101
Octal153761

Shades and tints

Shades of #6B3E01

#6B3E01
(107,62,1)
#623901
(98,57,1)
#593401
(89,52,1)
#502F01
(80,47,1)
#472A01
(71,42,1)
#3E2501
(62,37,1)
#352001
(53,32,1)
#2C1B01
(44,27,1)
#231601
(35,22,1)
#1A1101
(26,17,1)
#110C01
(17,12,1)
#000000
(0,0,0)

Tints of #6B3E01

#6B3E01
(107,62,1)
#784F18
(120,79,24)
#85602F
(133,96,47)
#927146
(146,113,70)
#9F825D
(159,130,93)
#AC9374
(172,147,116)
#B9A48B
(185,164,139)
#C6B5A2
(198,181,162)
#D3C6B9
(211,198,185)
#E0D7D0
(224,215,208)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3E01 color. Also use rgb(107,62,1) instead hex code.

Text Font Color

.myTextColor { color: #6B3E01; }

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

This text font color is #6B3E01.


Background Color

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

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

This div background color is #6B3E01.


Border color

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

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

This div border color is #6B3E01.


Opacity

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

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

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

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

This text has shadow with #6B3E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3E01 on black background.


Color preview on white background

This text has color #6B3E01 on white background.



Black color preview on #6B3E01 background

This text has black color on #6B3E01 background.


White color preview on #6B3E01 background

This text has white color on #6B3E01 background.