COLOR #6B481A

HEX: #6B481A
RGB: (107,72,26)

Color info

#6B481A contains mainly red and green colors. Web safe color of #6B481A is #663300 (or #630).

RGB color model

#6B481A color RGB value is (107,72,26).

  • red value is 107;
  • green value is 72;
  • blue value is 26.
RGB:
(107,72,26)
(42%,28%,10%)

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 26 of 255 = 10%

107
72
26

R + G + B ~ 27%. #6B481A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 26 = 205 (100%)
R 107 of 205 ~ 52.2%
G 72 of 205 ~ 35.12%
B 26 of 205 ~ 12.68%

%52.2
%35.12
%12.68

CMYK color model

#6B481A color CMYK value is (0,33,76,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 75.70%
  • key color value is 58.04%
CMYK:
(0,33,76,58)
C0M33Y76K58 
(0%,33%,76%,58%)
(0.00/0.33/0.76/0.58)	

CMYK percentages

%0
%32.71
%75.7
%58.04

Codes

Color #6B481A in popluar color models

6B481A
RGB1077226
HSL34°60.90%26.08%
HSB/HSV34°75.70%41.96%
CMYK0.00%32.71%75.70%
58.04%

Color #6B481A in popluar number systems.

HEX6B481A
Decimal1077226
Binary1101011100100011010
Octal15311032

Shades and tints

Shades of #6B481A

#6B481A
(107,72,26)
#624218
(98,66,24)
#593C16
(89,60,22)
#503614
(80,54,20)
#473012
(71,48,18)
#3E2A10
(62,42,16)
#35240E
(53,36,14)
#2C1E0C
(44,30,12)
#23180A
(35,24,10)
#1A1208
(26,18,8)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #6B481A

#6B481A
(107,72,26)
#78582E
(120,88,46)
#856842
(133,104,66)
#927856
(146,120,86)
#9F886A
(159,136,106)
#AC987E
(172,152,126)
#B9A892
(185,168,146)
#C6B8A6
(198,184,166)
#D3C8BA
(211,200,186)
#E0D8CE
(224,216,206)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B481A color. Also use rgb(107,72,26) instead hex code.

Text Font Color

.myTextColor { color: #6B481A; }

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

This text font color is #6B481A.


Background Color

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

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

This div background color is #6B481A.


Border color

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

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

This div border color is #6B481A.


Opacity

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

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

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

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

This text has shadow with #6B481A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B481A on black background.


Color preview on white background

This text has color #6B481A on white background.



Black color preview on #6B481A background

This text has black color on #6B481A background.


White color preview on #6B481A background

This text has white color on #6B481A background.