COLOR #6B7163

HEX: #6B7163 RGB: (107,113,99)

Color info

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

RGB color model

#6B7163 color RGB value is (107,113,99).

RGB: (107,113,99) (42%, 44%, 39%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 99 of 255 = 39%

107
113
99

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

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 99 = 319 (100%)
R 107 of 319 ~ 33.54%
G 113 of 319 ~ 35.42%
B 99 of 319 ~ 31.03'%

%33.54
%35.42
%31.03

CMYK color model

#6B7163 color CMYK value is (5,0,12,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 55.69%

CMYK: (5,0,12,56)
C5M0Y12K56 (5%, 0%, 12%, 56%)
(0.05 / 0.00 / 0.12 / 0.56)

CMYK percentages

%5.31
%0
%12.39
%55.69

Codes

Color #6B7163 in popluar color models

6B 71 63
RGB 107 113 99
HSL 86° 6.60% 41.57%
HSB/HSV 86° 12.39% 44.31%
CMYK 5.31% 0.00% 12.39%
55.69%

Color #6B7163 in popluar number systems.

HEX 6B 71 63
Decimal 107 113 99
Binary 1101011 1110001 1100011
Octal 153 161 143

Shades and tints

Shades of #6B7163

#6B7163
(107,113,99)
#62675A
(98,103,90)
#595D51
(89,93,81)
#505348
(80,83,72)
#47493F
(71,73,63)
#3E3F36
(62,63,54)
#35352D
(53,53,45)
#2C2B24
(44,43,36)
#23211B
(35,33,27)
#1A1712
(26,23,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #6B7163

#6B7163
(107,113,99)
#787D71
(120,125,113)
#85897F
(133,137,127)
#92958D
(146,149,141)
#9FA19B
(159,161,155)
#ACADA9
(172,173,169)
#B9B9B7
(185,185,183)
#C6C5C5
(198,197,197)
#D3D1D3
(211,209,211)
#E0DDE1
(224,221,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7163 color. Also use rgb(107,113,99) instead hex code.

Text Font Color

.myTextColor { color: #6B7163; }

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

This text font color is #6B7163.

Background Color

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

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

This div background color is #6B7163.

Border color

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

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

This div border color is #6B7163.

Opacity

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

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

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

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

This text has shadow with #6B7163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7163.

Preview

Color preview on black background

This text has color #6B7163 on black background.


Color preview on white background

This text has color #6B7163 on white background.


Black color preview on #6B7163 background

This text has black color on #6B7163 background.


White color preview on #6B7163 background

This text has white color on #6B7163 background.


Related colors

Complementary color

Complementary color for #hex is #948E9C.


I love getcolorcode.com

Triadic colors

1 #636B71 and #71636B with #6B7163 are triadic colors.

2 #63716B and #716B63 with #6B7163 are triadic colors.