#6C0706

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

Shades of Maroon #6C0706

Tints of Maroon #6C0706

Color information

#6C0706 (or 0x6C0706) is unknown color: approx Maroon. HEX triplet: 6C, 07 and 06. RGB value is (108,7,6). Sum of RGB (Red+Green+Blue) = 108+7+6=121 (16% of max value = 765). Red value is 108 (42.58% from 255 or 89.26% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0706 is #93F8F9. Grayscale: #252525. Windows color (decimal): -9697530 or 395116. OLE color: 395116.

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

Color convert

RGB10876-
CMYK00.940.940.58
HSL0.59º89.47%22.35%-
HSV(B)0.59º94.44%42.35%-
XYZ6.293.350.49-
YUV37.08110.46178.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 89.26%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=89.26%
G=5.79%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1087600.940.940.580.5989.4722.35
Hex6C7605E5E3A15916
Octal15476013613672113126
Binary11011001111100101111010111101110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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