COLOR #6B5F1B

HEX: #6B5F1B
RGB: (107,95,27)

Color info

#6B5F1B contains mainly red and green colors. Web safe color of #6B5F1B is #666633 (or #663).

RGB color model

#6B5F1B color RGB value is (107,95,27).

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

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 27 of 255 = 11%

107
95
27

R + G + B ~ 30%. #6B5F1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 27 = 229 (100%)
R 107 of 229 ~ 46.72%
G 95 of 229 ~ 41.48%
B 27 of 229 ~ 11.79%

%46.72
%41.48
%11.79

CMYK color model

#6B5F1B color CMYK value is (0,11,75,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 74.77%
  • key color value is 58.04%
CMYK:
(0,11,75,58)
C0M11Y75K58 
(0%,11%,75%,58%)
(0.00/0.11/0.75/0.58)	

CMYK percentages

%0
%11.21
%74.77
%58.04

Codes

Color #6B5F1B in popluar color models

6B5F1B
RGB1079527
HSL51°59.70%26.27%
HSB/HSV51°74.77%41.96%
CMYK0.00%11.21%74.77%
58.04%

Color #6B5F1B in popluar number systems.

HEX6B5F1B
Decimal1079527
Binary1101011101111111011
Octal15313733

Shades and tints

Shades of #6B5F1B

#6B5F1B
(107,95,27)
#625719
(98,87,25)
#594F17
(89,79,23)
#504715
(80,71,21)
#473F13
(71,63,19)
#3E3711
(62,55,17)
#352F0F
(53,47,15)
#2C270D
(44,39,13)
#231F0B
(35,31,11)
#1A1709
(26,23,9)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #6B5F1B

#6B5F1B
(107,95,27)
#786D2F
(120,109,47)
#857B43
(133,123,67)
#928957
(146,137,87)
#9F976B
(159,151,107)
#ACA57F
(172,165,127)
#B9B393
(185,179,147)
#C6C1A7
(198,193,167)
#D3CFBB
(211,207,187)
#E0DDCF
(224,221,207)
#EDEBE3
(237,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5F1B; }

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

This text font color is #6B5F1B.


Background Color

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

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

This div background color is #6B5F1B.


Border color

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

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

This div border color is #6B5F1B.


Opacity

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

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

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

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

This text has shadow with #6B5F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F1B on black background.


Color preview on white background

This text has color #6B5F1B on white background.



Black color preview on #6B5F1B background

This text has black color on #6B5F1B background.


White color preview on #6B5F1B background

This text has white color on #6B5F1B background.