Html Css Color HEX #060500 Maire

📋 copy color: '#060500'

red 6 ◦ green 5 ◦ blue 0

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

Shades of Maire #060500

Tints of Maire #060500

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 value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#060500 (or 0x060500) is known color: 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

RGB 6 5 0 -
CMYK 0 0.17 1 0.98
HSL 50º 1% 0.01% -
HSV(B) 50º 1% 0.02% -
XYZ 0.13 0.15 0.02 -
YUV 4.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 6 5 0 0 0.17 1 0.98 50 1 0.01
Hex 6 5 0 0 11 64 62 32 64 1
Octal 6 5 0 0 21 144 142 62 144 1
Binary 110 101 0 0 10001 1100100 1100010 110010 1100100 1

Color Harmonies of #060500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060500

Black with #060500

Text Example


Text Example

White with #060500

Text Example


Text Example

HTML Codes & Css Web 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>