#680A09

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

Shades of Maroon #680A09

Tints of Maroon #680A09

Color information

#680A09 (or 0x680A09) is unknown color: approx Maroon. HEX triplet: 68, 0A and 09. RGB value is (104,10,9). Sum of RGB (Red+Green+Blue) = 104+10+9=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #680A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A09 is #97F5F6. Grayscale: #262626. Windows color (decimal): -9958903 or 592488. OLE color: 592488.

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

Color convert

RGB104109-
CMYK00.900.910.59
HSL0.63º84.07%22.16%-
HSV(B)0.63º91.35%40.78%-
XYZ5.873.180.56-
YUV37.99111.64175.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 84.55%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=84.55%
G=8.13%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410900.900.910.590.6384.0722.16
Hex68A905A5B3B15416
Octal1501211013213373112426
Binary1101000101010010101101010110111110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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