COLOR #6B5F0C

HEX: #6B5F0C
RGB: (107,95,12)

Color info

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

RGB color model

#6B5F0C color RGB value is (107,95,12).

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

RGB channels and saturation

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

107
95
12

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

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 12 = 214 (100%)
R 107 of 214 ~ 50%
G 95 of 214 ~ 44.39%
B 12 of 214 ~ 5.61%

%50
%44.39

CMYK color model

#6B5F0C color CMYK value is (0,11,89,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 88.79%
  • key color value is 58.04%
CMYK:
(0,11,89,58)
C0M11Y89K58 
(0%,11%,89%,58%)
(0.00/0.11/0.89/0.58)	

CMYK percentages

%0
%11.21
%88.79
%58.04

Codes

Color #6B5F0C in popluar color models

6B5F0C
RGB1079512
HSL52°79.83%23.33%
HSB/HSV52°88.79%41.96%
CMYK0.00%11.21%88.79%
58.04%

Color #6B5F0C in popluar number systems.

HEX6B5F0C
Decimal1079512
Binary110101110111111100
Octal15313714

Shades and tints

Shades of #6B5F0C

#6B5F0C
(107,95,12)
#62570B
(98,87,11)
#594F0A
(89,79,10)
#504709
(80,71,9)
#473F08
(71,63,8)
#3E3707
(62,55,7)
#352F06
(53,47,6)
#2C2705
(44,39,5)
#231F04
(35,31,4)
#1A1703
(26,23,3)
#110F02
(17,15,2)
#000000
(0,0,0)

Tints of #6B5F0C

#6B5F0C
(107,95,12)
#786D22
(120,109,34)
#857B38
(133,123,56)
#92894E
(146,137,78)
#9F9764
(159,151,100)
#ACA57A
(172,165,122)
#B9B390
(185,179,144)
#C6C1A6
(198,193,166)
#D3CFBC
(211,207,188)
#E0DDD2
(224,221,210)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5F0C; }

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

This text font color is #6B5F0C.


Background Color

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

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

This div background color is #6B5F0C.


Border color

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

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

This div border color is #6B5F0C.


Opacity

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

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

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

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

This text has shadow with #6B5F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F0C on black background.


Color preview on white background

This text has color #6B5F0C on white background.



Black color preview on #6B5F0C background

This text has black color on #6B5F0C background.


White color preview on #6B5F0C background

This text has white color on #6B5F0C background.