#680624

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

Shades of Burgundy #680624

Tints of Burgundy #680624

Color information

#680624 (or 0x680624) is unknown color: approx Burgundy. HEX triplet: 68, 06 and 24. RGB value is (104,6,36). Sum of RGB (Red+Green+Blue) = 104+6+36=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680624 is #97F9DB. Grayscale: #262626. Windows color (decimal): -9959900 or 2360936. OLE color: 2360936.

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

Color convert

RGB104636-
CMYK00.940.650.59
HSL341.63º89.09%21.57%-
HSV(B)341.63º94.23%40.78%-
XYZ6.093.21.97-
YUV38.72126.47174.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=71.23%
G=4.11%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10463600.940.650.59341.6389.0921.57
Hex6862405E413B1565916
Octal15064401361017352613126
Binary1101000110100100010111101000001111011101010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680624; }

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

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

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

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

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

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

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

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