COLOR #680610

HEX: #680610 RGB: (104,6,16)

Color info

#680610 contains mainly red color. Web safe color of #680610 is #660000 (or #600).

RGB color model

#680610 color RGB value is (104,6,16).

RGB: (104,6,16) (41%, 2%, 6%)

RGB channels and saturation

R 104 of 255 = 41%
G 6 of 255 = 2%
B 16 of 255 = 6%

104
6
16

R + G + B ~ 16%. #680610 is dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 6 + 16 = 126 (100%)
R 104 of 126 ~ 82.54%
G 6 of 126 ~ 4.76%
B 16 of 126 ~ 12.7'%

%82.54
%12.7

CMYK color model

#680610 color CMYK value is (0,94,85,59).

  • cyan value is 0.00%
  • magenta value is 94.23%
  • yellow value is 84.62%
  • key color value is 59.22%

CMYK: (0,94,85,59)
C0M94Y85K59 (0%, 94%, 85%, 59%)
(0.00 / 0.94 / 0.85 / 0.59)

CMYK percentages

%0
%94.23
%84.62
%59.22

Codes

Color #680610 in popluar color models

68 06 10
RGB 104 6 16
HSL 354° 89.09% 21.57%
HSB/HSV 354° 94.23% 40.78%
CMYK 0.00% 94.23% 84.62%
59.22%

Color #680610 in popluar number systems.

HEX 68 06 10
Decimal 104 6 16
Binary 1101000 110 10000
Octal 150 6 20

Shades and tints

Shades of #680610

#680610
(104,6,16)
#5F060F
(95,6,15)
#56060E
(86,6,14)
#4D060D
(77,6,13)
#44060C
(68,6,12)
#3B060B
(59,6,11)
#32060A
(50,6,10)
#290609
(41,6,9)
#200608
(32,6,8)
#170607
(23,6,7)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #680610

#680610
(104,6,16)
#751C25
(117,28,37)
#82323A
(130,50,58)
#8F484F
(143,72,79)
#9C5E64
(156,94,100)
#A97479
(169,116,121)
#B68A8E
(182,138,142)
#C3A0A3
(195,160,163)
#D0B6B8
(208,182,184)
#DDCCCD
(221,204,205)
#EAE2E2
(234,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680610 color. Also use rgb(104,6,16) instead hex code.

Text Font Color

.myTextColor { color: #680610; }

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

This text font color is #680610.

Background Color

.myBgColor { background-color: #680610; }

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

This div background color is #680610.

Border color

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

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

This div border color is #680610.

Opacity

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

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

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

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

This text has shadow with #680610 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #680610.

Preview

Color preview on black background

This text has color #680610 on black background.


Color preview on white background

This text has color #680610 on white background.


Black color preview on #680610 background

This text has black color on #680610 background.


White color preview on #680610 background

This text has white color on #680610 background.


Related colors

Complementary color

Complementary color for #hex is #97F9EF.


I love getcolorcode.com

Triadic colors

1 #106806 and #061068 with #680610 are triadic colors.

2 #100668 and #066810 with #680610 are triadic colors.