COLOR #6B7517

HEX: #6B7517
RGB: (107,117,23)

Color info

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

RGB color model

#6B7517 color RGB value is (107,117,23).

  • red value is 107;
  • green value is 117;
  • blue value is 23.
RGB:
(107,117,23)
(42%,46%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 23 of 255 = 9%

107
117
23

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 23 = 247 (100%)
R 107 of 247 ~ 43.32%
G 117 of 247 ~ 47.37%
B 23 of 247 ~ 9.31%

%43.32
%47.37

CMYK color model

#6B7517 color CMYK value is (9,0,80,54).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 80.34%
  • key color value is 54.12%
CMYK:
(9,0,80,54)
C9M0Y80K54 
(9%,0%,80%,54%)
(0.09/0.00/0.80/0.54)	

CMYK percentages

%8.55
%0
%80.34
%54.12

Codes

Color #6B7517 in popluar color models

6B7517
RGB10711723
HSL66°67.14%27.45%
HSB/HSV66°80.34%45.88%
CMYK8.55%0.00%80.34%
54.12%

Color #6B7517 in popluar number systems.

HEX6B7517
Decimal10711723
Binary1101011111010110111
Octal15316527

Shades and tints

Shades of #6B7517

#6B7517
(107,117,23)
#626B15
(98,107,21)
#596113
(89,97,19)
#505711
(80,87,17)
#474D0F
(71,77,15)
#3E430D
(62,67,13)
#35390B
(53,57,11)
#2C2F09
(44,47,9)
#232507
(35,37,7)
#1A1B05
(26,27,5)
#111103
(17,17,3)
#000000
(0,0,0)

Tints of #6B7517

#6B7517
(107,117,23)
#78812C
(120,129,44)
#858D41
(133,141,65)
#929956
(146,153,86)
#9FA56B
(159,165,107)
#ACB180
(172,177,128)
#B9BD95
(185,189,149)
#C6C9AA
(198,201,170)
#D3D5BF
(211,213,191)
#E0E1D4
(224,225,212)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7517 color. Also use rgb(107,117,23) instead hex code.

Text Font Color

.myTextColor { color: #6B7517; }

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

This text font color is #6B7517.


Background Color

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

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

This div background color is #6B7517.


Border color

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

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

This div border color is #6B7517.


Opacity

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

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

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

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

This text has shadow with #6B7517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7517 on black background.


Color preview on white background

This text has color #6B7517 on white background.



Black color preview on #6B7517 background

This text has black color on #6B7517 background.


White color preview on #6B7517 background

This text has white color on #6B7517 background.