COLOR #6B572A

HEX: #6B572A RGB: (107,87,42)

Color info

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

RGB color model

#6B572A color RGB value is (107,87,42).

RGB: (107,87,42) (42%, 34%, 16%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 42 of 255 = 16%

107
87
42

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

Portions of RGB colors in percentages

R + G + B = 107 + 87 + 42 = 236 (100%)
R 107 of 236 ~ 45.34%
G 87 of 236 ~ 36.86%
B 42 of 236 ~ 17.8'%

%45.34
%36.86
%17.8

CMYK color model

#6B572A color CMYK value is (0,19,61,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 60.75%
  • key color value is 58.04%

CMYK: (0,19,61,58)
C0M19Y61K58 (0%, 19%, 61%, 58%)
(0.00 / 0.19 / 0.61 / 0.58)

CMYK percentages

%0
%18.69
%60.75
%58.04

Codes

Color #6B572A in popluar color models

6B 57 2A
RGB 107 87 42
HSL 42° 43.62% 29.22%
HSB/HSV 42° 60.75% 41.96%
CMYK 0.00% 18.69% 60.75%
58.04%

Color #6B572A in popluar number systems.

HEX 6B 57 2A
Decimal 107 87 42
Binary 1101011 1010111 101010
Octal 153 127 52

Shades and tints

Shades of #6B572A

#6B572A
(107,87,42)
#625027
(98,80,39)
#594924
(89,73,36)
#504221
(80,66,33)
#473B1E
(71,59,30)
#3E341B
(62,52,27)
#352D18
(53,45,24)
#2C2615
(44,38,21)
#231F12
(35,31,18)
#1A180F
(26,24,15)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B572A

#6B572A
(107,87,42)
#78663D
(120,102,61)
#857550
(133,117,80)
#928463
(146,132,99)
#9F9376
(159,147,118)
#ACA289
(172,162,137)
#B9B19C
(185,177,156)
#C6C0AF
(198,192,175)
#D3CFC2
(211,207,194)
#E0DED5
(224,222,213)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B572A color. Also use rgb(107,87,42) instead hex code.

Text Font Color

.myTextColor { color: #6B572A; }

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

This text font color is #6B572A.

Background Color

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

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

This div background color is #6B572A.

Border color

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

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

This div border color is #6B572A.

Opacity

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

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

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

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

This text has shadow with #6B572A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B572A.

Preview

Color preview on black background

This text has color #6B572A on black background.


Color preview on white background

This text has color #6B572A on white background.


Black color preview on #6B572A background

This text has black color on #6B572A background.


White color preview on #6B572A background

This text has white color on #6B572A background.


Related colors

Complementary color

Complementary color for #hex is #94A8D5.


I love getcolorcode.com

Triadic colors

1 #2A6B57 and #572A6B with #6B572A are triadic colors.

2 #2A576B and #576B2A with #6B572A are triadic colors.