COLOR #6B5B14

HEX: #6B5B14
RGB: (107,91,20)

Color info

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

RGB color model

#6B5B14 color RGB value is (107,91,20).

  • red value is 107;
  • green value is 91;
  • blue value is 20.
RGB:
(107,91,20)
(42%,36%,8%)

RGB channels and saturation

R 107 of 255 = 42%
G 91 of 255 = 36%
B 20 of 255 = 8%

107
91
20

R + G + B ~ 29%. #6B5B14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 91 + 20 = 218 (100%)
R 107 of 218 ~ 49.08%
G 91 of 218 ~ 41.74%
B 20 of 218 ~ 9.17%

%49.08
%41.74

CMYK color model

#6B5B14 color CMYK value is (0,15,81,58).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 81.31%
  • key color value is 58.04%
CMYK:
(0,15,81,58)
C0M15Y81K58 
(0%,15%,81%,58%)
(0.00/0.15/0.81/0.58)	

CMYK percentages

%0
%14.95
%81.31
%58.04

Codes

Color #6B5B14 in popluar color models

6B5B14
RGB1079120
HSL49°68.50%24.90%
HSB/HSV49°81.31%41.96%
CMYK0.00%14.95%81.31%
58.04%

Color #6B5B14 in popluar number systems.

HEX6B5B14
Decimal1079120
Binary1101011101101110100
Octal15313324

Shades and tints

Shades of #6B5B14

#6B5B14
(107,91,20)
#625313
(98,83,19)
#594B12
(89,75,18)
#504311
(80,67,17)
#473B10
(71,59,16)
#3E330F
(62,51,15)
#352B0E
(53,43,14)
#2C230D
(44,35,13)
#231B0C
(35,27,12)
#1A130B
(26,19,11)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #6B5B14

#6B5B14
(107,91,20)
#786929
(120,105,41)
#85773E
(133,119,62)
#928553
(146,133,83)
#9F9368
(159,147,104)
#ACA17D
(172,161,125)
#B9AF92
(185,175,146)
#C6BDA7
(198,189,167)
#D3CBBC
(211,203,188)
#E0D9D1
(224,217,209)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5B14 color. Also use rgb(107,91,20) instead hex code.

Text Font Color

.myTextColor { color: #6B5B14; }

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

This text font color is #6B5B14.


Background Color

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

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

This div background color is #6B5B14.


Border color

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

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

This div border color is #6B5B14.


Opacity

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

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

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

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

This text has shadow with #6B5B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5B14 on black background.


Color preview on white background

This text has color #6B5B14 on white background.



Black color preview on #6B5B14 background

This text has black color on #6B5B14 background.


White color preview on #6B5B14 background

This text has white color on #6B5B14 background.