#6c0c03

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

Shades of Maroon #6C0C03

Tints of Maroon #6C0C03

Color information

#6C0C03 (or 0x6C0C03) is unknown color: approx Maroon. HEX triplet: 6C, 0C and 03. RGB value is (108,12,3). Sum of RGB (Red+Green+Blue) = 108+12+3=123 (16% of max value = 765). Red value is 108 (42.58% from 255 or 87.80% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0C03 is #93F3FC. Grayscale: #272727. Windows color (decimal): -9696253 or 199788. OLE color: 199788.

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

Color convert

RGB108123-
CMYK00.890.970.58
HSL5.14º94.59%21.76%-
HSV(B)5.14º97.22%42.35%-
XYZ6.333.460.42-
YUV39.68107.3176.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 87.80%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=87.80%
G=9.76%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10812300.890.970.585.1494.5921.76
Hex6CC3059613A55f16
Octal154143013114172513726
Binary1101100110011010110011100001111010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0c03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,12,3); }

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

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

 a { background-color: rgb(108,12,3); }

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

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

 span { border-color: rgb(108,12,3); }

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