COLOR #6B552F

HEX: #6B552F
RGB: (107,85,47)

Color info

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

RGB color model

#6B552F color RGB value is (107,85,47).

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

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 47 of 255 = 18%

107
85
47

R + G + B ~ 31%. #6B552F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 47 = 239 (100%)
R 107 of 239 ~ 44.77%
G 85 of 239 ~ 35.56%
B 47 of 239 ~ 19.67%

%44.77
%35.56
%19.67

CMYK color model

#6B552F color CMYK value is (0,21,56,58).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 56.07%
  • key color value is 58.04%
CMYK:
(0,21,56,58)
C0M21Y56K58 
(0%,21%,56%,58%)
(0.00/0.21/0.56/0.58)	

CMYK percentages

%0
%20.56
%56.07
%58.04

Codes

Color #6B552F in popluar color models

6B552F
RGB1078547
HSL38°38.96%30.20%
HSB/HSV38°56.07%41.96%
CMYK0.00%20.56%56.07%
58.04%

Color #6B552F in popluar number systems.

HEX6B552F
Decimal1078547
Binary11010111010101101111
Octal15312557

Shades and tints

Shades of #6B552F

#6B552F
(107,85,47)
#624E2B
(98,78,43)
#594727
(89,71,39)
#504023
(80,64,35)
#47391F
(71,57,31)
#3E321B
(62,50,27)
#352B17
(53,43,23)
#2C2413
(44,36,19)
#231D0F
(35,29,15)
#1A160B
(26,22,11)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #6B552F

#6B552F
(107,85,47)
#786441
(120,100,65)
#857353
(133,115,83)
#928265
(146,130,101)
#9F9177
(159,145,119)
#ACA089
(172,160,137)
#B9AF9B
(185,175,155)
#C6BEAD
(198,190,173)
#D3CDBF
(211,205,191)
#E0DCD1
(224,220,209)
#EDEBE3
(237,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B552F; }

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

This text font color is #6B552F.


Background Color

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

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

This div background color is #6B552F.


Border color

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

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

This div border color is #6B552F.


Opacity

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

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

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

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

This text has shadow with #6B552F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B552F on black background.


Color preview on white background

This text has color #6B552F on white background.



Black color preview on #6B552F background

This text has black color on #6B552F background.


White color preview on #6B552F background

This text has white color on #6B552F background.