#680400

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

Shades of Maroon #680400

Tints of Maroon #680400

Color information

#680400 (or 0x680400) is unknown color: approx Maroon. HEX triplet: 68, 04 and 00. RGB value is (104,4,0). Sum of RGB (Red+Green+Blue) = 104+4+0=108 (14% of max value = 765). Red value is 104 (41.02% from 255 or 96.30% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 104 - color contains mainly: red. Hex color #680400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680400 is #97FBFF. Grayscale: #212121. Windows color (decimal): -9960448 or 1128. OLE color: 1128.

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

Color convert

RGB10440-
CMYK00.9610.59
HSL2.31º100%20.39%-
HSV(B)2.31º100%40.78%-
XYZ5.753.030.28-
YUV33.44109.13178.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 96.30%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.30%
G=3.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044000.9610.592.3110020.39
Hex6840060643B26414
Octal15040014014473214424
Binary1101000100001100000110010011101110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680400; }

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

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

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

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

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

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

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

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