COLOR #6B6851

HEX: #6B6851
RGB: (107,104,81)

Color info

#6B6851 contains red, green and blue colors in about the same proportion. Web safe color of #6B6851 is #666666 (or #666).

RGB color model

#6B6851 color RGB value is (107,104,81).

  • red value is 107;
  • green value is 104;
  • blue value is 81.
RGB:
(107,104,81)
(42%,41%,32%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 81 of 255 = 32%

107
104
81

R + G + B ~ 38%. #6B6851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 104 + 81 = 292 (100%)
R 107 of 292 ~ 36.64%
G 104 of 292 ~ 35.62%
B 81 of 292 ~ 27.74%

%36.64
%35.62
%27.74

CMYK color model

#6B6851 color CMYK value is (0,3,24,58).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 24.30%
  • key color value is 58.04%
CMYK:
(0,3,24,58)
C0M3Y24K58 
(0%,3%,24%,58%)
(0.00/0.03/0.24/0.58)	

CMYK percentages

%0
%2.8
%24.3
%58.04

Codes

Color #6B6851 in popluar color models

6B6851
RGB10710481
HSL53°13.83%36.86%
HSB/HSV53°24.30%41.96%
CMYK0.00%2.80%24.30%
58.04%

Color #6B6851 in popluar number systems.

HEX6B6851
Decimal10710481
Binary110101111010001010001
Octal153150121

Shades and tints

Shades of #6B6851

#6B6851
(107,104,81)
#625F4A
(98,95,74)
#595643
(89,86,67)
#504D3C
(80,77,60)
#474435
(71,68,53)
#3E3B2E
(62,59,46)
#353227
(53,50,39)
#2C2920
(44,41,32)
#232019
(35,32,25)
#1A1712
(26,23,18)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #6B6851

#6B6851
(107,104,81)
#787560
(120,117,96)
#85826F
(133,130,111)
#928F7E
(146,143,126)
#9F9C8D
(159,156,141)
#ACA99C
(172,169,156)
#B9B6AB
(185,182,171)
#C6C3BA
(198,195,186)
#D3D0C9
(211,208,201)
#E0DDD8
(224,221,216)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6851 color. Also use rgb(107,104,81) instead hex code.

Text Font Color

.myTextColor { color: #6B6851; }

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

This text font color is #6B6851.


Background Color

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

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

This div background color is #6B6851.


Border color

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

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

This div border color is #6B6851.


Opacity

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

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

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

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

This text has shadow with #6B6851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6851 on black background.


Color preview on white background

This text has color #6B6851 on white background.



Black color preview on #6B6851 background

This text has black color on #6B6851 background.


White color preview on #6B6851 background

This text has white color on #6B6851 background.