#6B0006

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

Shades of Burgundy #6B0006

Tints of Burgundy #6B0006

Color information

#6B0006 (or 0x6B0006) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 06. RGB value is (107,0,6). Sum of RGB (Red+Green+Blue) = 107+0+6=113 (14% of max value = 765). Red value is 107 (42.19% from 255 or 94.69% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0006 is #94FFF9. Grayscale: #202020. Windows color (decimal): -9764858 or 393323. OLE color: 393323.

HSL color Cylindrical-coordinate representation of color #6B0006: hue angle of 356.64º 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 #6B0006 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB10706-
CMYK010.940.58
HSL356.64º100%20.98%-
HSV(B)356.64º100%41.96%-
XYZ6.13.140.46-
YUV32.68112.95181.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 94.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=94.69%
G=0%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10706010.940.58356.6410020.98
Hex6B060645E3A1656415
Octal1530601441367254514425
Binary11010110110011001001011110111010101100101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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