#6D060D

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

Shades of Burgundy #6D060D

Tints of Burgundy #6D060D

Color information

#6D060D (or 0x6D060D) is unknown color: approx Burgundy. HEX triplet: 6D, 06 and 0D. RGB value is (109,6,13). Sum of RGB (Red+Green+Blue) = 109+6+13=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D060D is #92F9F2. Grayscale: #252525. Windows color (decimal): -9632243 or 853613. OLE color: 853613.

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

Color convert

RGB109613-
CMYK00.940.880.57
HSL355.92º89.57%22.55%-
HSV(B)355.92º94.5%42.75%-
XYZ6.443.410.7-
YUV37.6114.12178.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 85.16%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=85.16%
G=4.69%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10961300.940.880.57355.9289.5722.55
Hex6D6D05E58391645a17
Octal15561501361307154413227
Binary11011011101101010111101011000111001101100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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