#6D1004

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

Shades of Maroon #6D1004

Tints of Maroon #6D1004

Color information

#6D1004 (or 0x6D1004) is unknown color: approx Maroon. HEX triplet: 6D, 10 and 04. RGB value is (109,16,4). Sum of RGB (Red+Green+Blue) = 109+16+4=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1004 is #92EFFB. Grayscale: #2A2A2A. Windows color (decimal): -9629692 or 266349. OLE color: 266349.

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

Color convert

RGB109164-
CMYK00.850.960.57
HSL6.86º92.92%22.16%-
HSV(B)6.86º96.33%42.75%-
XYZ6.513.630.47-
YUV42.44106.31175.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 84.50%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=84.50%
G=12.40%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10916400.850.960.576.8692.9222.16
Hex6D104055603975d16
Octal155204012514071713526
Binary110110110000100010101011100000111001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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