#680C00

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

Shades of Maroon #680C00

Tints of Maroon #680C00

Color information

#680C00 (or 0x680C00) is unknown color: approx Maroon. HEX triplet: 68, 0C and 00. RGB value is (104,12,0). Sum of RGB (Red+Green+Blue) = 104+12+0=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C00 is #97F3FF. Grayscale: #262626. Windows color (decimal): -9958400 or 3176. OLE color: 3176.

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

Color convert

RGB104120-
CMYK00.8810.59
HSL6.92º100%20.39%-
HSV(B)6.92º100%40.78%-
XYZ5.843.210.31-
YUV38.14106.48174.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 89.66%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.66%
G=10.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10412000.8810.596.9210020.39
Hex68C0058643B76414
Octal150140013014473714424
Binary110100011000010110001100100111011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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