#6D1204

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

Shades of Maroon #6D1204

Tints of Maroon #6D1204

Color information

#6D1204 (or 0x6D1204) is unknown color: approx Maroon. HEX triplet: 6D, 12 and 04. RGB value is (109,18,4). Sum of RGB (Red+Green+Blue) = 109+18+4=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1204 is #92EDFB. Grayscale: #2B2B2B. Windows color (decimal): -9629180 or 266861. OLE color: 266861.

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

Color convert

RGB109184-
CMYK00.830.960.57
HSL92.92%22.16%-
HSV(B)96.33%42.75%-
XYZ6.543.690.48-
YUV43.61105.65174.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 83.21%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=83.21%
G=13.74%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10918400.830.960.57892.9222.16
Hex6D124053603985d16
Octal1552240123140711013526
Binary1101101100101000101001111000001110011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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