#680D04

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

Shades of Maroon #680D04

Tints of Maroon #680D04

Color information

#680D04 (or 0x680D04) is unknown color: approx Maroon. HEX triplet: 68, 0D and 04. RGB value is (104,13,4). Sum of RGB (Red+Green+Blue) = 104+13+4=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #680D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D04 is #97F2FB. Grayscale: #272727. Windows color (decimal): -9958140 or 265576. OLE color: 265576.

HSL color Cylindrical-coordinate representation of color #680D04: hue angle of 5.4º 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 #680D04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB104134-
CMYK00.880.960.59
HSL5.4º92.59%21.18%-
HSV(B)5.4º96.15%40.78%-
XYZ5.873.240.43-
YUV39.18108.15174.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 13 (5.47% from 255) = 10.74%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=85.95%
G=10.74%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10413400.880.960.595.492.5921.18
Hex68D4058603B55d15
Octal150154013014073513525
Binary11010001101100010110001100000111011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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