#6A0607

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

Shades of Burgundy #6A0607

Tints of Burgundy #6A0607

Color information

#6A0607 (or 0x6A0607) is unknown color: approx Burgundy. HEX triplet: 6A, 06 and 07. RGB value is (106,6,7). Sum of RGB (Red+Green+Blue) = 106+6+7=119 (15% of max value = 765). Red value is 106 (41.80% from 255 or 89.08% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0607 is #95F9F8. Grayscale: #242424. Windows color (decimal): -9828857 or 460394. OLE color: 460394.

HSL color Cylindrical-coordinate representation of color #6A0607: hue angle of 359.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0607 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB10667-
CMYK00.940.930.58
HSL359.4º89.29%21.96%-
HSV(B)359.4º94.34%41.57%-
XYZ6.053.210.5-
YUV36.01111.63177.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 89.08%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=89.08%
G=5.04%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066700.940.930.58359.489.2921.96
Hex6A6705E5D3A1675916
Octal1526701361357254713126
Binary1101010110111010111101011101111010101100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A0607; }

 p { color: rgb(106,6,7); }

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

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

 a { background-color: rgb(106,6,7); }

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

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

 span { border-color: rgb(106,6,7); }

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