#6C1301

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

Shades of Maroon #6C1301

Tints of Maroon #6C1301

Color information

#6C1301 (or 0x6C1301) is unknown color: approx Maroon. HEX triplet: 6C, 13 and 01. RGB value is (108,19,1). Sum of RGB (Red+Green+Blue) = 108+19+1=128 (16% of max value = 765). Red value is 108 (42.58% from 255 or 84.38% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1301 is #93ECFE. Grayscale: #2B2B2B. Windows color (decimal): -9694463 or 70508. OLE color: 70508.

HSL color Cylindrical-coordinate representation of color #6C1301: hue angle of 10.09º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C1301 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB108191-
CMYK00.820.990.58
HSL10.09º98.17%21.37%-
HSV(B)10.09º99.07%42.35%-
XYZ6.423.660.4-
YUV43.56103.99173.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 84.38%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=84.38%
G=14.84%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10819100.820.990.5810.0998.1721.37
Hex6C131052633Aa6215
Octal1542310122143721214225
Binary11011001001110101001011000111110101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,1); }

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

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

 a { background-color: rgb(108,19,1); }

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

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

 span { border-color: rgb(108,19,1); }

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