COLOR #6B5532

HEX: #6B5532 RGB: (107,85,50)

Color info

#6B5532 contains red, green and blue colors in about the same proportion. Web safe color of #6B5532 is #666633 (or #663).

RGB color model

#6B5532 color RGB value is (107,85,50).

RGB: (107,85,50) (42%, 33%, 20%)

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 50 of 255 = 20%

107
85
50

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

Portions of RGB colors in percentages

R + G + B = 107 + 85 + 50 = 242 (100%)
R 107 of 242 ~ 44.21%
G 85 of 242 ~ 35.12%
B 50 of 242 ~ 20.66'%

%44.21
%35.12
%20.66

CMYK color model

#6B5532 color CMYK value is (0,21,53,58).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 53.27%
  • key color value is 58.04%

CMYK: (0,21,53,58)
C0M21Y53K58 (0%, 21%, 53%, 58%)
(0.00 / 0.21 / 0.53 / 0.58)

CMYK percentages

%0
%20.56
%53.27
%58.04

Codes

Color #6B5532 in popluar color models

6B 55 32
RGB 107 85 50
HSL 37° 36.31% 30.78%
HSB/HSV 37° 53.27% 41.96%
CMYK 0.00% 20.56% 53.27%
58.04%

Color #6B5532 in popluar number systems.

HEX 6B 55 32
Decimal 107 85 50
Binary 1101011 1010101 110010
Octal 153 125 62

Shades and tints

Shades of #6B5532

#6B5532
(107,85,50)
#624E2E
(98,78,46)
#59472A
(89,71,42)
#504026
(80,64,38)
#473922
(71,57,34)
#3E321E
(62,50,30)
#352B1A
(53,43,26)
#2C2416
(44,36,22)
#231D12
(35,29,18)
#1A160E
(26,22,14)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #6B5532

#6B5532
(107,85,50)
#786444
(120,100,68)
#857356
(133,115,86)
#928268
(146,130,104)
#9F917A
(159,145,122)
#ACA08C
(172,160,140)
#B9AF9E
(185,175,158)
#C6BEB0
(198,190,176)
#D3CDC2
(211,205,194)
#E0DCD4
(224,220,212)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5532; }

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

This text font color is #6B5532.

Background Color

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

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

This div background color is #6B5532.

Border color

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

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

This div border color is #6B5532.

Opacity

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

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

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

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

This text has shadow with #6B5532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5532.

Preview

Color preview on black background

This text has color #6B5532 on black background.


Color preview on white background

This text has color #6B5532 on white background.


Black color preview on #6B5532 background

This text has black color on #6B5532 background.


White color preview on #6B5532 background

This text has white color on #6B5532 background.


Related colors

Complementary color

Complementary color for #hex is #94AACD.


I love getcolorcode.com

Triadic colors

1 #326B55 and #55326B with #6B5532 are triadic colors.

2 #32556B and #556B32 with #6B5532 are triadic colors.