#680A07

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

Shades of Maroon #680A07

Tints of Maroon #680A07

Color information

#680A07 (or 0x680A07) is unknown color: approx Maroon. HEX triplet: 68, 0A and 07. RGB value is (104,10,7). Sum of RGB (Red+Green+Blue) = 104+10+7=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #680A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A07 is #97F5F8. Grayscale: #252525. Windows color (decimal): -9958905 or 461416. OLE color: 461416.

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

Color convert

RGB104107-
CMYK00.900.930.59
HSL1.86º87.39%21.76%-
HSV(B)1.86º93.27%40.78%-
XYZ5.863.180.51-
YUV37.76110.64175.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=85.95%
G=8.26%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410700.900.930.591.8687.3921.76
Hex68A705A5D3B25716
Octal150127013213573212726
Binary1101000101011101011010101110111101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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