COLOR #6B5F3A

HEX: #6B5F3A RGB: (107,95,58)

Color info

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

RGB color model

#6B5F3A color RGB value is (107,95,58).

RGB: (107,95,58) (42%, 37%, 23%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 58 of 255 = 23%

107
95
58

R + G + B ~ 34%. #6B5F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 95 + 58 = 260 (100%)
R 107 of 260 ~ 41.15%
G 95 of 260 ~ 36.54%
B 58 of 260 ~ 22.31'%

%41.15
%36.54
%22.31

CMYK color model

#6B5F3A color CMYK value is (0,11,46,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 45.79%
  • key color value is 58.04%

CMYK: (0,11,46,58)
C0M11Y46K58 (0%, 11%, 46%, 58%)
(0.00 / 0.11 / 0.46 / 0.58)

CMYK percentages

%0
%11.21
%45.79
%58.04

Codes

Color #6B5F3A in popluar color models

6B 5F 3A
RGB 107 95 58
HSL 45° 29.70% 32.35%
HSB/HSV 45° 45.79% 41.96%
CMYK 0.00% 11.21% 45.79%
58.04%

Color #6B5F3A in popluar number systems.

HEX 6B 5F 3A
Decimal 107 95 58
Binary 1101011 1011111 111010
Octal 153 137 72

Shades and tints

Shades of #6B5F3A

#6B5F3A
(107,95,58)
#625735
(98,87,53)
#594F30
(89,79,48)
#50472B
(80,71,43)
#473F26
(71,63,38)
#3E3721
(62,55,33)
#352F1C
(53,47,28)
#2C2717
(44,39,23)
#231F12
(35,31,18)
#1A170D
(26,23,13)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #6B5F3A

#6B5F3A
(107,95,58)
#786D4B
(120,109,75)
#857B5C
(133,123,92)
#92896D
(146,137,109)
#9F977E
(159,151,126)
#ACA58F
(172,165,143)
#B9B3A0
(185,179,160)
#C6C1B1
(198,193,177)
#D3CFC2
(211,207,194)
#E0DDD3
(224,221,211)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F3A color. Also use rgb(107,95,58) instead hex code.

Text Font Color

.myTextColor { color: #6B5F3A; }

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

This text font color is #6B5F3A.

Background Color

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

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

This div background color is #6B5F3A.

Border color

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

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

This div border color is #6B5F3A.

Opacity

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

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

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

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

This text has shadow with #6B5F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5F3A.

Preview

Color preview on black background

This text has color #6B5F3A on black background.


Color preview on white background

This text has color #6B5F3A on white background.


Black color preview on #6B5F3A background

This text has black color on #6B5F3A background.


White color preview on #6B5F3A background

This text has white color on #6B5F3A background.


Related colors

Complementary color

Complementary color for #hex is #94A0C5.


I love getcolorcode.com

Triadic colors

1 #3A6B5F and #5F3A6B with #6B5F3A are triadic colors.

2 #3A5F6B and #5F6B3A with #6B5F3A are triadic colors.