#060106

Color #060106 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #060106

Tints of Mardi Gras #060106

Color information

#060106 (or 0x060106) is unknown color: approx Mardi Gras. HEX triplet: 06, 01 and 06. RGB value is (6,1,6). Sum of RGB (Red+Green+Blue) = 6+1+6=13 (1% of max value = 765). Red value is 6 (2.73% from 255 or 46.15% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 6 (2.73% from 255 or 46.15% from 13); Max value from RGB is 6 - color contains mainly: red, blue. Hex color #060106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060106 is #F9FEF9. Grayscale: #030303. Windows color (decimal): -16383738 or 393478. OLE color: 393478.

HSL color Cylindrical-coordinate representation of color #060106: hue angle of 300º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060106 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB616-
CMYK00.8300.98
HSL300º71.43%1.37%-
HSV(B)300º83.33%2.35%-
XYZ0.120.070.18-
YUV3.07129.66130.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 46.15%
GREEN value IS 1 (0.78% from 255) = 7.69%
BLUE value IS 6 (2.73% from 255) = 46.15%
R=46.15%
G=7.69%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal61600.8300.9830071.431.37
Hex61605306212c471
Octal616012301424541071
Binary1101110010100110110001010010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060106; }

 p { color: rgb(6,1,6); }

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

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

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

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

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

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

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