#680622

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

Shades of Burgundy #680622

Tints of Burgundy #680622

Color information

#680622 (or 0x680622) is unknown color: approx Burgundy. HEX triplet: 68, 06 and 22. RGB value is (104,6,34). Sum of RGB (Red+Green+Blue) = 104+6+34=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680622 is #97F9DD. Grayscale: #262626. Windows color (decimal): -9959902 or 2229864. OLE color: 2229864.

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

Color convert

RGB104634-
CMYK00.940.670.59
HSL342.86º89.09%21.57%-
HSV(B)342.86º94.23%40.78%-
XYZ6.063.191.81-
YUV38.49125.47174.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=72.22%
G=4.17%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10463400.940.670.59342.8689.0921.57
Hex6862205E433B1575916
Octal15064201361037352713126
Binary1101000110100010010111101000011111011101010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680622; }

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

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

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

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

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

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

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

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