#060500

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

Shades of Maire #060500

Tints of Maire #060500

Color information

#060500 (or 0x060500) is unknown color: approx Maire. HEX triplet: 06, 05 and 00. RGB value is (6,5,0). Sum of RGB (Red+Green+Blue) = 6+5+0=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 5 (2.34% from 255 or 45.45% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060500 is #F9FAFF. Grayscale: #040404. Windows color (decimal): -16382720 or 1286. OLE color: 1286.

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

Color convert

RGB650-
CMYK00.1710.98
HSL50º100%1.18%-
HSV(B)50º100%2.35%-
XYZ0.130.150.02-
YUV4.73125.33128.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 45.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.55%
G=45.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal65000.1710.98501001.18
Hex650011646232641
Octal650021144142621441
Binary11010100100011100100110001011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060500; }

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

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

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

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

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

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

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

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