Html Css Color HEX #060600 Maire

📋 copy color: '#060600'

red 6 ◦ green 6 ◦ blue 0

#060600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #060600

Tints of Maire #060600

RGB

 RED value IS 6 (2.73% from 255) = 50%

 GREEN value IS 6 (2.73% from 255) = 50%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#060600 (or 0x060600) is known color: Maire. HEX triplet: 06, 06 and 00. RGB value is (6,6,0). Sum of RGB (Red+Green+Blue) = 6+6+0=12 (1% of max value = 765). Red value is 6 (2.73% from 255 or 50% from 12); Green value is 6 (2.73% from 255 or 50% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 6 - color contains mainly: red, green. Hex color #060600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060600 is #F9F9FF. Grayscale: #050505. Windows color (decimal): -16382464 or 1542. OLE color: 1542.

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

Color convert

RGB 6 6 0 -
CMYK 0 0 1 0.98
HSL 60º 1% 0.01% -
HSV(B) 60º 1% 0.02% -
XYZ 0.14 0.17 0.03 -
YUV 5.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 6 6 0 0 0 1 0.98 60 1 0.01
Hex 6 6 0 0 0 64 62 3C 64 1
Octal 6 6 0 0 0 144 142 74 144 1
Binary 110 110 0 0 0 1100100 1100010 111100 1100100 1

Color Harmonies of #060600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060600

Black with #060600

Text Example


Text Example

White with #060600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060600; }

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

 H1.HeaderClassName
 {
   color: #060600;
 }
 .AnyTagClassName
 {
   color: #060600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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