#680F02

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

Shades of Maroon #680F02

Tints of Maroon #680F02

Color information

#680F02 (or 0x680F02) is unknown color: approx Maroon. HEX triplet: 68, 0F and 02. RGB value is (104,15,2). Sum of RGB (Red+Green+Blue) = 104+15+2=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #680F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F02 is #97F0FD. Grayscale: #282828. Windows color (decimal): -9957630 or 135016. OLE color: 135016.

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

Color convert

RGB104152-
CMYK00.860.980.59
HSL7.65º96.23%20.78%-
HSV(B)7.65º98.08%40.78%-
XYZ5.893.290.38-
YUV40.13106.49173.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=85.95%
G=12.40%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10415200.860.980.597.6596.2320.78
Hex68F2056623B86015
Octal1501720126142731014025
Binary11010001111100101011011000101110111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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