COLOR #6A6627

HEX: #6A6627
RGB: (106,102,39)

Color info

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

RGB color model

#6A6627 color RGB value is (106,102,39).

  • red value is 106;
  • green value is 102;
  • blue value is 39.
RGB:
(106,102,39)
(42%,40%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 39 of 255 = 15%

106
102
39

R + G + B ~ 32%. #6A6627 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 39 = 247 (100%)
R 106 of 247 ~ 42.91%
G 102 of 247 ~ 41.3%
B 39 of 247 ~ 15.79%

%42.91
%41.3
%15.79

CMYK color model

#6A6627 color CMYK value is (0,4,63,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 63.21%
  • key color value is 58.43%
CMYK:
(0,4,63,58)
C0M4Y63K58 
(0%,4%,63%,58%)
(0.00/0.04/0.63/0.58)	

CMYK percentages

%0
%3.77
%63.21
%58.43

Codes

Color #6A6627 in popluar color models

6A6627
RGB10610239
HSL56°46.21%28.43%
HSB/HSV56°63.21%41.57%
CMYK0.00%3.77%63.21%
58.43%

Color #6A6627 in popluar number systems.

HEX6A6627
Decimal10610239
Binary11010101100110100111
Octal15214647

Shades and tints

Shades of #6A6627

#6A6627
(106,102,39)
#615D24
(97,93,36)
#585421
(88,84,33)
#4F4B1E
(79,75,30)
#46421B
(70,66,27)
#3D3918
(61,57,24)
#343015
(52,48,21)
#2B2712
(43,39,18)
#221E0F
(34,30,15)
#19150C
(25,21,12)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #6A6627

#6A6627
(106,102,39)
#77733A
(119,115,58)
#84804D
(132,128,77)
#918D60
(145,141,96)
#9E9A73
(158,154,115)
#ABA786
(171,167,134)
#B8B499
(184,180,153)
#C5C1AC
(197,193,172)
#D2CEBF
(210,206,191)
#DFDBD2
(223,219,210)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6627 color. Also use rgb(106,102,39) instead hex code.

Text Font Color

.myTextColor { color: #6A6627; }

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

This text font color is #6A6627.


Background Color

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

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

This div background color is #6A6627.


Border color

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

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

This div border color is #6A6627.


Opacity

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

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

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

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

This text has shadow with #6A6627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6627 on black background.


Color preview on white background

This text has color #6A6627 on white background.



Black color preview on #6A6627 background

This text has black color on #6A6627 background.


White color preview on #6A6627 background

This text has white color on #6A6627 background.