#681100

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

Shades of Maroon #681100

Tints of Maroon #681100

Color information

#681100 (or 0x681100) is unknown color: approx Maroon. HEX triplet: 68, 11 and 00. RGB value is (104,17,0). Sum of RGB (Red+Green+Blue) = 104+17+0=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #681100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681100 is #97EEFF. Grayscale: #292929. Windows color (decimal): -9957120 or 4456. OLE color: 4456.

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

Color convert

RGB104170-
CMYK00.8410.59
HSL9.81º100%20.39%-
HSV(B)9.81º100%40.78%-
XYZ5.913.340.33-
YUV41.08104.82172.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.95%
G=14.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10417000.8410.599.8110020.39
Hex68110054643Ba6414
Octal1502100124144731214424
Binary11010001000100101010011001001110111010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681100; }

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

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

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

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

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

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

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

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