COLOR #806A01

HEX: #806A01 RGB: (128,106,1)

Color info

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

RGB color model

#806A01 color RGB value is (128,106,1).

RGB: (128,106,1) (50%, 42%, 0%)

RGB channels and saturation

R 128 of 255 = 50%
G 106 of 255 = 42%
B 1 of 255 = 0%

128
106
1

R + G + B ~ 31%. #806A01 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 106 + 1 = 235 (100%)
R 128 of 235 ~ 54.47%
G 106 of 235 ~ 45.11%
B 1 of 235 ~ 0.43'%

%54.47
%45.11

CMYK color model

#806A01 color CMYK value is (0,17,99,50).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 99.22%
  • key color value is 49.80%

CMYK: (0,17,99,50)
C0M17Y99K50 (0%, 17%, 99%, 50%)
(0.00 / 0.17 / 0.99 / 0.50)

CMYK percentages

%0
%17.19
%99.22
%49.8

Codes

Color #806A01 in popluar color models

80 6A 01
RGB 128 106 1
HSL 50° 98.45% 25.29%
HSB/HSV 50° 99.22% 50.20%
CMYK 0.00% 17.19% 99.22%
49.80%

Color #806A01 in popluar number systems.

HEX 80 6A 01
Decimal 128 106 1
Binary 10000000 1101010 1
Octal 200 152 1

Shades and tints

Shades of #806A01

#806A01
(128,106,1)
#756101
(117,97,1)
#6A5801
(106,88,1)
#5F4F01
(95,79,1)
#544601
(84,70,1)
#493D01
(73,61,1)
#3E3401
(62,52,1)
#332B01
(51,43,1)
#282201
(40,34,1)
#1D1901
(29,25,1)
#121001
(18,16,1)
#000000
(0,0,0)

Tints of #806A01

#806A01
(128,106,1)
#8B7718
(139,119,24)
#96842F
(150,132,47)
#A19146
(161,145,70)
#AC9E5D
(172,158,93)
#B7AB74
(183,171,116)
#C2B88B
(194,184,139)
#CDC5A2
(205,197,162)
#D8D2B9
(216,210,185)
#E3DFD0
(227,223,208)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806A01 color. Also use rgb(128,106,1) instead hex code.

Text Font Color

.myTextColor { color: #806A01; }

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

This text font color is #806A01.

Background Color

.myBgColor { background-color: #806A01; }

<div style="background-color:#806A01">Inner text</div>

This div background color is #806A01.

Border color

.myBorderColor { border: 1px solid #806A01; }

<div style="border:3px solid #806A01">Div</div>

This div border color is #806A01.

Opacity

.myOpacity80 { color: #806A01; opacity: 0.8; }

<p style="color:#806A01;opacity:0.8;">80%</p>

Text with #806A01 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 #806A01;}

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

This text has shadow with #806A01 color.


.textShadow {text-shadow: 3px 3px 1px #806A01', 3px 3px 1px red;}

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

This text has shadow with #806A01 primary color and red secondary color.


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

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

This text has shadow with #806A01 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #806A01; -webkit-box-shadow: 1px 1px 3px 2px #806A01; box-shadow:1px 1px 3px 2px #806A01;">
Div content here
</div>

This div box has shadow with color #806A01.

Preview

Color preview on black background

This text has color #806A01 on black background.


Color preview on white background

This text has color #806A01 on white background.


Black color preview on #806A01 background

This text has black color on #806A01 background.


White color preview on #806A01 background

This text has white color on #806A01 background.


Related colors

Complementary color

Complementary color for #hex is #7F95FE.


I love getcolorcode.com

Triadic colors

1 #01806A and #6A0180 with #806A01 are triadic colors.

2 #016A80 and #6A8001 with #806A01 are triadic colors.