#6A0006

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

Shades of Burgundy #6A0006

Tints of Burgundy #6A0006

Color information

#6A0006 (or 0x6A0006) is unknown color: approx Burgundy. HEX triplet: 6A, 00 and 06. RGB value is (106,0,6). Sum of RGB (Red+Green+Blue) = 106+0+6=112 (14% of max value = 765). Red value is 106 (41.80% from 255 or 94.64% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0006 is #95FFF9. Grayscale: #202020. Windows color (decimal): -9830394 or 393322. OLE color: 393322.

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

Color convert

RGB10606-
CMYK010.940.58
HSL356.6º100%20.78%-
HSV(B)356.6º100%41.57%-
XYZ5.983.080.45-
YUV32.38113.12180.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 94.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=94.64%
G=0%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10606010.940.58356.610020.78
Hex6A060645E3A1656415
Octal1520601441367254514425
Binary11010100110011001001011110111010101100101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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