#680627

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

Shades of Burgundy #680627

Tints of Burgundy #680627

Color information

#680627 (or 0x680627) is unknown color: approx Burgundy. HEX triplet: 68, 06 and 27. RGB value is (104,6,39). Sum of RGB (Red+Green+Blue) = 104+6+39=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680627 is #97F9D8. Grayscale: #272727. Windows color (decimal): -9959897 or 2557544. OLE color: 2557544.

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

Color convert

RGB104639-
CMYK00.940.620.59
HSL339.8º89.09%21.57%-
HSV(B)339.8º94.23%40.78%-
XYZ6.143.222.22-
YUV39.06127.97174.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=69.80%
G=4.03%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10463900.940.620.59339.889.0921.57
Hex6862705E3E3B1545916
Octal1506470136767352413126
Binary110100011010011101011110111110111011101010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680627; }

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

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

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

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

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

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

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

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