COLOR #6A6851

HEX: #6A6851
RGB: (106,104,81)

Color info

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

RGB color model

#6A6851 color RGB value is (106,104,81).

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

RGB channels and saturation

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

106
104
81

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

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 81 = 291 (100%)
R 106 of 291 ~ 36.43%
G 104 of 291 ~ 35.74%
B 81 of 291 ~ 27.84%

%36.43
%35.74
%27.84

CMYK color model

#6A6851 color CMYK value is (0,2,24,58).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 23.58%
  • key color value is 58.43%
CMYK:
(0,2,24,58)
C0M2Y24K58 
(0%,2%,24%,58%)
(0.00/0.02/0.24/0.58)	

CMYK percentages

%0
%1.89
%23.58
%58.43

Codes

Color #6A6851 in popluar color models

6A6851
RGB10610481
HSL55°13.37%36.67%
HSB/HSV55°23.58%41.57%
CMYK0.00%1.89%23.58%
58.43%

Color #6A6851 in popluar number systems.

HEX6A6851
Decimal10610481
Binary110101011010001010001
Octal152150121

Shades and tints

Shades of #6A6851

#6A6851
(106,104,81)
#615F4A
(97,95,74)
#585643
(88,86,67)
#4F4D3C
(79,77,60)
#464435
(70,68,53)
#3D3B2E
(61,59,46)
#343227
(52,50,39)
#2B2920
(43,41,32)
#222019
(34,32,25)
#191712
(25,23,18)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #6A6851

#6A6851
(106,104,81)
#777560
(119,117,96)
#84826F
(132,130,111)
#918F7E
(145,143,126)
#9E9C8D
(158,156,141)
#ABA99C
(171,169,156)
#B8B6AB
(184,182,171)
#C5C3BA
(197,195,186)
#D2D0C9
(210,208,201)
#DFDDD8
(223,221,216)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6851; }

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

This text font color is #6A6851.


Background Color

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

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

This div background color is #6A6851.


Border color

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

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

This div border color is #6A6851.


Opacity

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

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

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

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

This text has shadow with #6A6851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6851 on black background.


Color preview on white background

This text has color #6A6851 on white background.



Black color preview on #6A6851 background

This text has black color on #6A6851 background.


White color preview on #6A6851 background

This text has white color on #6A6851 background.