#680903

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

Shades of Maroon #680903

Tints of Maroon #680903

Color information

#680903 (or 0x680903) is unknown color: approx Maroon. HEX triplet: 68, 09 and 03. RGB value is (104,9,3). Sum of RGB (Red+Green+Blue) = 104+9+3=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680903 is #97F6FC. Grayscale: #242424. Windows color (decimal): -9959165 or 199016. OLE color: 199016.

HSL color Cylindrical-coordinate representation of color #680903: hue angle of 3.56º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680903 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB10493-
CMYK00.910.970.59
HSL3.56º94.39%20.98%-
HSV(B)3.56º97.12%40.78%-
XYZ5.823.150.39-
YUV36.72108.97175.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 89.66%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=89.66%
G=7.76%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049300.910.970.593.5694.3920.98
Hex689305B613B45e15
Octal150113013314173413625
Binary1101000100111010110111100001111011100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680903; }

 p { color: rgb(104,9,3); }

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

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

 a { background-color: rgb(104,9,3); }

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

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

 span { border-color: rgb(104,9,3); }

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