#6C0F05

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

Shades of Maroon #6C0F05

Tints of Maroon #6C0F05

Color information

#6C0F05 (or 0x6C0F05) is unknown color: approx Maroon. HEX triplet: 6C, 0F and 05. RGB value is (108,15,5). Sum of RGB (Red+Green+Blue) = 108+15+5=128 (16% of max value = 765). Red value is 108 (42.58% from 255 or 84.38% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0F05 is #93F0FA. Grayscale: #292929. Windows color (decimal): -9695483 or 331628. OLE color: 331628.

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

Color convert

RGB108155-
CMYK00.860.950.58
HSL5.83º91.15%22.16%-
HSV(B)5.83º95.37%42.35%-
XYZ6.383.540.49-
YUV41.67107.31175.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 84.38%
GREEN value IS 15 (6.25% from 255) = 11.72%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=84.38%
G=11.72%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10815500.860.950.585.8391.1522.16
Hex6CF50565F3A65b16
Octal154175012613772613326
Binary11011001111101010101101011111111010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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