COLOR #6B643A

HEX: #6B643A
RGB: (107,100,58)

Color info

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

RGB color model

#6B643A color RGB value is (107,100,58).

  • red value is 107;
  • green value is 100;
  • blue value is 58.
RGB:
(107,100,58)
(42%,39%,23%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 58 of 255 = 23%

107
100
58

R + G + B ~ 35%. #6B643A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 58 = 265 (100%)
R 107 of 265 ~ 40.38%
G 100 of 265 ~ 37.74%
B 58 of 265 ~ 21.89%

%40.38
%37.74
%21.89

CMYK color model

#6B643A color CMYK value is (0,7,46,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 45.79%
  • key color value is 58.04%
CMYK:
(0,7,46,58)
C0M7Y46K58 
(0%,7%,46%,58%)
(0.00/0.07/0.46/0.58)	

CMYK percentages

%0
%6.54
%45.79
%58.04

Codes

Color #6B643A in popluar color models

6B643A
RGB10710058
HSL51°29.70%32.35%
HSB/HSV51°45.79%41.96%
CMYK0.00%6.54%45.79%
58.04%

Color #6B643A in popluar number systems.

HEX6B643A
Decimal10710058
Binary11010111100100111010
Octal15314472

Shades and tints

Shades of #6B643A

#6B643A
(107,100,58)
#625B35
(98,91,53)
#595230
(89,82,48)
#50492B
(80,73,43)
#474026
(71,64,38)
#3E3721
(62,55,33)
#352E1C
(53,46,28)
#2C2517
(44,37,23)
#231C12
(35,28,18)
#1A130D
(26,19,13)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #6B643A

#6B643A
(107,100,58)
#78724B
(120,114,75)
#85805C
(133,128,92)
#928E6D
(146,142,109)
#9F9C7E
(159,156,126)
#ACAA8F
(172,170,143)
#B9B8A0
(185,184,160)
#C6C6B1
(198,198,177)
#D3D4C2
(211,212,194)
#E0E2D3
(224,226,211)
#EDF0E4
(237,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B643A color. Also use rgb(107,100,58) instead hex code.

Text Font Color

.myTextColor { color: #6B643A; }

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

This text font color is #6B643A.


Background Color

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

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

This div background color is #6B643A.


Border color

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

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

This div border color is #6B643A.


Opacity

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

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

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

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

This text has shadow with #6B643A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B643A on black background.


Color preview on white background

This text has color #6B643A on white background.



Black color preview on #6B643A background

This text has black color on #6B643A background.


White color preview on #6B643A background

This text has white color on #6B643A background.