#680E00

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

Shades of Maroon #680E00

Tints of Maroon #680E00

Color information

#680E00 (or 0x680E00) is unknown color: approx Maroon. HEX triplet: 68, 0E and 00. RGB value is (104,14,0). Sum of RGB (Red+Green+Blue) = 104+14+0=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #680E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E00 is #97F1FF. Grayscale: #272727. Windows color (decimal): -9957888 or 3688. OLE color: 3688.

HSL color Cylindrical-coordinate representation of color #680E00: hue angle of 8.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680E00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104140-
CMYK00.8710.59
HSL8.08º100%20.39%-
HSV(B)8.08º100%40.78%-
XYZ5.873.260.32-
YUV39.31105.82174.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.14%
GREEN value IS 14 (5.86% from 255) = 11.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.14%
G=11.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10414000.8710.598.0810020.39
Hex68E0057643B86414
Octal1501600127144731014424
Binary1101000111000101011111001001110111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,14,0); }

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

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

 a { background-color: rgb(104,14,0); }

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

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

 span { border-color: rgb(104,14,0); }

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