#680106

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

Shades of Burgundy #680106

Tints of Burgundy #680106

Color information

#680106 (or 0x680106) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 06. RGB value is (104,1,6). Sum of RGB (Red+Green+Blue) = 104+1+6=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680106 is #97FEF9. Grayscale: #202020. Windows color (decimal): -9961210 or 393576. OLE color: 393576.

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

Color convert

RGB10416-
CMYK00.990.940.59
HSL357.09º98.1%20.59%-
HSV(B)357.09º99.04%40.78%-
XYZ5.752.980.44-
YUV32.37113.12179.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 93.69%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=93.69%
G=0.90%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041600.990.940.59357.0998.120.59
Hex68160635E3B1656215
Octal1501601431367354514225
Binary11010001110011000111011110111011101100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680106; }

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

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

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

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

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

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

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

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