#6D0A09

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

Shades of Maroon #6D0A09

Tints of Maroon #6D0A09

Color information

#6D0A09 (or 0x6D0A09) is unknown color: approx Maroon. HEX triplet: 6D, 0A and 09. RGB value is (109,10,9). Sum of RGB (Red+Green+Blue) = 109+10+9=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A09 is #92F5F6. Grayscale: #272727. Windows color (decimal): -9631223 or 592493. OLE color: 592493.

HSL color Cylindrical-coordinate representation of color #6D0A09: hue angle of 0.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0A09 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB109109-
CMYK00.910.920.57
HSL0.6º84.75%23.14%-
HSV(B)0.6º91.74%42.75%-
XYZ6.463.490.59-
YUV39.49110.8177.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 85.16%
GREEN value IS 10 (4.30% from 255) = 7.81%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=85.16%
G=7.81%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910900.910.920.570.684.7523.14
Hex6DA905B5C3915517
Octal1551211013313471112527
Binary1101101101010010101101110111001110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,10,9); }

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

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

 a { background-color: rgb(109,10,9); }

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

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

 span { border-color: rgb(109,10,9); }

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