COLOR #6B5F4A

HEX: #6B5F4A
RGB: (107,95,74)

Color info

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

RGB color model

#6B5F4A color RGB value is (107,95,74).

  • red value is 107;
  • green value is 95;
  • blue value is 74.
RGB:
(107,95,74)
(42%,37%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 74 of 255 = 29%

107
95
74

R + G + B ~ 36%. #6B5F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 74 = 276 (100%)
R 107 of 276 ~ 38.77%
G 95 of 276 ~ 34.42%
B 74 of 276 ~ 26.81%

%38.77
%34.42
%26.81

CMYK color model

#6B5F4A color CMYK value is (0,11,31,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,11,31,58)
C0M11Y31K58 
(0%,11%,31%,58%)
(0.00/0.11/0.31/0.58)	

CMYK percentages

%0
%11.21
%30.84
%58.04

Codes

Color #6B5F4A in popluar color models

6B5F4A
RGB1079574
HSL38°18.23%35.49%
HSB/HSV38°30.84%41.96%
CMYK0.00%11.21%30.84%
58.04%

Color #6B5F4A in popluar number systems.

HEX6B5F4A
Decimal1079574
Binary110101110111111001010
Octal153137112

Shades and tints

Shades of #6B5F4A

#6B5F4A
(107,95,74)
#625744
(98,87,68)
#594F3E
(89,79,62)
#504738
(80,71,56)
#473F32
(71,63,50)
#3E372C
(62,55,44)
#352F26
(53,47,38)
#2C2720
(44,39,32)
#231F1A
(35,31,26)
#1A1714
(26,23,20)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B5F4A

#6B5F4A
(107,95,74)
#786D5A
(120,109,90)
#857B6A
(133,123,106)
#92897A
(146,137,122)
#9F978A
(159,151,138)
#ACA59A
(172,165,154)
#B9B3AA
(185,179,170)
#C6C1BA
(198,193,186)
#D3CFCA
(211,207,202)
#E0DDDA
(224,221,218)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5F4A; }

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

This text font color is #6B5F4A.


Background Color

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

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

This div background color is #6B5F4A.


Border color

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

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

This div border color is #6B5F4A.


Opacity

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

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

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

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

This text has shadow with #6B5F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F4A on black background.


Color preview on white background

This text has color #6B5F4A on white background.



Black color preview on #6B5F4A background

This text has black color on #6B5F4A background.


White color preview on #6B5F4A background

This text has white color on #6B5F4A background.