COLOR #6B5819

HEX: #6B5819
RGB: (107,88,25)

Color info

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

RGB color model

#6B5819 color RGB value is (107,88,25).

  • red value is 107;
  • green value is 88;
  • blue value is 25.
RGB:
(107,88,25)
(42%,35%,10%)

RGB channels and saturation

R 107 of 255 = 42%
G 88 of 255 = 35%
B 25 of 255 = 10%

107
88
25

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

Portions of RGB colors in percentages

R + G + B =
107 + 88 + 25 = 220 (100%)
R 107 of 220 ~ 48.64%
G 88 of 220 ~ 40%
B 25 of 220 ~ 11.36%

%48.64
%40
%11.36

CMYK color model

#6B5819 color CMYK value is (0,18,77,58).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 76.64%
  • key color value is 58.04%
CMYK:
(0,18,77,58)
C0M18Y77K58 
(0%,18%,77%,58%)
(0.00/0.18/0.77/0.58)	

CMYK percentages

%0
%17.76
%76.64
%58.04

Codes

Color #6B5819 in popluar color models

6B5819
RGB1078825
HSL46°62.12%25.88%
HSB/HSV46°76.64%41.96%
CMYK0.00%17.76%76.64%
58.04%

Color #6B5819 in popluar number systems.

HEX6B5819
Decimal1078825
Binary1101011101100011001
Octal15313031

Shades and tints

Shades of #6B5819

#6B5819
(107,88,25)
#625017
(98,80,23)
#594815
(89,72,21)
#504013
(80,64,19)
#473811
(71,56,17)
#3E300F
(62,48,15)
#35280D
(53,40,13)
#2C200B
(44,32,11)
#231809
(35,24,9)
#1A1007
(26,16,7)
#110805
(17,8,5)
#000000
(0,0,0)

Tints of #6B5819

#6B5819
(107,88,25)
#78672D
(120,103,45)
#857641
(133,118,65)
#928555
(146,133,85)
#9F9469
(159,148,105)
#ACA37D
(172,163,125)
#B9B291
(185,178,145)
#C6C1A5
(198,193,165)
#D3D0B9
(211,208,185)
#E0DFCD
(224,223,205)
#EDEEE1
(237,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5819 color. Also use rgb(107,88,25) instead hex code.

Text Font Color

.myTextColor { color: #6B5819; }

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

This text font color is #6B5819.


Background Color

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

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

This div background color is #6B5819.


Border color

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

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

This div border color is #6B5819.


Opacity

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

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

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

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

This text has shadow with #6B5819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5819 on black background.


Color preview on white background

This text has color #6B5819 on white background.



Black color preview on #6B5819 background

This text has black color on #6B5819 background.


White color preview on #6B5819 background

This text has white color on #6B5819 background.