#060700

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

Shades of Maire #060700

Tints of Maire #060700

Color information

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

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

Color convert

RGB670-
CMYK0.14010.97
HSL68.57º100%1.37%-
HSV(B)68.57º100%2.75%-
XYZ0.150.190.03-
YUV5.9124.67128.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6700.14010.9768.571001.37
Hex670E0646145641
Octal6701601441411051441
Binary11011101110011001001100001100010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060700; }

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

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

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

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

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

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

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

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