COLOR #6B7215

HEX: #6B7215
RGB: (107,114,21)

Color info

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

RGB color model

#6B7215 color RGB value is (107,114,21).

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

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 21 of 255 = 8%

107
114
21

R + G + B ~ 32%. #6B7215 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 21 = 242 (100%)
R 107 of 242 ~ 44.21%
G 114 of 242 ~ 47.11%
B 21 of 242 ~ 8.68%

%44.21
%47.11

CMYK color model

#6B7215 color CMYK value is (6,0,82,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 81.58%
  • key color value is 55.29%
CMYK:
(6,0,82,55)
C6M0Y82K55 
(6%,0%,82%,55%)
(0.06/0.00/0.82/0.55)	

CMYK percentages

%6.14
%0
%81.58
%55.29

Codes

Color #6B7215 in popluar color models

6B7215
RGB10711421
HSL65°68.89%26.47%
HSB/HSV65°81.58%44.71%
CMYK6.14%0.00%81.58%
55.29%

Color #6B7215 in popluar number systems.

HEX6B7215
Decimal10711421
Binary1101011111001010101
Octal15316225

Shades and tints

Shades of #6B7215

#6B7215
(107,114,21)
#626814
(98,104,20)
#595E13
(89,94,19)
#505412
(80,84,18)
#474A11
(71,74,17)
#3E4010
(62,64,16)
#35360F
(53,54,15)
#2C2C0E
(44,44,14)
#23220D
(35,34,13)
#1A180C
(26,24,12)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #6B7215

#6B7215
(107,114,21)
#787E2A
(120,126,42)
#858A3F
(133,138,63)
#929654
(146,150,84)
#9FA269
(159,162,105)
#ACAE7E
(172,174,126)
#B9BA93
(185,186,147)
#C6C6A8
(198,198,168)
#D3D2BD
(211,210,189)
#E0DED2
(224,222,210)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7215; }

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

This text font color is #6B7215.


Background Color

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

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

This div background color is #6B7215.


Border color

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

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

This div border color is #6B7215.


Opacity

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

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

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

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

This text has shadow with #6B7215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7215 on black background.


Color preview on white background

This text has color #6B7215 on white background.



Black color preview on #6B7215 background

This text has black color on #6B7215 background.


White color preview on #6B7215 background

This text has white color on #6B7215 background.