COLOR #6A5800

HEX: #6A5800
RGB: (106,88,0)

Color info

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

RGB color model

#6A5800 color RGB value is (106,88,0).

  • red value is 106;
  • green value is 88;
  • blue value is 0.
RGB:
(106,88,0)
(42%,35%,0%)

RGB channels and saturation

R 106 of 255 = 42%
G 88 of 255 = 35%
B 0 of 255 = 0%

106
88
0

R + G + B ~ 26%. #6A5800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 88 + 0 = 194 (100%)
R 106 of 194 ~ 54.64%
G 88 of 194 ~ 45.36%
B 0 of 194 ~ 0%

%54.64
%45.36

CMYK color model

#6A5800 color CMYK value is (0,17,100,58).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(0,17,100,58)
C0M17Y100K58 
(0%,17%,100%,58%)
(0.00/0.17/1.00/0.58)	

CMYK percentages

%0
%16.98
%100
%58.43

Codes

Color #6A5800 in popluar color models

6A5800
RGB106880
HSL50°100.00%20.78%
HSB/HSV50°100.00%41.57%
CMYK0.00%16.98%100.00%
58.43%

Color #6A5800 in popluar number systems.

HEX6A5800
Decimal106880
Binary110101010110000
Octal1521300

Shades and tints

Shades of #6A5800

#6A5800
(106,88,0)
#615000
(97,80,0)
#584800
(88,72,0)
#4F4000
(79,64,0)
#463800
(70,56,0)
#3D3000
(61,48,0)
#342800
(52,40,0)
#2B2000
(43,32,0)
#221800
(34,24,0)
#191000
(25,16,0)
#100800
(16,8,0)
#000000
(0,0,0)

Tints of #6A5800

#6A5800
(106,88,0)
#776717
(119,103,23)
#84762E
(132,118,46)
#918545
(145,133,69)
#9E945C
(158,148,92)
#ABA373
(171,163,115)
#B8B28A
(184,178,138)
#C5C1A1
(197,193,161)
#D2D0B8
(210,208,184)
#DFDFCF
(223,223,207)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5800 color. Also use rgb(106,88,0) instead hex code.

Text Font Color

.myTextColor { color: #6A5800; }

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

This text font color is #6A5800.


Background Color

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

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

This div background color is #6A5800.


Border color

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

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

This div border color is #6A5800.


Opacity

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

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

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

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

This text has shadow with #6A5800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5800 on black background.


Color preview on white background

This text has color #6A5800 on white background.



Black color preview on #6A5800 background

This text has black color on #6A5800 background.


White color preview on #6A5800 background

This text has white color on #6A5800 background.