#060601

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

Shades of Maire #060601

Tints of Maire #060601

Color information

#060601 (or 0x060601) is unknown color: approx Maire. HEX triplet: 06, 06 and 01. RGB value is (6,6,1). Sum of RGB (Red+Green+Blue) = 6+6+1=13 (1% of max value = 765). Red value is 6 (2.73% from 255 or 46.15% from 13); Green value is 6 (2.73% from 255 or 46.15% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 6 - color contains mainly: red, green. Hex color #060601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060601 is #F9F9FE. Grayscale: #050505. Windows color (decimal): -16382463 or 67078. OLE color: 67078.

HSL color Cylindrical-coordinate representation of color #060601: hue angle of 60º 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 #060601 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.98.

Color convert

RGB661-
CMYK000.830.98
HSL60º71.43%1.37%-
HSV(B)60º83.33%2.35%-
XYZ0.150.170.05-
YUV5.43125.5128.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal661000.830.986071.431.37
Hex6610053623c471
Octal66100123142741071
Binary1101101001010011110001011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060601; }

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

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

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

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

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

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

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

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