#680807

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

Shades of Maroon #680807

Tints of Maroon #680807

Color information

#680807 (or 0x680807) is unknown color: approx Maroon. HEX triplet: 68, 08 and 07. RGB value is (104,8,7). Sum of RGB (Red+Green+Blue) = 104+8+7=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #680807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680807 is #97F7F8. Grayscale: #242424. Windows color (decimal): -9959417 or 460904. OLE color: 460904.

HSL color Cylindrical-coordinate representation of color #680807: hue angle of 0.62º 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 #680807 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB10487-
CMYK00.920.930.59
HSL0.62º87.39%21.76%-
HSV(B)0.62º93.27%40.78%-
XYZ5.833.130.5-
YUV36.59111.3176.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 87.39%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=87.39%
G=6.72%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048700.920.930.590.6287.3921.76
Hex688705C5D3B15716
Octal150107013413573112726
Binary110100010001110101110010111011110111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680807; }

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

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

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

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

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

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

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

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