COLOR #6A7266

HEX: #6A7266 RGB: (106,114,102)

Color info

#6A7266 contains red, green and blue colors in about the same proportion. Web safe color of #6A7266 is #666666 (or #666).

RGB color model

#6A7266 color RGB value is (106,114,102).

RGB: (106,114,102) (42%, 45%, 40%)

RGB channels and saturation

R 106 of 255 = 42%
G 114 of 255 = 45%
B 102 of 255 = 40%

106
114
102

R + G + B ~ 42%. #6A7266 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 114 + 102 = 322 (100%)
R 106 of 322 ~ 32.92%
G 114 of 322 ~ 35.4%
B 102 of 322 ~ 31.68'%

%32.92
%35.4
%31.68

CMYK color model

#6A7266 color CMYK value is (7,0,11,55).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 55.29%

CMYK: (7,0,11,55)
C7M0Y11K55 (7%, 0%, 11%, 55%)
(0.07 / 0.00 / 0.11 / 0.55)

CMYK percentages

%7.02
%0
%10.53
%55.29

Codes

Color #6A7266 in popluar color models

6A 72 66
RGB 106 114 102
HSL 100° 5.56% 42.35%
HSB/HSV 100° 10.53% 44.71%
CMYK 7.02% 0.00% 10.53%
55.29%

Color #6A7266 in popluar number systems.

HEX 6A 72 66
Decimal 106 114 102
Binary 1101010 1110010 1100110
Octal 152 162 146

Shades and tints

Shades of #6A7266

#6A7266
(106,114,102)
#61685D
(97,104,93)
#585E54
(88,94,84)
#4F544B
(79,84,75)
#464A42
(70,74,66)
#3D4039
(61,64,57)
#343630
(52,54,48)
#2B2C27
(43,44,39)
#22221E
(34,34,30)
#191815
(25,24,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #6A7266

#6A7266
(106,114,102)
#777E73
(119,126,115)
#848A80
(132,138,128)
#91968D
(145,150,141)
#9EA29A
(158,162,154)
#ABAEA7
(171,174,167)
#B8BAB4
(184,186,180)
#C5C6C1
(197,198,193)
#D2D2CE
(210,210,206)
#DFDEDB
(223,222,219)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7266; }

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

This text font color is #6A7266.

Background Color

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

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

This div background color is #6A7266.

Border color

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

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

This div border color is #6A7266.

Opacity

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

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

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

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

This text has shadow with #6A7266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7266.

Preview

Color preview on black background

This text has color #6A7266 on black background.


Color preview on white background

This text has color #6A7266 on white background.


Black color preview on #6A7266 background

This text has black color on #6A7266 background.


White color preview on #6A7266 background

This text has white color on #6A7266 background.


Related colors

Complementary color

Complementary color for #hex is #958D99.


I love getcolorcode.com

Triadic colors

1 #666A72 and #72666A with #6A7266 are triadic colors.

2 #66726A and #726A66 with #6A7266 are triadic colors.