COLOR #6B634C

HEX: #6B634C RGB: (107,99,76)

Color info

#6B634C contains red, green and blue colors in about the same proportion. Web safe color of #6B634C is #666633 (or #663).

RGB color model

#6B634C color RGB value is (107,99,76).

RGB: (107,99,76) (42%, 39%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 76 of 255 = 30%

107
99
76

R + G + B ~ 37%. #6B634C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 99 + 76 = 282 (100%)
R 107 of 282 ~ 37.94%
G 99 of 282 ~ 35.11%
B 76 of 282 ~ 26.95'%

%37.94
%35.11
%26.95

CMYK color model

#6B634C color CMYK value is (0,7,29,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK: (0,7,29,58) C0M7Y29K58 (0%,7%,29%,58%) (0.00/0.07/0.29/0.58) 

CMYK percentages

%0
%7.48
%28.97
%58.04

Codes

Color #6B634C in popluar color models

6B 63 4C
RGB 107 99 76
HSL 45° 16.94% 35.88%
HSB/HSV 45° 28.97% 41.96%
CMYK 0.00% 7.48% 28.97%
58.04%

Color #6B634C in popluar number systems.

HEX 6B 63 4C
Decimal 107 99 76
Binary 1101011 1100011 1001100
Octal 153 143 114

Shades and tints

Shades of #6B634C

#6B634C
(107,99,76)
#625A46
(98,90,70)
#595140
(89,81,64)
#50483A
(80,72,58)
#473F34
(71,63,52)
#3E362E
(62,54,46)
#352D28
(53,45,40)
#2C2422
(44,36,34)
#231B1C
(35,27,28)
#1A1216
(26,18,22)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #6B634C

#6B634C
(107,99,76)
#78715C
(120,113,92)
#857F6C
(133,127,108)
#928D7C
(146,141,124)
#9F9B8C
(159,155,140)
#ACA99C
(172,169,156)
#B9B7AC
(185,183,172)
#C6C5BC
(198,197,188)
#D3D3CC
(211,211,204)
#E0E1DC
(224,225,220)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B634C; }

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

This text font color is #6B634C.

Background Color

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

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

This div background color is #6B634C.

Border color

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

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

This div border color is #6B634C.

Opacity

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

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

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

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

This text has shadow with #6B634C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B634C.

Preview

Color preview on black background

This text has color #6B634C on black background.


Color preview on white background

This text has color #6B634C on white background.


Black color preview on #6B634C background

This text has black color on #6B634C background.


White color preview on #6B634C background

This text has white color on #6B634C background.


Related colors

Complementary color

Complementary color for #hex is #949CB3.


I love getcolorcode.com

Triadic colors

1 #4C6B63 and #634C6B with #6B634C are triadic colors.

2 #4C636B and #636B4C with #6B634C are triadic colors.