#6D0A08

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

Shades of Maroon #6D0A08

Tints of Maroon #6D0A08

Color information

#6D0A08 (or 0x6D0A08) is unknown color: approx Maroon. HEX triplet: 6D, 0A and 08. RGB value is (109,10,8). Sum of RGB (Red+Green+Blue) = 109+10+8=127 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.83% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A08 is #92F5F7. Grayscale: #272727. Windows color (decimal): -9631224 or 526957. OLE color: 526957.

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

Color convert

RGB109108-
CMYK00.910.930.57
HSL1.19º86.32%22.94%-
HSV(B)1.19º92.66%42.75%-
XYZ6.463.490.56-
YUV39.37110.3177.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 85.83%
GREEN value IS 10 (4.30% from 255) = 7.87%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=85.83%
G=7.87%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910800.910.930.571.1986.3222.94
Hex6DA805B5D3915617
Octal1551210013313571112627
Binary1101101101010000101101110111011110011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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