#680306

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

Shades of Burgundy #680306

Tints of Burgundy #680306

Color information

#680306 (or 0x680306) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 06. RGB value is (104,3,6). Sum of RGB (Red+Green+Blue) = 104+3+6=113 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.04% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 104 - color contains mainly: red. Hex color #680306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680306 is #97FCF9. Grayscale: #212121. Windows color (decimal): -9960698 or 394088. OLE color: 394088.

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

Color convert

RGB10436-
CMYK00.970.940.59
HSL358.22º94.39%20.98%-
HSV(B)358.22º97.12%40.78%-
XYZ5.773.020.45-
YUV33.54112.46178.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 92.04%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=92.04%
G=2.65%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043600.970.940.59358.2294.3920.98
Hex68360615E3B1665e15
Octal1503601411367354613625
Binary110100011110011000011011110111011101100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680306; }

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

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

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

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

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

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

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

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