COLOR #6B693D

HEX: #6B693D
RGB: (107,105,61)

Color info

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

RGB color model

#6B693D color RGB value is (107,105,61).

  • red value is 107;
  • green value is 105;
  • blue value is 61.
RGB:
(107,105,61)
(42%,41%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 61 of 255 = 24%

107
105
61

R + G + B ~ 36%. #6B693D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 61 = 273 (100%)
R 107 of 273 ~ 39.19%
G 105 of 273 ~ 38.46%
B 61 of 273 ~ 22.34%

%39.19
%38.46
%22.34

CMYK color model

#6B693D color CMYK value is (0,2,43,58).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 42.99%
  • key color value is 58.04%
CMYK:
(0,2,43,58)
C0M2Y43K58 
(0%,2%,43%,58%)
(0.00/0.02/0.43/0.58)	

CMYK percentages

%0
%1.87
%42.99
%58.04

Codes

Color #6B693D in popluar color models

6B693D
RGB10710561
HSL57°27.38%32.94%
HSB/HSV57°42.99%41.96%
CMYK0.00%1.87%42.99%
58.04%

Color #6B693D in popluar number systems.

HEX6B693D
Decimal10710561
Binary11010111101001111101
Octal15315175

Shades and tints

Shades of #6B693D

#6B693D
(107,105,61)
#626038
(98,96,56)
#595733
(89,87,51)
#504E2E
(80,78,46)
#474529
(71,69,41)
#3E3C24
(62,60,36)
#35331F
(53,51,31)
#2C2A1A
(44,42,26)
#232115
(35,33,21)
#1A1810
(26,24,16)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B693D

#6B693D
(107,105,61)
#78764E
(120,118,78)
#85835F
(133,131,95)
#929070
(146,144,112)
#9F9D81
(159,157,129)
#ACAA92
(172,170,146)
#B9B7A3
(185,183,163)
#C6C4B4
(198,196,180)
#D3D1C5
(211,209,197)
#E0DED6
(224,222,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B693D color. Also use rgb(107,105,61) instead hex code.

Text Font Color

.myTextColor { color: #6B693D; }

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

This text font color is #6B693D.


Background Color

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

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

This div background color is #6B693D.


Border color

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

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

This div border color is #6B693D.


Opacity

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

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

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

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

This text has shadow with #6B693D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B693D on black background.


Color preview on white background

This text has color #6B693D on white background.



Black color preview on #6B693D background

This text has black color on #6B693D background.


White color preview on #6B693D background

This text has white color on #6B693D background.