#680620

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

Shades of Burgundy #680620

Tints of Burgundy #680620

Color information

#680620 (or 0x680620) is unknown color: approx Burgundy. HEX triplet: 68, 06 and 20. RGB value is (104,6,32). Sum of RGB (Red+Green+Blue) = 104+6+32=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680620 is #97F9DF. Grayscale: #262626. Windows color (decimal): -9959904 or 2098792. OLE color: 2098792.

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

Color convert

RGB104632-
CMYK00.940.690.59
HSL344.08º89.09%21.57%-
HSV(B)344.08º94.23%40.78%-
XYZ6.033.181.66-
YUV38.27124.47174.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=73.24%
G=4.23%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10463200.940.690.59344.0889.0921.57
Hex6862005E453B1585916
Octal15064001361057353013126
Binary1101000110100000010111101000101111011101011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680620; }

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

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

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

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

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

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

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

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