#060605

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

Shades of Maire #060605

Tints of Maire #060605

Color information

#060605 (or 0x060605) is unknown color: approx Maire. HEX triplet: 06, 06 and 05. RGB value is (6,6,5). Sum of RGB (Red+Green+Blue) = 6+6+5=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 5 (2.34% from 255 or 29.41% from 17); Max value from RGB is 6 - color contains mainly: red, green. Hex color #060605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060605 is #F9F9FA. Grayscale: #050505. Windows color (decimal): -16382459 or 329222. OLE color: 329222.

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

Color convert

RGB665-
CMYK000.170.98
HSL60º9.09%2.16%-
HSV(B)60º16.67%2.35%-
XYZ0.170.180.17-
YUV5.89127.5128.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 35.29%
GREEN value IS 6 (2.73% from 255) = 35.29%
BLUE value IS 5 (2.34% from 255) = 29.41%
R=35.29%
G=35.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal665000.170.98609.092.16
Hex6650011623c92
Octal665002114274112
Binary11011010100100011100010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060605; }

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

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

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

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

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

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

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

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