COLOR #6B6435

HEX: #6B6435
RGB: (107,100,53)

Color info

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

RGB color model

#6B6435 color RGB value is (107,100,53).

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

RGB channels and saturation

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

107
100
53

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 53 = 260 (100%)
R 107 of 260 ~ 41.15%
G 100 of 260 ~ 38.46%
B 53 of 260 ~ 20.38%

%41.15
%38.46
%20.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.54%
  • 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
%6.54
%50.47
%58.04

Codes

Color #6B6435 in popluar color models

6B6435
RGB10710053
HSL52°33.75%31.37%
HSB/HSV52°50.47%41.96%
CMYK0.00%6.54%50.47%
58.04%

Color #6B6435 in popluar number systems.

HEX6B6435
Decimal10710053
Binary11010111100100110101
Octal15314465

Shades and tints

Shades of #6B6435

#6B6435
(107,100,53)
#625B31
(98,91,49)
#59522D
(89,82,45)
#504929
(80,73,41)
#474025
(71,64,37)
#3E3721
(62,55,33)
#352E1D
(53,46,29)
#2C2519
(44,37,25)
#231C15
(35,28,21)
#1A1311
(26,19,17)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #6B6435

#6B6435
(107,100,53)
#787247
(120,114,71)
#858059
(133,128,89)
#928E6B
(146,142,107)
#9F9C7D
(159,156,125)
#ACAA8F
(172,170,143)
#B9B8A1
(185,184,161)
#C6C6B3
(198,198,179)
#D3D4C5
(211,212,197)
#E0E2D7
(224,226,215)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6435; }

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

This text font color is #6B6435.


Background Color

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

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

This div background color is #6B6435.


Border color

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

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

This div border color is #6B6435.


Opacity

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

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

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

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

This text has shadow with #6B6435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6435 on black background.


Color preview on white background

This text has color #6B6435 on white background.



Black color preview on #6B6435 background

This text has black color on #6B6435 background.


White color preview on #6B6435 background

This text has white color on #6B6435 background.