COLOR #6B5F23

HEX: #6B5F23
RGB: (107,95,35)

Color info

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

RGB color model

#6B5F23 color RGB value is (107,95,35).

  • red value is 107;
  • green value is 95;
  • blue value is 35.
RGB:
(107,95,35)
(42%,37%,14%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 35 of 255 = 14%

107
95
35

R + G + B ~ 31%. #6B5F23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 35 = 237 (100%)
R 107 of 237 ~ 45.15%
G 95 of 237 ~ 40.08%
B 35 of 237 ~ 14.77%

%45.15
%40.08
%14.77

CMYK color model

#6B5F23 color CMYK value is (0,11,67,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 67.29%
  • key color value is 58.04%
CMYK:
(0,11,67,58)
C0M11Y67K58 
(0%,11%,67%,58%)
(0.00/0.11/0.67/0.58)	

CMYK percentages

%0
%11.21
%67.29
%58.04

Codes

Color #6B5F23 in popluar color models

6B5F23
RGB1079535
HSL50°50.70%27.84%
HSB/HSV50°67.29%41.96%
CMYK0.00%11.21%67.29%
58.04%

Color #6B5F23 in popluar number systems.

HEX6B5F23
Decimal1079535
Binary11010111011111100011
Octal15313743

Shades and tints

Shades of #6B5F23

#6B5F23
(107,95,35)
#625720
(98,87,32)
#594F1D
(89,79,29)
#50471A
(80,71,26)
#473F17
(71,63,23)
#3E3714
(62,55,20)
#352F11
(53,47,17)
#2C270E
(44,39,14)
#231F0B
(35,31,11)
#1A1708
(26,23,8)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #6B5F23

#6B5F23
(107,95,35)
#786D37
(120,109,55)
#857B4B
(133,123,75)
#92895F
(146,137,95)
#9F9773
(159,151,115)
#ACA587
(172,165,135)
#B9B39B
(185,179,155)
#C6C1AF
(198,193,175)
#D3CFC3
(211,207,195)
#E0DDD7
(224,221,215)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F23 color. Also use rgb(107,95,35) instead hex code.

Text Font Color

.myTextColor { color: #6B5F23; }

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

This text font color is #6B5F23.


Background Color

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

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

This div background color is #6B5F23.


Border color

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

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

This div border color is #6B5F23.


Opacity

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

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

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

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

This text has shadow with #6B5F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F23 on black background.


Color preview on white background

This text has color #6B5F23 on white background.



Black color preview on #6B5F23 background

This text has black color on #6B5F23 background.


White color preview on #6B5F23 background

This text has white color on #6B5F23 background.