COLOR #6B603B

HEX: #6B603B
RGB: (107,96,59)

Color info

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

RGB color model

#6B603B color RGB value is (107,96,59).

  • red value is 107;
  • green value is 96;
  • blue value is 59.
RGB:
(107,96,59)
(42%,38%,23%)

RGB channels and saturation

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

107
96
59

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

Portions of RGB colors in percentages

R + G + B =
107 + 96 + 59 = 262 (100%)
R 107 of 262 ~ 40.84%
G 96 of 262 ~ 36.64%
B 59 of 262 ~ 22.52%

%40.84
%36.64
%22.52

CMYK color model

#6B603B color CMYK value is (0,10,45,58).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 44.86%
  • key color value is 58.04%
CMYK:
(0,10,45,58)
C0M10Y45K58 
(0%,10%,45%,58%)
(0.00/0.10/0.45/0.58)	

CMYK percentages

%0
%10.28
%44.86
%58.04

Codes

Color #6B603B in popluar color models

6B603B
RGB1079659
HSL46°28.92%32.55%
HSB/HSV46°44.86%41.96%
CMYK0.00%10.28%44.86%
58.04%

Color #6B603B in popluar number systems.

HEX6B603B
Decimal1079659
Binary11010111100000111011
Octal15314073

Shades and tints

Shades of #6B603B

#6B603B
(107,96,59)
#625836
(98,88,54)
#595031
(89,80,49)
#50482C
(80,72,44)
#474027
(71,64,39)
#3E3822
(62,56,34)
#35301D
(53,48,29)
#2C2818
(44,40,24)
#232013
(35,32,19)
#1A180E
(26,24,14)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #6B603B

#6B603B
(107,96,59)
#786E4C
(120,110,76)
#857C5D
(133,124,93)
#928A6E
(146,138,110)
#9F987F
(159,152,127)
#ACA690
(172,166,144)
#B9B4A1
(185,180,161)
#C6C2B2
(198,194,178)
#D3D0C3
(211,208,195)
#E0DED4
(224,222,212)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B603B; }

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

This text font color is #6B603B.


Background Color

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

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

This div background color is #6B603B.


Border color

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

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

This div border color is #6B603B.


Opacity

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

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

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

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

This text has shadow with #6B603B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B603B on black background.


Color preview on white background

This text has color #6B603B on white background.



Black color preview on #6B603B background

This text has black color on #6B603B background.


White color preview on #6B603B background

This text has white color on #6B603B background.