#6D062B

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

Shades of Burgundy #6D062B

Tints of Burgundy #6D062B

Color information

#6D062B (or 0x6D062B) is unknown color: approx Burgundy. HEX triplet: 6D, 06 and 2B. RGB value is (109,6,43). Sum of RGB (Red+Green+Blue) = 109+6+43=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D062B is #92F9D4. Grayscale: #282828. Windows color (decimal): -9632213 or 2819693. OLE color: 2819693.

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

Color convert

RGB109643-
CMYK00.940.610.57
HSL338.45º89.57%22.55%-
HSV(B)338.45º94.5%42.75%-
XYZ6.813.562.61-
YUV41.02129.12176.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.99%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=68.99%
G=3.80%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10964300.940.610.57338.4589.5722.55
Hex6D62B05E3D391525a17
Octal1556530136757152213227
Binary110110111010101101011110111101111001101010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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