COLOR #6B6325

HEX: #6B6325
RGB: (107,99,37)

Color info

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

RGB color model

#6B6325 color RGB value is (107,99,37).

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

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 37 of 255 = 15%

107
99
37

R + G + B ~ 32%. #6B6325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 37 = 243 (100%)
R 107 of 243 ~ 44.03%
G 99 of 243 ~ 40.74%
B 37 of 243 ~ 15.23%

%44.03
%40.74
%15.23

CMYK color model

#6B6325 color CMYK value is (0,7,65,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 65.42%
  • key color value is 58.04%
CMYK:
(0,7,65,58)
C0M7Y65K58 
(0%,7%,65%,58%)
(0.00/0.07/0.65/0.58)	

CMYK percentages

%0
%7.48
%65.42
%58.04

Codes

Color #6B6325 in popluar color models

6B6325
RGB1079937
HSL53°48.61%28.24%
HSB/HSV53°65.42%41.96%
CMYK0.00%7.48%65.42%
58.04%

Color #6B6325 in popluar number systems.

HEX6B6325
Decimal1079937
Binary11010111100011100101
Octal15314345

Shades and tints

Shades of #6B6325

#6B6325
(107,99,37)
#625A22
(98,90,34)
#59511F
(89,81,31)
#50481C
(80,72,28)
#473F19
(71,63,25)
#3E3616
(62,54,22)
#352D13
(53,45,19)
#2C2410
(44,36,16)
#231B0D
(35,27,13)
#1A120A
(26,18,10)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #6B6325

#6B6325
(107,99,37)
#787138
(120,113,56)
#857F4B
(133,127,75)
#928D5E
(146,141,94)
#9F9B71
(159,155,113)
#ACA984
(172,169,132)
#B9B797
(185,183,151)
#C6C5AA
(198,197,170)
#D3D3BD
(211,211,189)
#E0E1D0
(224,225,208)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6325; }

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

This text font color is #6B6325.


Background Color

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

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

This div background color is #6B6325.


Border color

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

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

This div border color is #6B6325.


Opacity

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

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

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

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

This text has shadow with #6B6325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6325 on black background.


Color preview on white background

This text has color #6B6325 on white background.



Black color preview on #6B6325 background

This text has black color on #6B6325 background.


White color preview on #6B6325 background

This text has white color on #6B6325 background.