COLOR #6B6335

HEX: #6B6335
RGB: (107,99,53)

Color info

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

RGB color model

#6B6335 color RGB value is (107,99,53).

  • red value is 107;
  • green value is 99;
  • blue value is 53.
RGB:
(107,99,53)
(42%,39%,21%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 53 of 255 = 21%

107
99
53

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 53 = 259 (100%)
R 107 of 259 ~ 41.31%
G 99 of 259 ~ 38.22%
B 53 of 259 ~ 20.46%

%41.31
%38.22
%20.46

CMYK color model

#6B6335 color CMYK value is (0,7,50,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 50.47%
  • key color value is 58.04%
CMYK:
(0,7,50,58)
C0M7Y50K58 
(0%,7%,50%,58%)
(0.00/0.07/0.50/0.58)	

CMYK percentages

%0
%7.48
%50.47
%58.04

Codes

Color #6B6335 in popluar color models

6B6335
RGB1079953
HSL51°33.75%31.37%
HSB/HSV51°50.47%41.96%
CMYK0.00%7.48%50.47%
58.04%

Color #6B6335 in popluar number systems.

HEX6B6335
Decimal1079953
Binary11010111100011110101
Octal15314365

Shades and tints

Shades of #6B6335

#6B6335
(107,99,53)
#625A31
(98,90,49)
#59512D
(89,81,45)
#504829
(80,72,41)
#473F25
(71,63,37)
#3E3621
(62,54,33)
#352D1D
(53,45,29)
#2C2419
(44,36,25)
#231B15
(35,27,21)
#1A1211
(26,18,17)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #6B6335

#6B6335
(107,99,53)
#787147
(120,113,71)
#857F59
(133,127,89)
#928D6B
(146,141,107)
#9F9B7D
(159,155,125)
#ACA98F
(172,169,143)
#B9B7A1
(185,183,161)
#C6C5B3
(198,197,179)
#D3D3C5
(211,211,197)
#E0E1D7
(224,225,215)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6335; }

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

This text font color is #6B6335.


Background Color

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

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

This div background color is #6B6335.


Border color

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

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

This div border color is #6B6335.


Opacity

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

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

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

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

This text has shadow with #6B6335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6335 on black background.


Color preview on white background

This text has color #6B6335 on white background.



Black color preview on #6B6335 background

This text has black color on #6B6335 background.


White color preview on #6B6335 background

This text has white color on #6B6335 background.