COLOR #6B7662

HEX: #6B7662 RGB: (107,118,98)

Color info

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

RGB color model

#6B7662 color RGB value is (107,118,98).

RGB: (107,118,98) (42%, 46%, 38%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 98 of 255 = 38%

107
118
98

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

Portions of RGB colors in percentages

R + G + B = 107 + 118 + 98 = 323 (100%)
R 107 of 323 ~ 33.13%
G 118 of 323 ~ 36.53%
B 98 of 323 ~ 30.34'%

%33.13
%36.53
%30.34

CMYK color model

#6B7662 color CMYK value is (9,0,17,54).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 53.73%

CMYK: (9,0,17,54)
C9M0Y17K54 (9%, 0%, 17%, 54%)
(0.09 / 0.00 / 0.17 / 0.54)

CMYK percentages

%9.32
%0
%16.95
%53.73

Codes

Color #6B7662 in popluar color models

6B 76 62
RGB 107 118 98
HSL 93° 9.26% 42.35%
HSB/HSV 93° 16.95% 46.27%
CMYK 9.32% 0.00% 16.95%
53.73%

Color #6B7662 in popluar number systems.

HEX 6B 76 62
Decimal 107 118 98
Binary 1101011 1110110 1100010
Octal 153 166 142

Shades and tints

Shades of #6B7662

#6B7662
(107,118,98)
#626C5A
(98,108,90)
#596252
(89,98,82)
#50584A
(80,88,74)
#474E42
(71,78,66)
#3E443A
(62,68,58)
#353A32
(53,58,50)
#2C302A
(44,48,42)
#232622
(35,38,34)
#1A1C1A
(26,28,26)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6B7662

#6B7662
(107,118,98)
#788270
(120,130,112)
#858E7E
(133,142,126)
#929A8C
(146,154,140)
#9FA69A
(159,166,154)
#ACB2A8
(172,178,168)
#B9BEB6
(185,190,182)
#C6CAC4
(198,202,196)
#D3D6D2
(211,214,210)
#E0E2E0
(224,226,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7662 color. Also use rgb(107,118,98) instead hex code.

Text Font Color

.myTextColor { color: #6B7662; }

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

This text font color is #6B7662.

Background Color

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

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

This div background color is #6B7662.

Border color

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

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

This div border color is #6B7662.

Opacity

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

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

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

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

This text has shadow with #6B7662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7662.

Preview

Color preview on black background

This text has color #6B7662 on black background.


Color preview on white background

This text has color #6B7662 on white background.


Black color preview on #6B7662 background

This text has black color on #6B7662 background.


White color preview on #6B7662 background

This text has white color on #6B7662 background.


Related colors

Complementary color

Complementary color for #hex is #94899D.


I love getcolorcode.com

Triadic colors

1 #626B76 and #76626B with #6B7662 are triadic colors.

2 #62766B and #766B62 with #6B7662 are triadic colors.