#680206

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

Shades of Burgundy #680206

Tints of Burgundy #680206

Color information

#680206 (or 0x680206) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 06. RGB value is (104,2,6). Sum of RGB (Red+Green+Blue) = 104+2+6=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680206 is #97FDF9. Grayscale: #212121. Windows color (decimal): -9960954 or 393832. OLE color: 393832.

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

Color convert

RGB10426-
CMYK00.980.940.59
HSL357.65º96.23%20.78%-
HSV(B)357.65º98.08%40.78%-
XYZ5.7630.45-
YUV32.95112.79178.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 92.86%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=92.86%
G=1.79%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042600.980.940.59357.6596.2320.78
Hex68260625E3B1666015
Octal1502601421367354614025
Binary110100010110011000101011110111011101100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680206; }

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

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

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

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

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

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

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

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