COLOR #6B632B

HEX: #6B632B RGB: (107,99,43)

Color info

#6B632B contains mainly red and green colors. Web safe color of #6B632B is #666633 (or #663).

RGB color model

#6B632B color RGB value is (107,99,43).

RGB: (107,99,43) (42%, 39%, 17%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 43 of 255 = 17%

107
99
43

R + G + B ~ 33%. #6B632B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 99 + 43 = 249 (100%)
R 107 of 249 ~ 42.97%
G 99 of 249 ~ 39.76%
B 43 of 249 ~ 17.27'%

%42.97
%39.76
%17.27

CMYK color model

#6B632B color CMYK value is (0,7,60,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 59.81%
  • key color value is 58.04%

CMYK: (0,7,60,58)
C0M7Y60K58 (0%, 7%, 60%, 58%)
(0.00 / 0.07 / 0.60 / 0.58)

CMYK percentages

%0
%7.48
%59.81
%58.04

Codes

Color #6B632B in popluar color models

6B 63 2B
RGB 107 99 43
HSL 53° 42.67% 29.41%
HSB/HSV 53° 59.81% 41.96%
CMYK 0.00% 7.48% 59.81%
58.04%

Color #6B632B in popluar number systems.

HEX 6B 63 2B
Decimal 107 99 43
Binary 1101011 1100011 101011
Octal 153 143 53

Shades and tints

Shades of #6B632B

#6B632B
(107,99,43)
#625A28
(98,90,40)
#595125
(89,81,37)
#504822
(80,72,34)
#473F1F
(71,63,31)
#3E361C
(62,54,28)
#352D19
(53,45,25)
#2C2416
(44,36,22)
#231B13
(35,27,19)
#1A1210
(26,18,16)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #6B632B

#6B632B
(107,99,43)
#78713E
(120,113,62)
#857F51
(133,127,81)
#928D64
(146,141,100)
#9F9B77
(159,155,119)
#ACA98A
(172,169,138)
#B9B79D
(185,183,157)
#C6C5B0
(198,197,176)
#D3D3C3
(211,211,195)
#E0E1D6
(224,225,214)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B632B; }

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

This text font color is #6B632B.

Background Color

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

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

This div background color is #6B632B.

Border color

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

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

This div border color is #6B632B.

Opacity

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

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

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

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

This text has shadow with #6B632B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B632B.

Preview

Color preview on black background

This text has color #6B632B on black background.


Color preview on white background

This text has color #6B632B on white background.


Black color preview on #6B632B background

This text has black color on #6B632B background.


White color preview on #6B632B background

This text has white color on #6B632B background.


Related colors

Complementary color

Complementary color for #hex is #949CD4.


I love getcolorcode.com

Triadic colors

1 #2B6B63 and #632B6B with #6B632B are triadic colors.

2 #2B636B and #636B2B with #6B632B are triadic colors.