COLOR #6B5B17

HEX: #6B5B17
RGB: (107,91,23)

Color info

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

RGB color model

#6B5B17 color RGB value is (107,91,23).

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

RGB channels and saturation

R 107 of 255 = 42%
G 91 of 255 = 36%
B 23 of 255 = 9%

107
91
23

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

Portions of RGB colors in percentages

R + G + B =
107 + 91 + 23 = 221 (100%)
R 107 of 221 ~ 48.42%
G 91 of 221 ~ 41.18%
B 23 of 221 ~ 10.41%

%48.42
%41.18
%10.41

CMYK color model

#6B5B17 color CMYK value is (0,15,79,58).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 78.50%
  • key color value is 58.04%
CMYK:
(0,15,79,58)
C0M15Y79K58 
(0%,15%,79%,58%)
(0.00/0.15/0.79/0.58)	

CMYK percentages

%0
%14.95
%78.5
%58.04

Codes

Color #6B5B17 in popluar color models

6B5B17
RGB1079123
HSL49°64.62%25.49%
HSB/HSV49°78.50%41.96%
CMYK0.00%14.95%78.50%
58.04%

Color #6B5B17 in popluar number systems.

HEX6B5B17
Decimal1079123
Binary1101011101101110111
Octal15313327

Shades and tints

Shades of #6B5B17

#6B5B17
(107,91,23)
#625315
(98,83,21)
#594B13
(89,75,19)
#504311
(80,67,17)
#473B0F
(71,59,15)
#3E330D
(62,51,13)
#352B0B
(53,43,11)
#2C2309
(44,35,9)
#231B07
(35,27,7)
#1A1305
(26,19,5)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #6B5B17

#6B5B17
(107,91,23)
#78692C
(120,105,44)
#857741
(133,119,65)
#928556
(146,133,86)
#9F936B
(159,147,107)
#ACA180
(172,161,128)
#B9AF95
(185,175,149)
#C6BDAA
(198,189,170)
#D3CBBF
(211,203,191)
#E0D9D4
(224,217,212)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5B17; }

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

This text font color is #6B5B17.


Background Color

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

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

This div background color is #6B5B17.


Border color

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

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

This div border color is #6B5B17.


Opacity

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

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

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

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

This text has shadow with #6B5B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5B17 on black background.


Color preview on white background

This text has color #6B5B17 on white background.



Black color preview on #6B5B17 background

This text has black color on #6B5B17 background.


White color preview on #6B5B17 background

This text has white color on #6B5B17 background.