#680F00

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

Shades of Maroon #680F00

Tints of Maroon #680F00

Color information

#680F00 (or 0x680F00) is unknown color: approx Maroon. HEX triplet: 68, 0F and 00. RGB value is (104,15,0). Sum of RGB (Red+Green+Blue) = 104+15+0=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #680F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F00 is #97F0FF. Grayscale: #282828. Windows color (decimal): -9957632 or 3944. OLE color: 3944.

HSL color Cylindrical-coordinate representation of color #680F00: hue angle of 8.65º 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 #680F00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104150-
CMYK00.8610.59
HSL8.65º100%20.39%-
HSV(B)8.65º100%40.78%-
XYZ5.883.280.32-
YUV39.9105.49173.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 87.39%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.39%
G=12.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10415000.8610.598.6510020.39
Hex68F0056643B96414
Octal1501700126144731114424
Binary1101000111100101011011001001110111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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