#680301

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

Shades of Maroon #680301

Tints of Maroon #680301

Color information

#680301 (or 0x680301) is unknown color: approx Maroon. HEX triplet: 68, 03 and 01. RGB value is (104,3,1). Sum of RGB (Red+Green+Blue) = 104+3+1=108 (14% of max value = 765). Red value is 104 (41.02% from 255 or 96.30% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 104 - color contains mainly: red. Hex color #680301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680301 is #97FCFE. Grayscale: #212121. Windows color (decimal): -9960703 or 66408. OLE color: 66408.

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

Color convert

RGB10431-
CMYK00.970.990.59
HSL1.17º98.1%20.59%-
HSV(B)1.17º99.04%40.78%-
XYZ5.753.010.31-
YUV32.97109.96178.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 96.30%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=96.30%
G=2.78%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043100.970.990.591.1798.120.59
Hex6831061633B16215
Octal15031014114373114225
Binary11010001110110000111000111110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680301; }

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

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

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

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

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

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

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

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