#681400

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

Shades of Maroon #681400

Tints of Maroon #681400

Color information

#681400 (or 0x681400) is unknown color: approx Maroon. HEX triplet: 68, 14 and 00. RGB value is (104,20,0). Sum of RGB (Red+Green+Blue) = 104+20+0=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #681400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681400 is #97EBFF. Grayscale: #2B2B2B. Windows color (decimal): -9956352 or 5224. OLE color: 5224.

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

Color convert

RGB104200-
CMYK00.8110.59
HSL11.54º100%20.39%-
HSV(B)11.54º100%40.78%-
XYZ5.963.440.35-
YUV42.84103.83171.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.87%
G=16.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10420000.8110.5911.5410020.39
Hex68140051643Bc6414
Octal1502400121144731414424
Binary11010001010000101000111001001110111100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681400; }

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

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

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

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

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

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

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

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