#680A04

Color #680A04 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #680A04

Tints of Maroon #680A04

Color information

#680A04 (or 0x680A04) is unknown color: approx Maroon. HEX triplet: 68, 0A and 04. RGB value is (104,10,4). Sum of RGB (Red+Green+Blue) = 104+10+4=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #680A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A04 is #97F5FB. Grayscale: #252525. Windows color (decimal): -9958908 or 264808. OLE color: 264808.

HSL color Cylindrical-coordinate representation of color #680A04: hue angle of 3.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680A04 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB104104-
CMYK00.900.960.59
HSL3.6º92.59%21.18%-
HSV(B)3.6º96.15%40.78%-
XYZ5.843.170.42-
YUV37.42109.14175.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 88.14%
GREEN value IS 10 (4.30% from 255) = 8.47%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=88.14%
G=8.47%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410400.900.960.593.692.5921.18
Hex68A405A603B45d15
Octal150124013214073413525
Binary11010001010100010110101100000111011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680A04; }

 p { color: rgb(104,10,4); }

 H1.HeaderClassName
 {
   color: #680A04;
 }
 .AnyTagClassName
 {
   color: #680A04;
 }
</style>
background-color css

<style>
 a { background-color: #680A04; }

 a { background-color: rgb(104,10,4); }

 div.DivClassName
 {
   background-color: #680A04;
 }
 .BgClassName
 {
   background-color: #680A04;
 }
</style>
border-color css

<style>
 span { border-color: #680A04; }

 span { border-color: rgb(104,10,4); }

 td.TdClassName
 {
   border-color: #680A04;
 }
 .TagClassName
 {
   border-color: #680A04;
 }
</style>