#680E06

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

Shades of Maroon #680E06

Tints of Maroon #680E06

Color information

#680E06 (or 0x680E06) is unknown color: approx Maroon. HEX triplet: 68, 0E and 06. RGB value is (104,14,6). Sum of RGB (Red+Green+Blue) = 104+14+6=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E06 is #97F1F9. Grayscale: #282828. Windows color (decimal): -9957882 or 396904. OLE color: 396904.

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

Color convert

RGB104146-
CMYK00.870.940.59
HSL4.9º89.09%21.57%-
HSV(B)4.9º94.23%40.78%-
XYZ5.93.270.49-
YUV40108.82173.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=83.87%
G=11.29%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10414600.870.940.594.989.0921.57
Hex68E60575E3B55916
Octal150166012713673513126
Binary11010001110110010101111011110111011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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