#6C1200

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

Shades of Maroon #6C1200

Tints of Maroon #6C1200

Color information

#6C1200 (or 0x6C1200) is unknown color: approx Maroon. HEX triplet: 6C, 12 and 00. RGB value is (108,18,0). Sum of RGB (Red+Green+Blue) = 108+18+0=126 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.71% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1200 is #93EDFF. Grayscale: #2B2B2B. Windows color (decimal): -9694720 or 4716. OLE color: 4716.

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

Color convert

RGB108180-
CMYK00.8310.58
HSL10º100%21.18%-
HSV(B)10º100%42.35%-
XYZ6.43.620.36-
YUV42.86103.82174.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 85.71%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10818000.8310.581010021.18
Hex6C120053643Aa6415
Octal1542200123144721214425
Binary11011001001000101001111001001110101010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,18,0); }

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

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

 a { background-color: rgb(108,18,0); }

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

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

 span { border-color: rgb(108,18,0); }

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