#6D0306

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

Shades of Burgundy #6D0306

Tints of Burgundy #6D0306

Color information

#6D0306 (or 0x6D0306) is unknown color: approx Burgundy. HEX triplet: 6D, 03 and 06. RGB value is (109,3,6). Sum of RGB (Red+Green+Blue) = 109+3+6=118 (15% of max value = 765). Red value is 109 (42.97% from 255 or 92.37% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0306 is #92FCF9. Grayscale: #232323. Windows color (decimal): -9633018 or 394093. OLE color: 394093.

HSL color Cylindrical-coordinate representation of color #6D0306: hue angle of 358.3º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0306 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB10936-
CMYK00.970.940.57
HSL358.3º94.64%21.96%-
HSV(B)358.3º97.25%42.75%-
XYZ6.373.330.48-
YUV35.04111.62180.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 92.37%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=92.37%
G=2.54%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1093600.970.940.57358.394.6421.96
Hex6D360615E391665f16
Octal1553601411367154613726
Binary110110111110011000011011110111001101100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,3,6); }

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

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

 a { background-color: rgb(109,3,6); }

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

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

 span { border-color: rgb(109,3,6); }

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