#6D0804

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

Shades of Maroon #6D0804

Tints of Maroon #6D0804

Color information

#6D0804 (or 0x6D0804) is unknown color: approx Maroon. HEX triplet: 6D, 08 and 04. RGB value is (109,8,4). Sum of RGB (Red+Green+Blue) = 109+8+4=121 (16% of max value = 765). Red value is 109 (42.97% from 255 or 90.08% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0804 is #92F7FB. Grayscale: #252525. Windows color (decimal): -9631740 or 264301. OLE color: 264301.

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

Color convert

RGB10984-
CMYK00.930.960.57
HSL2.29º92.92%22.16%-
HSV(B)2.29º96.33%42.75%-
XYZ6.423.430.44-
YUV37.74108.96178.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 90.08%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=90.08%
G=6.61%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098400.930.960.572.2992.9222.16
Hex6D8405D603925d16
Octal155104013514071213526
Binary1101101100010001011101110000011100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,8,4); }

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

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

 a { background-color: rgb(109,8,4); }

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

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

 span { border-color: rgb(109,8,4); }

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