#6C040E

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

Shades of Burgundy #6C040E

Tints of Burgundy #6C040E

Color information

#6C040E (or 0x6C040E) is unknown color: approx Burgundy. HEX triplet: 6C, 04 and 0E. RGB value is (108,4,14). Sum of RGB (Red+Green+Blue) = 108+4+14=126 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.71% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 108 - color contains mainly: red. Hex color #6C040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C040E is #93FBF1. Grayscale: #242424. Windows color (decimal): -9698290 or 918636. OLE color: 918636.

HSL color Cylindrical-coordinate representation of color #6C040E: hue angle of 354.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C040E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB108414-
CMYK00.960.870.58
HSL354.23º92.86%21.96%-
HSV(B)354.23º96.3%42.35%-
XYZ6.313.310.72-
YUV36.24115.46179.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 85.71%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=85.71%
G=3.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10841400.960.870.58354.2392.8621.96
Hex6C4E060573A1625d16
Octal15441601401277254213526
Binary11011001001110011000001010111111010101100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,4,14); }

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

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

 a { background-color: rgb(108,4,14); }

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

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

 span { border-color: rgb(108,4,14); }

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