#680908

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

Shades of Maroon #680908

Tints of Maroon #680908

Color information

#680908 (or 0x680908) is unknown color: approx Maroon. HEX triplet: 68, 09 and 08. RGB value is (104,9,8). Sum of RGB (Red+Green+Blue) = 104+9+8=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #680908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680908 is #97F6F7. Grayscale: #252525. Windows color (decimal): -9959160 or 526696. OLE color: 526696.

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

Color convert

RGB10498-
CMYK00.910.920.59
HSL0.63º85.71%21.96%-
HSV(B)0.63º92.31%40.78%-
XYZ5.853.160.53-
YUV37.29111.47175.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=85.95%
G=7.44%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049800.910.920.590.6385.7121.96
Hex689805B5C3B15616
Octal1501110013313473112626
Binary1101000100110000101101110111001110111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680908; }

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

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

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

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

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

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

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

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