COLOR #6B4B15

HEX: #6B4B15
RGB: (107,75,21)

Color info

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

RGB color model

#6B4B15 color RGB value is (107,75,21).

  • red value is 107;
  • green value is 75;
  • blue value is 21.
RGB:
(107,75,21)
(42%,29%,8%)

RGB channels and saturation

R 107 of 255 = 42%
G 75 of 255 = 29%
B 21 of 255 = 8%

107
75
21

R + G + B ~ 26%. #6B4B15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 75 + 21 = 203 (100%)
R 107 of 203 ~ 52.71%
G 75 of 203 ~ 36.95%
B 21 of 203 ~ 10.34%

%52.71
%36.95
%10.34

CMYK color model

#6B4B15 color CMYK value is (0,30,80,58).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 80.37%
  • key color value is 58.04%
CMYK:
(0,30,80,58)
C0M30Y80K58 
(0%,30%,80%,58%)
(0.00/0.30/0.80/0.58)	

CMYK percentages

%0
%29.91
%80.37
%58.04

Codes

Color #6B4B15 in popluar color models

6B4B15
RGB1077521
HSL38°67.19%25.10%
HSB/HSV38°80.37%41.96%
CMYK0.00%29.91%80.37%
58.04%

Color #6B4B15 in popluar number systems.

HEX6B4B15
Decimal1077521
Binary1101011100101110101
Octal15311325

Shades and tints

Shades of #6B4B15

#6B4B15
(107,75,21)
#624514
(98,69,20)
#593F13
(89,63,19)
#503912
(80,57,18)
#473311
(71,51,17)
#3E2D10
(62,45,16)
#35270F
(53,39,15)
#2C210E
(44,33,14)
#231B0D
(35,27,13)
#1A150C
(26,21,12)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B4B15

#6B4B15
(107,75,21)
#785B2A
(120,91,42)
#856B3F
(133,107,63)
#927B54
(146,123,84)
#9F8B69
(159,139,105)
#AC9B7E
(172,155,126)
#B9AB93
(185,171,147)
#C6BBA8
(198,187,168)
#D3CBBD
(211,203,189)
#E0DBD2
(224,219,210)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4B15 color. Also use rgb(107,75,21) instead hex code.

Text Font Color

.myTextColor { color: #6B4B15; }

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

This text font color is #6B4B15.


Background Color

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

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

This div background color is #6B4B15.


Border color

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

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

This div border color is #6B4B15.


Opacity

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

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

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

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

This text has shadow with #6B4B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B15 on black background.


Color preview on white background

This text has color #6B4B15 on white background.



Black color preview on #6B4B15 background

This text has black color on #6B4B15 background.


White color preview on #6B4B15 background

This text has white color on #6B4B15 background.