#6C0F07

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

Shades of Maroon #6C0F07

Tints of Maroon #6C0F07

Color information

#6C0F07 (or 0x6C0F07) is unknown color: approx Maroon. HEX triplet: 6C, 0F and 07. RGB value is (108,15,7). Sum of RGB (Red+Green+Blue) = 108+15+7=130 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.08% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0F07 is #93F0F8. Grayscale: #2A2A2A. Windows color (decimal): -9695481 or 462700. OLE color: 462700.

HSL color Cylindrical-coordinate representation of color #6C0F07: hue angle of 4.75º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0F07 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB108157-
CMYK00.860.940.58
HSL4.75º87.83%22.55%-
HSV(B)4.75º93.52%42.35%-
XYZ6.393.550.55-
YUV41.9108.31175.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 83.08%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=83.08%
G=11.54%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10815700.860.940.584.7587.8322.55
Hex6CF70565E3A55817
Octal154177012613672513027
Binary11011001111111010101101011110111010101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,15,7); }

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

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

 a { background-color: rgb(108,15,7); }

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

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

 span { border-color: rgb(108,15,7); }

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