#680702

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

Shades of Maroon #680702

Tints of Maroon #680702

Color information

#680702 (or 0x680702) is unknown color: approx Maroon. HEX triplet: 68, 07 and 02. RGB value is (104,7,2). Sum of RGB (Red+Green+Blue) = 104+7+2=113 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.04% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 104 - color contains mainly: red. Hex color #680702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680702 is #97F8FD. Grayscale: #232323. Windows color (decimal): -9959678 or 132968. OLE color: 132968.

HSL color Cylindrical-coordinate representation of color #680702: hue angle of 2.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680702 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB10472-
CMYK00.930.980.59
HSL2.94º96.23%20.78%-
HSV(B)2.94º98.08%40.78%-
XYZ5.83.10.35-
YUV35.43109.14176.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 92.04%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=92.04%
G=6.19%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047200.930.980.592.9496.2320.78
Hex687205D623B36015
Octal15072013514273314025
Binary11010001111001011101110001011101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680702; }

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

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

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

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

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

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

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

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