COLOR #6B5528

HEX: #6B5528
RGB: (107,85,40)

Color info

#6B5528 contains mainly red and green colors. Web safe color of #6B5528 is #666633 (or #663).

RGB color model

#6B5528 color RGB value is (107,85,40).

  • red value is 107;
  • green value is 85;
  • blue value is 40.
RGB: (107,85,40) (42%,33%,16%)

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 40 of 255 = 16%

107
85
40

R + G + B ~ 30%. #6B5528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 40 = 232 (100%)
R 107 of 232 ~ 46.12%
G 85 of 232 ~ 36.64%
B 40 of 232 ~ 17.24%

%46.12
%36.64
%17.24

CMYK color model

#6B5528 color CMYK value is (0,21,63,58).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 62.62%
  • key color value is 58.04%
CMYK: (0,21,63,58) C0M21Y63K58 (0%,21%,63%,58%) (0.00/0.21/0.63/0.58)

CMYK percentages

%0
%20.56
%62.62
%58.04

Codes

Color #6B5528 in popluar color models

6B5528
RGB1078540
HSL40°45.58%28.82%
HSB/HSV40°62.62%41.96%
CMYK0.00%20.56%62.62%
58.04%

Color #6B5528 in popluar number systems.

HEX6B5528
Decimal1078540
Binary11010111010101101000
Octal15312550

Shades and tints

Shades of #6B5528

#6B5528
(107,85,40)
#624E25
(98,78,37)
#594722
(89,71,34)
#50401F
(80,64,31)
#47391C
(71,57,28)
#3E3219
(62,50,25)
#352B16
(53,43,22)
#2C2413
(44,36,19)
#231D10
(35,29,16)
#1A160D
(26,22,13)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #6B5528

#6B5528
(107,85,40)
#78643B
(120,100,59)
#85734E
(133,115,78)
#928261
(146,130,97)
#9F9174
(159,145,116)
#ACA087
(172,160,135)
#B9AF9A
(185,175,154)
#C6BEAD
(198,190,173)
#D3CDC0
(211,205,192)
#E0DCD3
(224,220,211)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5528 color. Also use rgb(107,85,40) instead hex code.

Text Font Color

.myTextColor { color: #6B5528; }

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

This text font color is #6B5528.


Background Color

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

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

This div background color is #6B5528.


Border color

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

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

This div border color is #6B5528.


Opacity

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

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

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

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

This text has shadow with #6B5528 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B5528 on black background.


Color preview on white background

This text has color #6B5528 on white background.



Black color preview on #6B5528 background

This text has black color on #6B5528 background.


White color preview on #6B5528 background

This text has white color on #6B5528 background.