#6D0801

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

Shades of Maroon #6D0801

Tints of Maroon #6D0801

Color information

#6D0801 (or 0x6D0801) is unknown color: approx Maroon. HEX triplet: 6D, 08 and 01. RGB value is (109,8,1). Sum of RGB (Red+Green+Blue) = 109+8+1=118 (15% of max value = 765). Red value is 109 (42.97% from 255 or 92.37% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0801 is #92F7FE. Grayscale: #252525. Windows color (decimal): -9631743 or 67693. OLE color: 67693.

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

Color convert

RGB10981-
CMYK00.930.990.57
HSL3.89º98.18%21.57%-
HSV(B)3.89º99.08%42.75%-
XYZ6.43.430.35-
YUV37.4107.46179.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 92.37%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=92.37%
G=6.78%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098100.930.990.573.8998.1821.57
Hex6D8105D633946216
Octal155101013514371414226
Binary110110110001010111011100011111001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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