COLOR #6A5310

HEX: #6A5310
RGB: (106,83,16)

Color info

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

RGB color model

#6A5310 color RGB value is (106,83,16).

  • red value is 106;
  • green value is 83;
  • blue value is 16.
RGB:
(106,83,16)
(42%,33%,6%)

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 16 of 255 = 6%

106
83
16

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

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 16 = 205 (100%)
R 106 of 205 ~ 51.71%
G 83 of 205 ~ 40.49%
B 16 of 205 ~ 7.8%

%51.71
%40.49

CMYK color model

#6A5310 color CMYK value is (0,22,85,58).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 84.91%
  • key color value is 58.43%
CMYK:
(0,22,85,58)
C0M22Y85K58 
(0%,22%,85%,58%)
(0.00/0.22/0.85/0.58)	

CMYK percentages

%0
%21.7
%84.91
%58.43

Codes

Color #6A5310 in popluar color models

6A5310
RGB1068316
HSL45°73.77%23.92%
HSB/HSV45°84.91%41.57%
CMYK0.00%21.70%84.91%
58.43%

Color #6A5310 in popluar number systems.

HEX6A5310
Decimal1068316
Binary1101010101001110000
Octal15212320

Shades and tints

Shades of #6A5310

#6A5310
(106,83,16)
#614C0F
(97,76,15)
#58450E
(88,69,14)
#4F3E0D
(79,62,13)
#46370C
(70,55,12)
#3D300B
(61,48,11)
#34290A
(52,41,10)
#2B2209
(43,34,9)
#221B08
(34,27,8)
#191407
(25,20,7)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #6A5310

#6A5310
(106,83,16)
#776225
(119,98,37)
#84713A
(132,113,58)
#91804F
(145,128,79)
#9E8F64
(158,143,100)
#AB9E79
(171,158,121)
#B8AD8E
(184,173,142)
#C5BCA3
(197,188,163)
#D2CBB8
(210,203,184)
#DFDACD
(223,218,205)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5310 color. Also use rgb(106,83,16) instead hex code.

Text Font Color

.myTextColor { color: #6A5310; }

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

This text font color is #6A5310.


Background Color

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

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

This div background color is #6A5310.


Border color

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

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

This div border color is #6A5310.


Opacity

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

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

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

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

This text has shadow with #6A5310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5310 on black background.


Color preview on white background

This text has color #6A5310 on white background.



Black color preview on #6A5310 background

This text has black color on #6A5310 background.


White color preview on #6A5310 background

This text has white color on #6A5310 background.