COLOR #6A550D

HEX: #6A550D
RGB: (106,85,13)

Color info

#6A550D contains mainly red and green colors. Web safe color of #6A550D is #666600 (or #660).

RGB color model

#6A550D color RGB value is (106,85,13).

  • red value is 106;
  • green value is 85;
  • blue value is 13.
RGB:
(106,85,13)
(42%,33%,5%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 13 of 255 = 5%

106
85
13

R + G + B ~ 27%. #6A550D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 13 = 204 (100%)
R 106 of 204 ~ 51.96%
G 85 of 204 ~ 41.67%
B 13 of 204 ~ 6.37%

%51.96
%41.67

CMYK color model

#6A550D color CMYK value is (0,20,88,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 87.74%
  • key color value is 58.43%
CMYK:
(0,20,88,58)
C0M20Y88K58 
(0%,20%,88%,58%)
(0.00/0.20/0.88/0.58)	

CMYK percentages

%0
%19.81
%87.74
%58.43

Codes

Color #6A550D in popluar color models

6A550D
RGB1068513
HSL46°78.15%23.33%
HSB/HSV46°87.74%41.57%
CMYK0.00%19.81%87.74%
58.43%

Color #6A550D in popluar number systems.

HEX6A550D
Decimal1068513
Binary110101010101011101
Octal15212515

Shades and tints

Shades of #6A550D

#6A550D
(106,85,13)
#614E0C
(97,78,12)
#58470B
(88,71,11)
#4F400A
(79,64,10)
#463909
(70,57,9)
#3D3208
(61,50,8)
#342B07
(52,43,7)
#2B2406
(43,36,6)
#221D05
(34,29,5)
#191604
(25,22,4)
#100F03
(16,15,3)
#000000
(0,0,0)

Tints of #6A550D

#6A550D
(106,85,13)
#776423
(119,100,35)
#847339
(132,115,57)
#91824F
(145,130,79)
#9E9165
(158,145,101)
#ABA07B
(171,160,123)
#B8AF91
(184,175,145)
#C5BEA7
(197,190,167)
#D2CDBD
(210,205,189)
#DFDCD3
(223,220,211)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A550D color. Also use rgb(106,85,13) instead hex code.

Text Font Color

.myTextColor { color: #6A550D; }

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

This text font color is #6A550D.


Background Color

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

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

This div background color is #6A550D.


Border color

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

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

This div border color is #6A550D.


Opacity

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

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

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

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

This text has shadow with #6A550D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A550D on black background.


Color preview on white background

This text has color #6A550D on white background.



Black color preview on #6A550D background

This text has black color on #6A550D background.


White color preview on #6A550D background

This text has white color on #6A550D background.