COLOR #6B5D12

HEX: #6B5D12
RGB: (107,93,18)

Color info

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

RGB color model

#6B5D12 color RGB value is (107,93,18).

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

RGB channels and saturation

R 107 of 255 = 42%
G 93 of 255 = 36%
B 18 of 255 = 7%

107
93
18

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

Portions of RGB colors in percentages

R + G + B =
107 + 93 + 18 = 218 (100%)
R 107 of 218 ~ 49.08%
G 93 of 218 ~ 42.66%
B 18 of 218 ~ 8.26%

%49.08
%42.66

CMYK color model

#6B5D12 color CMYK value is (0,13,83,58).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 83.18%
  • key color value is 58.04%
CMYK:
(0,13,83,58)
C0M13Y83K58 
(0%,13%,83%,58%)
(0.00/0.13/0.83/0.58)	

CMYK percentages

%0
%13.08
%83.18
%58.04

Codes

Color #6B5D12 in popluar color models

6B5D12
RGB1079318
HSL51°71.20%24.51%
HSB/HSV51°83.18%41.96%
CMYK0.00%13.08%83.18%
58.04%

Color #6B5D12 in popluar number systems.

HEX6B5D12
Decimal1079318
Binary1101011101110110010
Octal15313522

Shades and tints

Shades of #6B5D12

#6B5D12
(107,93,18)
#625511
(98,85,17)
#594D10
(89,77,16)
#50450F
(80,69,15)
#473D0E
(71,61,14)
#3E350D
(62,53,13)
#352D0C
(53,45,12)
#2C250B
(44,37,11)
#231D0A
(35,29,10)
#1A1509
(26,21,9)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #6B5D12

#6B5D12
(107,93,18)
#786B27
(120,107,39)
#85793C
(133,121,60)
#928751
(146,135,81)
#9F9566
(159,149,102)
#ACA37B
(172,163,123)
#B9B190
(185,177,144)
#C6BFA5
(198,191,165)
#D3CDBA
(211,205,186)
#E0DBCF
(224,219,207)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5D12; }

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

This text font color is #6B5D12.


Background Color

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

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

This div background color is #6B5D12.


Border color

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

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

This div border color is #6B5D12.


Opacity

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

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

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

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

This text has shadow with #6B5D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5D12 on black background.


Color preview on white background

This text has color #6B5D12 on white background.



Black color preview on #6B5D12 background

This text has black color on #6B5D12 background.


White color preview on #6B5D12 background

This text has white color on #6B5D12 background.