#6C0402

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

Shades of Maroon #6C0402

Tints of Maroon #6C0402

Color information

#6C0402 (or 0x6C0402) is unknown color: approx Maroon. HEX triplet: 6C, 04 and 02. RGB value is (108,4,2). Sum of RGB (Red+Green+Blue) = 108+4+2=114 (15% of max value = 765). Red value is 108 (42.58% from 255 or 94.74% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0402 is #93FBFD. Grayscale: #222222. Windows color (decimal): -9698302 or 132204. OLE color: 132204.

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

Color convert

RGB10842-
CMYK00.960.980.58
HSL1.13º96.36%21.57%-
HSV(B)1.13º98.15%42.35%-
XYZ6.243.280.36-
YUV34.87109.46180.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 94.74%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=94.74%
G=3.51%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1084200.960.980.581.1396.3621.57
Hex6C42060623A16016
Octal15442014014272114026
Binary1101100100100110000011000101110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,4,2); }

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

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

 a { background-color: rgb(108,4,2); }

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

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

 span { border-color: rgb(108,4,2); }

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