COLOR #693006

HEX: #693006
RGB: (105,48,6)

Color info

#693006 contains mainly red and green colors. Web safe color of #693006 is #663300 (or #630).

RGB color model

#693006 color RGB value is (105,48,6).

  • red value is 105;
  • green value is 48;
  • blue value is 6.
RGB:
(105,48,6)
(41%,19%,2%)

RGB channels and saturation

R 105 of 255 = 41%
G 48 of 255 = 19%
B 6 of 255 = 2%

105
48
6

R + G + B ~ 21%. #693006 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 48 + 6 = 159 (100%)
R 105 of 159 ~ 66.04%
G 48 of 159 ~ 30.19%
B 6 of 159 ~ 3.77%

%66.04
%30.19

CMYK color model

#693006 color CMYK value is (0,54,94,59).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 94.29%
  • key color value is 58.82%
CMYK:
(0,54,94,59)
C0M54Y94K59 
(0%,54%,94%,59%)
(0.00/0.54/0.94/0.59)	

CMYK percentages

%0
%54.29
%94.29
%58.82

Codes

Color #693006 in popluar color models

693006
RGB105486
HSL25°89.19%21.76%
HSB/HSV25°94.29%41.18%
CMYK0.00%54.29%94.29%
58.82%

Color #693006 in popluar number systems.

HEX693006
Decimal105486
Binary1101001110000110
Octal151606

Shades and tints

Shades of #693006

#693006
(105,48,6)
#602C06
(96,44,6)
#572806
(87,40,6)
#4E2406
(78,36,6)
#452006
(69,32,6)
#3C1C06
(60,28,6)
#331806
(51,24,6)
#2A1406
(42,20,6)
#211006
(33,16,6)
#180C06
(24,12,6)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #693006

#693006
(105,48,6)
#76421C
(118,66,28)
#835432
(131,84,50)
#906648
(144,102,72)
#9D785E
(157,120,94)
#AA8A74
(170,138,116)
#B79C8A
(183,156,138)
#C4AEA0
(196,174,160)
#D1C0B6
(209,192,182)
#DED2CC
(222,210,204)
#EBE4E2
(235,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693006; }

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

This text font color is #693006.


Background Color

.myBgColor { background-color: #693006; }

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

This div background color is #693006.


Border color

.myBorderColor { border: 1px solid #693006; }

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

This div border color is #693006.


Opacity

.myOpacity80 { color: #693006; opacity: 0.8; }

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

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

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

This text has shadow with #693006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693006 on black background.


Color preview on white background

This text has color #693006 on white background.



Black color preview on #693006 background

This text has black color on #693006 background.


White color preview on #693006 background

This text has white color on #693006 background.