COLOR #6A6602

HEX: #6A6602
RGB: (106,102,2)

Color info

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

RGB color model

#6A6602 color RGB value is (106,102,2).

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

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 2 of 255 = 1%

106
102
2

R + G + B ~ 28%. #6A6602 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 2 = 210 (100%)
R 106 of 210 ~ 50.48%
G 102 of 210 ~ 48.57%
B 2 of 210 ~ 0.95%

%50.48
%48.57

CMYK color model

#6A6602 color CMYK value is (0,4,98,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 98.11%
  • key color value is 58.43%
CMYK:
(0,4,98,58)
C0M4Y98K58 
(0%,4%,98%,58%)
(0.00/0.04/0.98/0.58)	

CMYK percentages

%0
%3.77
%98.11
%58.43

Codes

Color #6A6602 in popluar color models

6A6602
RGB1061022
HSL58°96.30%21.18%
HSB/HSV58°98.11%41.57%
CMYK0.00%3.77%98.11%
58.43%

Color #6A6602 in popluar number systems.

HEX6A6602
Decimal1061022
Binary1101010110011010
Octal1521462

Shades and tints

Shades of #6A6602

#6A6602
(106,102,2)
#615D02
(97,93,2)
#585402
(88,84,2)
#4F4B02
(79,75,2)
#464202
(70,66,2)
#3D3902
(61,57,2)
#343002
(52,48,2)
#2B2702
(43,39,2)
#221E02
(34,30,2)
#191502
(25,21,2)
#100C02
(16,12,2)
#000000
(0,0,0)

Tints of #6A6602

#6A6602
(106,102,2)
#777319
(119,115,25)
#848030
(132,128,48)
#918D47
(145,141,71)
#9E9A5E
(158,154,94)
#ABA775
(171,167,117)
#B8B48C
(184,180,140)
#C5C1A3
(197,193,163)
#D2CEBA
(210,206,186)
#DFDBD1
(223,219,209)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6602; }

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

This text font color is #6A6602.


Background Color

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

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

This div background color is #6A6602.


Border color

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

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

This div border color is #6A6602.


Opacity

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

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

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

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

This text has shadow with #6A6602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6602 on black background.


Color preview on white background

This text has color #6A6602 on white background.



Black color preview on #6A6602 background

This text has black color on #6A6602 background.


White color preview on #6A6602 background

This text has white color on #6A6602 background.