COLOR #6B5D0F

HEX: #6B5D0F
RGB: (107,93,15)

Color info

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

RGB color model

#6B5D0F color RGB value is (107,93,15).

  • red value is 107;
  • green value is 93;
  • blue value is 15.
RGB:
(107,93,15)
(42%,36%,6%)

RGB channels and saturation

R 107 of 255 = 42%
G 93 of 255 = 36%
B 15 of 255 = 6%

107
93
15

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

Portions of RGB colors in percentages

R + G + B =
107 + 93 + 15 = 215 (100%)
R 107 of 215 ~ 49.77%
G 93 of 215 ~ 43.26%
B 15 of 215 ~ 6.98%

%49.77
%43.26

CMYK color model

#6B5D0F color CMYK value is (0,13,86,58).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 85.98%
  • key color value is 58.04%
CMYK:
(0,13,86,58)
C0M13Y86K58 
(0%,13%,86%,58%)
(0.00/0.13/0.86/0.58)	

CMYK percentages

%0
%13.08
%85.98
%58.04

Codes

Color #6B5D0F in popluar color models

6B5D0F
RGB1079315
HSL51°75.41%23.92%
HSB/HSV51°85.98%41.96%
CMYK0.00%13.08%85.98%
58.04%

Color #6B5D0F in popluar number systems.

HEX6B5D0F
Decimal1079315
Binary110101110111011111
Octal15313517

Shades and tints

Shades of #6B5D0F

#6B5D0F
(107,93,15)
#62550E
(98,85,14)
#594D0D
(89,77,13)
#50450C
(80,69,12)
#473D0B
(71,61,11)
#3E350A
(62,53,10)
#352D09
(53,45,9)
#2C2508
(44,37,8)
#231D07
(35,29,7)
#1A1506
(26,21,6)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #6B5D0F

#6B5D0F
(107,93,15)
#786B24
(120,107,36)
#857939
(133,121,57)
#92874E
(146,135,78)
#9F9563
(159,149,99)
#ACA378
(172,163,120)
#B9B18D
(185,177,141)
#C6BFA2
(198,191,162)
#D3CDB7
(211,205,183)
#E0DBCC
(224,219,204)
#EDE9E1
(237,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5D0F color. Also use rgb(107,93,15) instead hex code.

Text Font Color

.myTextColor { color: #6B5D0F; }

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

This text font color is #6B5D0F.


Background Color

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

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

This div background color is #6B5D0F.


Border color

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

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

This div border color is #6B5D0F.


Opacity

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

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

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

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

This text has shadow with #6B5D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5D0F on black background.


Color preview on white background

This text has color #6B5D0F on white background.



Black color preview on #6B5D0F background

This text has black color on #6B5D0F background.


White color preview on #6B5D0F background

This text has white color on #6B5D0F background.