COLOR #6B623B

HEX: #6B623B RGB: (107,98,59)

Color info

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

RGB color model

#6B623B color RGB value is (107,98,59).

RGB: (107,98,59) (42%, 38%, 23%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 59 of 255 = 23%

107
98
59

R + G + B ~ 34%. #6B623B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 98 + 59 = 264 (100%)
R 107 of 264 ~ 40.53%
G 98 of 264 ~ 37.12%
B 59 of 264 ~ 22.35'%

%40.53
%37.12
%22.35

CMYK color model

#6B623B color CMYK value is (0,8,45,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 44.86%
  • key color value is 58.04%
CMYK: (0,8,45,58) C0M8Y45K58 (0%,8%,45%,58%) (0.00/0.08/0.45/0.58) 

CMYK percentages

%0
%8.41
%44.86
%58.04

Codes

Color #6B623B in popluar color models

6B 62 3B
RGB 107 98 59
HSL 49° 28.92% 32.55%
HSB/HSV 49° 44.86% 41.96%
CMYK 0.00% 8.41% 44.86%
58.04%

Color #6B623B in popluar number systems.

HEX 6B 62 3B
Decimal 107 98 59
Binary 1101011 1100010 111011
Octal 153 142 73

Shades and tints

Shades of #6B623B

#6B623B
(107,98,59)
#625A36
(98,90,54)
#595231
(89,82,49)
#504A2C
(80,74,44)
#474227
(71,66,39)
#3E3A22
(62,58,34)
#35321D
(53,50,29)
#2C2A18
(44,42,24)
#232213
(35,34,19)
#1A1A0E
(26,26,14)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #6B623B

#6B623B
(107,98,59)
#78704C
(120,112,76)
#857E5D
(133,126,93)
#928C6E
(146,140,110)
#9F9A7F
(159,154,127)
#ACA890
(172,168,144)
#B9B6A1
(185,182,161)
#C6C4B2
(198,196,178)
#D3D2C3
(211,210,195)
#E0E0D4
(224,224,212)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B623B; }

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

This text font color is #6B623B.

Background Color

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

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

This div background color is #6B623B.

Border color

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

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

This div border color is #6B623B.

Opacity

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

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

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

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

This text has shadow with #6B623B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B623B.

Preview

Color preview on black background

This text has color #6B623B on black background.


Color preview on white background

This text has color #6B623B on white background.


Black color preview on #6B623B background

This text has black color on #6B623B background.


White color preview on #6B623B background

This text has white color on #6B623B background.


Related colors

Complementary color

Complementary color for #hex is #949DC4.


I love getcolorcode.com

Triadic colors

1 #3B6B62 and #623B6B with #6B623B are triadic colors.

2 #3B626B and #626B3B with #6B623B are triadic colors.