COLOR #6B5E0C

HEX: #6B5E0C
RGB: (107,94,12)

Color info

#6B5E0C contains mainly red and green colors. Web safe color of #6B5E0C is #666600 (or #660).

RGB color model

#6B5E0C color RGB value is (107,94,12).

  • red value is 107;
  • green value is 94;
  • blue value is 12.
RGB:
(107,94,12)
(42%,37%,5%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 12 of 255 = 5%

107
94
12

R + G + B ~ 28%. #6B5E0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 94 + 12 = 213 (100%)
R 107 of 213 ~ 50.23%
G 94 of 213 ~ 44.13%
B 12 of 213 ~ 5.63%

%50.23
%44.13

CMYK color model

#6B5E0C color CMYK value is (0,12,89,58).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 88.79%
  • key color value is 58.04%
CMYK:
(0,12,89,58)
C0M12Y89K58 
(0%,12%,89%,58%)
(0.00/0.12/0.89/0.58)	

CMYK percentages

%0
%12.15
%88.79
%58.04

Codes

Color #6B5E0C in popluar color models

6B5E0C
RGB1079412
HSL52°79.83%23.33%
HSB/HSV52°88.79%41.96%
CMYK0.00%12.15%88.79%
58.04%

Color #6B5E0C in popluar number systems.

HEX6B5E0C
Decimal1079412
Binary110101110111101100
Octal15313614

Shades and tints

Shades of #6B5E0C

#6B5E0C
(107,94,12)
#62560B
(98,86,11)
#594E0A
(89,78,10)
#504609
(80,70,9)
#473E08
(71,62,8)
#3E3607
(62,54,7)
#352E06
(53,46,6)
#2C2605
(44,38,5)
#231E04
(35,30,4)
#1A1603
(26,22,3)
#110E02
(17,14,2)
#000000
(0,0,0)

Tints of #6B5E0C

#6B5E0C
(107,94,12)
#786C22
(120,108,34)
#857A38
(133,122,56)
#92884E
(146,136,78)
#9F9664
(159,150,100)
#ACA47A
(172,164,122)
#B9B290
(185,178,144)
#C6C0A6
(198,192,166)
#D3CEBC
(211,206,188)
#E0DCD2
(224,220,210)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5E0C color. Also use rgb(107,94,12) instead hex code.

Text Font Color

.myTextColor { color: #6B5E0C; }

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

This text font color is #6B5E0C.


Background Color

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

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

This div background color is #6B5E0C.


Border color

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

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

This div border color is #6B5E0C.


Opacity

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

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

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

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

This text has shadow with #6B5E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5E0C on black background.


Color preview on white background

This text has color #6B5E0C on white background.



Black color preview on #6B5E0C background

This text has black color on #6B5E0C background.


White color preview on #6B5E0C background

This text has white color on #6B5E0C background.