#6D060F

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

Shades of Burgundy #6D060F

Tints of Burgundy #6D060F

Color information

#6D060F (or 0x6D060F) is unknown color: approx Burgundy. HEX triplet: 6D, 06 and 0F. RGB value is (109,6,15). Sum of RGB (Red+Green+Blue) = 109+6+15=130 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.85% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 109 - color contains mainly: red. Hex color #6D060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D060F is #92F9F0. Grayscale: #252525. Windows color (decimal): -9632241 or 984685. OLE color: 984685.

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

Color convert

RGB109615-
CMYK00.940.860.57
HSL354.76º89.57%22.55%-
HSV(B)354.76º94.5%42.75%-
XYZ6.463.420.77-
YUV37.82115.12178.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 83.85%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=83.85%
G=4.62%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10961500.940.860.57354.7689.5722.55
Hex6D6F05E56391635a17
Octal15561701361267154313227
Binary11011011101111010111101010110111001101100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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