#680700

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

Shades of Maroon #680700

Tints of Maroon #680700

Color information

#680700 (or 0x680700) is unknown color: approx Maroon. HEX triplet: 68, 07 and 00. RGB value is (104,7,0). Sum of RGB (Red+Green+Blue) = 104+7+0=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680700 is #97F8FF. Grayscale: #232323. Windows color (decimal): -9959680 or 1896. OLE color: 1896.

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

Color convert

RGB10470-
CMYK00.9310.59
HSL4.04º100%20.39%-
HSV(B)4.04º100%40.78%-
XYZ5.783.10.29-
YUV35.2108.14177.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 93.69%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.69%
G=6.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047000.9310.594.0410020.39
Hex687005D643B46414
Octal15070013514473414424
Binary11010001110010111011100100111011100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680700; }

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

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

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

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

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

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

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

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