COLOR #693B20

HEX: #693B20 RGB: (105,59,32)

Color info

#693B20 contains mainly red and green colors. Web safe color of #693B20 is #663333 (or #633).

RGB color model

#693B20 color RGB value is (105,59,32).

RGB: (105,59,32) (41%, 23%, 13%)

RGB channels and saturation

R 105 of 255 = 41%
G 59 of 255 = 23%
B 32 of 255 = 13%

105
59
32

R + G + B ~ 26%. #693B20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 59 + 32 = 196 (100%)
R 105 of 196 ~ 53.57%
G 59 of 196 ~ 30.1%
B 32 of 196 ~ 16.33'%

%53.57
%30.1
%16.33

CMYK color model

#693B20 color CMYK value is (0,44,70,59).

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 69.52%
  • key color value is 58.82%

CMYK: (0,44,70,59)
C0M44Y70K59 (0%, 44%, 70%, 59%)
(0.00 / 0.44 / 0.70 / 0.59)

CMYK percentages

%0
%43.81
%69.52
%58.82

Codes

Color #693B20 in popluar color models

69 3B 20
RGB 105 59 32
HSL 22° 53.28% 26.86%
HSB/HSV 22° 69.52% 41.18%
CMYK 0.00% 43.81% 69.52%
58.82%

Color #693B20 in popluar number systems.

HEX 69 3B 20
Decimal 105 59 32
Binary 1101001 111011 100000
Octal 151 73 40

Shades and tints

Shades of #693B20

#693B20
(105,59,32)
#60361E
(96,54,30)
#57311C
(87,49,28)
#4E2C1A
(78,44,26)
#452718
(69,39,24)
#3C2216
(60,34,22)
#331D14
(51,29,20)
#2A1812
(42,24,18)
#211310
(33,19,16)
#180E0E
(24,14,14)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #693B20

#693B20
(105,59,32)
#764C34
(118,76,52)
#835D48
(131,93,72)
#906E5C
(144,110,92)
#9D7F70
(157,127,112)
#AA9084
(170,144,132)
#B7A198
(183,161,152)
#C4B2AC
(196,178,172)
#D1C3C0
(209,195,192)
#DED4D4
(222,212,212)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693B20 color. Also use rgb(105,59,32) instead hex code.

Text Font Color

.myTextColor { color: #693B20; }

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

This text font color is #693B20.

Background Color

.myBgColor { background-color: #693B20; }

<div style="background-color:#693B20">Inner text</div>

This div background color is #693B20.

Border color

.myBorderColor { border: 1px solid #693B20; }

<div style="border:3px solid #693B20">Div</div>

This div border color is #693B20.

Opacity

.myOpacity80 { color: #693B20; opacity: 0.8; }

<p style="color:#693B20;opacity:0.8;">80%</p>

Text with #693B20 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 #693B20;}

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

This text has shadow with #693B20 color.


.textShadow {text-shadow: 3px 3px 1px #693B20', 3px 3px 1px red;}

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

This text has shadow with #693B20 primary color and red secondary color.


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

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

This text has shadow with #693B20 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #693B20; -webkit-box-shadow: 1px 1px 3px 2px #693B20; box-shadow:1px 1px 3px 2px #693B20;">
Div content here
</div>

This div box has shadow with color #693B20.

Preview

Color preview on black background

This text has color #693B20 on black background.


Color preview on white background

This text has color #693B20 on white background.


Black color preview on #693B20 background

This text has black color on #693B20 background.


White color preview on #693B20 background

This text has white color on #693B20 background.


Related colors

Complementary color

Complementary color for #hex is #96C4DF.


I love getcolorcode.com

Triadic colors

1 #20693B and #3B2069 with #693B20 are triadic colors.

2 #203B69 and #3B6920 with #693B20 are triadic colors.