#6D0C01

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

Shades of Maroon #6D0C01

Tints of Maroon #6D0C01

Color information

#6D0C01 (or 0x6D0C01) is unknown color: approx Maroon. HEX triplet: 6D, 0C and 01. RGB value is (109,12,1). Sum of RGB (Red+Green+Blue) = 109+12+1=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0C01 is #92F3FE. Grayscale: #272727. Windows color (decimal): -9630719 or 68717. OLE color: 68717.

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

Color convert

RGB109121-
CMYK00.890.990.57
HSL6.11º98.18%21.57%-
HSV(B)6.11º99.08%42.75%-
XYZ6.443.520.37-
YUV39.75106.14177.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 89.34%
GREEN value IS 12 (5.08% from 255) = 9.84%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=89.34%
G=9.84%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10912100.890.990.576.1198.1821.57
Hex6DC1059633966216
Octal155141013114371614226
Binary110110111001010110011100011111001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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