#070600

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

Shades of Maire #070600

Tints of Maire #070600

Color information

#070600 (or 0x070600) is unknown color: approx Maire. HEX triplet: 07, 06 and 00. RGB value is (7,6,0). Sum of RGB (Red+Green+Blue) = 7+6+0=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 6 (2.73% from 255 or 46.15% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070600 is #F8F9FF. Grayscale: #050505. Windows color (decimal): -16316928 or 1543. OLE color: 1543.

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

Color convert

RGB760-
CMYK00.1410.97
HSL51.43º100%1.37%-
HSV(B)51.43º100%2.75%-
XYZ0.150.180.03-
YUV5.62124.83128.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 46.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.85%
G=46.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal76000.1410.9751.431001.37
Hex7600E646133641
Octal760016144141631441
Binary1111100011101100100110000111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070600; }

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

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

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

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

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

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

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

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